Get Example source ABAP code based on a different SAP table
Warning: Undefined variable $prev in /customers/b/9/9/trailsap.com/httpd.www/sap-help/index.php on line 54
ARTICLE
reference Content of reference variables>. Points 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 component>s> are also addressed using references. From a technical point of view, an object in ABAP is referenced in more than one step. 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 >