SAP TYPES ATTRIBUTES

Get Example source ABAP code based on a different SAP table
  


ARTICLE

Data Types and Attributes
Attributes are the data objects of a class. The declaration of data objects of a class is also possible. The declaration of attributes and data types takes place using
general statements which are also possible in other contexts:
TYPES
DATA
CONSTANTS
a special statement which is only possible in classes:
CLASS-DATA