Get Example source ABAP code based on a different SAP table
VERSION 5 IN
reference Content of reference variables>. A valid reference refers to a data object> ( data reference>) or an instance> of a class> (object reference>). References in reference variables are either heap references> or stack references>. Internally, strings>, internal tables>, and boxed components> are also addressed via references. From a technical point of view, an object in ABAP is referenced in multiple layers. A reference is the address of an internal header (object header, string header, or table header), which contains the address of the actual object and other administrative information such as the data type> of a referenced data object. ABAP_MORE_INFO >