Get Example source ABAP code based on a different SAP table
VERSION 5 IN
reference variable Data object> that contains a reference>. Reference variables are either data reference variables > or object reference variables >. Reference variables have a length of 8 bytes and are opaque, which means the reference cannot be accessed directly. They are typed with the addition REF TO>> that defines their static type>. The static type is always more general than or the same as the dynamic type>. For assignments between reference variables, reference semantics> apply. ABAP_MORE_INFO >