Ansicht
Dokumentation

ABENOO_OBS_SEPARATOR_2 - OO OBS SEPARATOR 2

ABENOO_OBS_SEPARATOR_2 - OO OBS SEPARATOR 2

BAL_S_LOG - Application Log: Log header data   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.
SAP E-Book

Missing Separator

Separators (spaces, commas, colons, periods, or new lines) are required in ABAP Objects following literals and offset/length definitions.

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

CONCATENATE 'fgfdg'f INTO g.

WRITE AT /off(len)'...'.

Correct syntax:

CONCATENATE 'fgfdg' f INTO g.

WRITE AT /off(len) '...'.

Reason:

Unification of the statement syntax. The next part of a statement (token) must never be written directly following another token. A valid separator must always separate them.






General Data in Customer Master   PERFORM Short Reference  
This documentation is copyright by SAP AG.

Length: 816 Date: 20240426 Time: 094611     sap01-206 ( 22 ms )