SAP STATIC METHOD - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

static method
Method of a class declared using CLASS-METHODS that can be used independently of a class instance. Static methods can only access static attributes and static events of their own class.
ABAP_MORE_INFO