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
or CREATE OBJECT
and
instances of
classes are saved. The allocated memory can be released again by
Garbage Collector. See also stack.