Start of Content Area

Data References  Locate the document in its SAP Library structure

Data references are pointers to data objects. They occur in ABAP as the contents of data reference variables. You can use data references to create data objects dynamically. You can also create references to existing data objects. You can only dereference a data reference using a special assignment to a field symbol.

 

Reference variable

Creating Data Objects Dynamically

Getting References to Data Objects

Dereferencing Data References

Example of Data References

 

End of Content Area