ABAP Keyword Documentation → ABAP Glossary
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 Keyword Documentation → ABAP Glossary
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.