SAP ANONYMOUS DATA OBJECT - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

anonymous data object
Unnamed data object that is created using the statement CREATE DATA, the instance operator NEW, or the addition NEW of the INTO clause of a query and 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 that address it or part of it. See also named data object and literal.