Start of Content Area
anonymous data object (BC-ABA)

ABAP Runtime Environment (BC-ABA)

Unnamed data object created using the statement CREATE DATA or the instance operator NEW and which can be 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 pointing to it. See also named data object and literal.

End of Content Area