SAP INSTANCE METHOD - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

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