Ansicht
Dokumentation

ABENCLASS_COMPONENTS_INCLUDE - CLASS COMPONENTS INCLUDE

ABENCLASS_COMPONENTS_INCLUDE - CLASS COMPONENTS INCLUDE

CL_GUI_FRONTEND_SERVICES - Frontend Services   CPI1466 during Backup  
This documentation is copyright by SAP AG.
SAP E-Book

Components of Classes,,,,

The content of a class is made up of its components. The components define the attributes of the

objects of the class. Each component is declared in the class definition, in one of three visibility areas, which define the interfaces that can be seen from outside the class. All components are visible within a class. All components are stored in the same namespace - which means that the name of every component in the class must be unique.

There is a difference between instance-specific components, which are available for each object, and cross-instance components, which are available only once per class. Cross-instance components are known as instance components, whereas cross-instance components are known as static components.

In ABAP Objects, the following components classes can be used to define the following components. Since any component defined in a class can also be defined in an interface, this description also applies to interfaces.

You can access components of classes from within or, depending on visibility, from outside the class. When accessing a class from outside, you must use selectors.






CL_GUI_FRONTEND_SERVICES - Frontend Services   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.

Length: 1710 Date: 20240418 Time: 084059     sap01-206 ( 34 ms )