ABAP Keyword Documentation → ABAP Glossary
heap
Also known as free or dynamic memory. Part of the
roll area in which
anonymous data objects
created dynamically using CREATE DATA
,
CREATE OBJECT
, or NEW
and
instances of
classes are saved. The allocated memory can be released again by
Garbage Collector. See also stack.