SAP SELF REFERENCE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

self-reference
Object reference variable called me that is predefined as a local constant in each instance method. It always references the current instance in which the method is being executed. The static type of me is the class in which the instance method is implemented.
ABAP_MORE_INFO