Start of Content Area
dynamic memory object (BC-ABA)

ABAP Runtime Environment (BC-ABA)

In an ABAP program, a dynamic memory object is one whose memory consumption may increase or decrease during the time that the program is running.

Dynamic memory objects include the following types of objects:

All of these objects are examples of deep ABAP data objects, objects whose content is not the actual work data, but rather a reference to the actual content, or whose actual work data is addressed internally using references.

End of Content Area