sapdev logo background
sapdev logo sapdev logo
Comments

SAP OO OBS SEPARATOR 1 documentation, setup help and example usage



Return to SAP documentation index


INCLUDE
ARTICLE

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.
    Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




    OO_OBS_SAP_SPOOL_1
    OO_OBS_SORT_1




    comments powered by Disqus