SAP STATIC METHOD - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

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_MORE_INFO