weak reference

Reference to an object that does not retain the object when the Garbage Collector is executed, unlike object references in reference variables. Weak references are represented by objects of the class CL_ABAP_WEAK_REFERENCE. Compare with soft reference.