ABAP Keyword Documentation → ABAP Glossary
static method
Method of a
class that can be used independently of a class
instance.
Declared with CLASS METHODS
. Static methods can only access
static attributes and
static events of their own class.
ABAP Keyword Documentation → ABAP Glossary
Method of a
class that can be used independently of a class
instance.
Declared with CLASS METHODS
. Static methods can only access
static attributes and
static events of their own class.