SAP INSTANCE METHOD - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

instance method
Method of a class declared using METHODS, which can only be used in an instance of the class. Instance methods can access all attributes and events of their class.
ABAP_MORE_INFO