SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
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.