ABAP Keyword Documentation → ABAP Glossary
Garbage Collector
Deletes objects that are no longer referenced by heap references 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. For more information, see weak reference.