SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
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.