SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
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.