ABAP Keyword Documentation → ABAP Glossary
instance attribute
Attribute of a
class declared using DATA
. Intance attributes are only valid in the
context of an
instance of the class. The content of the instance attributes determines the state of the
objects of a class.