Get Example source ABAP code based on a different SAP table
VERSION 5 IN
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 framework>. It tracks the reference variables> of deleted objects. The static method DO_GARBAGE_COLLECTION> of system class> CL_ABAP_MEMORY_UTILITIES>> can also be used to call the garbage collector explicitly in system programs. See also weak reference>.