ABAP Keyword Documentation → ABAP - Quick Reference
GET REFERENCE - Quick reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
GET REFERENCE OF dobj INTO dref.
Effect
Gets a reference to the data object dobj
in the reference variable dref
.