Ansicht
Dokumentation

ABENOO_OBS_CLUSTER_ID_2 - OO OBS CLUSTER ID 2

ABENOO_OBS_CLUSTER_ID_2 - OO OBS CLUSTER ID 2

CL_GUI_FRONTEND_SERVICES - Frontend Services   PERFORM Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book

You Must Declare Identification

In ABAP Objects, the ID addition must be declared in IMPORT/EXPORT/FREE ... MEMORY statements.

In ABAP Objects, the following statements cause an error message:

EXPORT f TO MEMORY.
IMPORT f FROM MEMORY.
FREE MEMORY.

Correct syntax:

EXPORT f TO MEMORY ID key.
IMPORT f FROM MEMORY ID key.
FREE MEMORY ID key.

Cause:

Without identification, all programs in a call chain run in the same memory area. This leads to unpredictable results, particularly when complex transactions are being performed.






Fill RESBD Structure from EBP Component Structure   CL_GUI_FRONTEND_SERVICES - Frontend Services  
This documentation is copyright by SAP AG.

Length: 1003 Date: 20240328 Time: 233441     sap01-206 ( 22 ms )