sapdev logo background
sapdev logo sapdev logo
Comments

SAP OO OBS FIELD SYMBOLS 1 documentation, setup help and example usage



Return to SAP documentation index


INCLUDE
ARTICLE

No field symbols without type assignment

In ABAP Objects the addition TYPE in the statement
FIELD-SYMBOLS is mandatory.

  • Error message in ABAP Objects if the following syntax is used:


  • FIELD-SYMBOLS fs .
  • Correct syntax:


  • FIELD-SYMBOLS fs TYPE ANY.
  • Reason:


  • Like method interface parameters, field symbols must always have explicit type assignments.
    Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




    OO_OBS_FIELD_GROUPS_1
    OO_OBS_FORMAL_CHECK_1




    comments powered by Disqus