ABAP Keyword Documentation → ABAP Glossary
static attribute
Attribute declared with CLASS-DATA
of a
class. The attribute is valid independent of the
instance of a class. The contents of the static attribute determine the instance-dependent state of a class.