SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Reference → Declarations → Declaration Statements → Data Types and Data Objects → Types and Objects - Overview → Details of Special Data Types or Data Objects → Reference Types →Object References
Object references can point to instances of classes. The static type of their reference variables is either a class or an interface. You can use both types to generate objects with the statement CREATE OBJECT.
Object references are always heap references.
Note
For more information, see Object References.