Ansicht
Dokumentation

ABENCLASS_COMPONENTS - CLASS COMPONENTS

ABENCLASS_COMPONENTS - CLASS COMPONENTS

Addresses (Business Address Services)   CPI1466 during Backup  
This documentation is copyright by SAP AG.
SAP E-Book

- Components of Classes

The content of a class is composed of components. The components define the properties of the objects of a class. Each component is declared in the definition of the class in one of the four visibility sections that the interfaces define externally. Within a class, all its components are visible. All components are in the same namespace, which means that the names of all components in the class must be different.

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 instance components and the instance-independent components are referred to as static components.

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 accessed internally and, depending on the visibility, also from outside the class. If accessed externally, component selectors must be used to address the components.






TXBHW - Original Tax Base Amount in Local Currency   ABAP Short Reference  
This documentation is copyright by SAP AG.

Length: 2313 Date: 20240328 Time: 211251     sap01-206 ( 31 ms )