Ansicht
Dokumentation

ABENOO_OBS_COMMON_1 - OO OBS COMMON 1

ABENOO_OBS_COMMON_1 - OO OBS COMMON 1

CL_GUI_FRONTEND_SERVICES - Frontend Services   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.
SAP E-Book

No Common Data Areas

It is not allowed in ABAP Objects to create common data areas using the addition COMMON PART of the statement DATA.

In ABAP Objects, the following syntax causes an error message:

DATA BEGIN OF COMMON PART c,
       ...
DATA END   OF COMMON PART.

Reason:

Common interface work areas for data transfer between programs and procedures are not supported in ABAP Objects. In classes only the components visible to a user are used as interfaces, that is, visible attributes and the interface parameters of methods and events.






CL_GUI_FRONTEND_SERVICES - Frontend Services   ABAP Short Reference  
This documentation is copyright by SAP AG.

Length: 1067 Date: 20240419 Time: 025727     sap01-206 ( 17 ms )