SAP GET REFERENCE - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for GET_REFERENCE

GET REFERENCE

ABAP Reference
ABAP Code Snippet


ABAP Syntax GET REFERENCE OF dobj INTO dref.

ABAP Code Snippet

What does it do? Returns a reference to the data object dobj in the reference variable dref.

Return to menu