sapdev logo background
sapdev logo sapdev logo
Comments

SAP OO OBS ON CHANGE 1 documentation, setup help and example usage



Return to SAP documentation index


INCLUDE
ARTICLE

ON CHANGE OF - ENDON not Permitted

The pseudo control structure ON CHANGE OF - ENDON is not permitted in ABAP Objects.

  • ABAP Objects error message at:


  • ON CHANGE OF f.
    ...
    ENDON.
  • Correct syntax:


  • DATA g LIKE f.

    IF f g.
    ...
    g = f.
    ENDIF.
  • Reason:


  • The system internally creates a global invisible auxiliary field which cannot be controlled by the program. You are recommended to declare your own auxiliary field and process it with the IF control structure.
    Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




    OO_OBS_OCCURS_1
    OO_OBS_PACK_1




    comments powered by Disqus