Ansicht
Dokumentation

ABENOO_OBS_CLUSTER_ID_1 - OO OBS CLUSTER ID 1

ABENOO_OBS_CLUSTER_ID_1 - OO OBS CLUSTER ID 1

CPI1466 during Backup   BAL_S_LOG - Application Log: Log header data  
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.






General Data in Customer Master   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.

Length: 1003 Date: 20240426 Time: 230817     sap01-206 ( 17 ms )