ABAP Keyword Documentation → ABAP Glossary
instance method
Method of a
class declared using METHODS
and 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 declared using METHODS
and which can only be used in an
instance of the class. Instance methods can access all
attributes and events in the same class.