SAP ANONYMOUS DATA OBJECT - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

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