SAP WEAK REFERENCE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

weak reference
Reference to an object of a class that is ignored when the Garbage Collector is executed, unlike object references in reference variables. An object that is only pointed to by weak references is deleted by Garbage Collector. Weak references are represented by objects of the class CL_ABAP_WEAK_REFERENCE.
BEGIN_SECTION VERSION 5 OUT See also soft reference.
END_SECTION VERSION 5 OUT
ABAP_MORE_INFO