SAP STATIC ATTRIBUTE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

static attribute
Attribute of a class declared using CLASS-DATA that is valid independent of the class instance. The content of the static attributes determines the instance-dependent state of a class.
ABAP_MORE_INFO