SAP HEAP - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

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.