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