ABAP Keyword Documentation → ABAP Glossary
anonymous data object
Unknown
data object created by the statement CREATE DATA
and addressed using
reference variables or
field symbols. Anonymous data objects are stored in the
heap. An anonymous data object is kept alive by
heap references or by field symbols that address a part of the object. See also
Named Data Object and Literal.