SAP WEAK REFERENCE - 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

weak reference
Reference to an object of a class that is ignored when Garbage Collector runs, 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. See also soft reference.