SAP GARBAGE COLLECTOR - Glossary

Get Example source ABAP code based on a different SAP table
  

Warning: Undefined variable $prev in /customers/b/9/9/trailsap.com/httpd.www/sap-help/index.php on line 54
ARTICLE

garbage collector
Deletes objects that are no longer referenced by heap references or field symbols and for which no method is registered as an event handler. The garbage collector is called periodically by the ABAP runtime environment. It tracks the reference variables of deleted objects. See also weak reference .