Ansicht
Dokumentation

ABENOO_OBS_SEPARATOR_1 - OO OBS SEPARATOR 1

ABENOO_OBS_SEPARATOR_1 - OO OBS SEPARATOR 1

ABAP Short Reference   Fill RESBD Structure from EBP Component Structure  
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.






Addresses (Business Address Services)   ABAP Short Reference  
This documentation is copyright by SAP AG.

Length: 816 Date: 20240419 Time: 122014     sap01-206 ( 14 ms )