Attributes are internal data objects of any ABAP data type within a class. The content of the attributes specifies the state of the object. Reference variables can also be defined, which can then be used to create and address objects. This allows objects to be accessed within classes.
Read moreWhat are types of classes in SAP ABAP?
2 Flavors of SAP ABAP Classes:
Read moreHow do you define a class in SAP ABAP?
Classes in ABAP Objects can be declared either globally or locally. You define global classes and interfaces in the Class Builder (Transaction SE24) in the ABAP Workbench . They are stored centrally in class pools in the class library in the Repository. All ABAP programs have access to these global classes.
Read more