ABAP Keyword Documentation → ABAP Glossary
static attribute
Attribute of a
class
declared using CLASS-DATA
and which is valid independently of an
instance of the class. The content of the static attributes determines the state of a class, independent of its instance.