SAP CLASS COMPONENTS
Get Example source ABAP code based on a different SAP table
ABAP_OBJ - Components of Classes
The content of a class is composed of components. The components define the properties of the
The individual components are:
There is a distinction between those components that exist on an instance-dependent basis for every object, and those that exist only once in each class, independent of the instance. The instance-dependent components are known as
In ABAP Objects, classes can define the components listed above. This description also applies to interfaces, since all components that can be declared in classes can also be declared in interfaces.
The components of classes can be