Get Example source ABAP code based on a different SAP table
VERSION 5 IN
data object Instance> of a data type>. Exists in the ABAP_ISESS > of an ABAP program> BEGIN_SECTION VERSION 5 OUT or as a shared object> in the shared memory> END_SECTION VERSION 5 OUT . Is either created as a named>, statically declared data object (statement DATA>> and similar) when a program or procedure> is loaded, or dynamically as an anonymous data object> at runtime ( BEGIN_SECTION VERSION 5 OUT statement CREATE DATA>> or END_SECTION VERSION 5 OUT instance operator> NEW>>). In addition, the literals> defined as part of the source code are also handled as data objects. The data type of a data object is always complete (not generic>) and can be bound> or standalone>. See also static data object> and dynamic data object>. ABAP_MORE_INFO >