sapdev logo background
sapdev logo sapdev logo
Comments

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



Return to SAP documentation index


INCLUDE
ARTICLE

Cannot Use STOP

The STOP statement is not allowed in ABAP Objects.

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


  • STOP.
  • Reason:


  • The STOP statement should only be used during the events
    INITIALIZATION , AT SELECTION-SCREEN , START-OF-SELECTION
    and GET . During execution of executable programs, it ends processing of the corresponding event blocks and triggers the sending of the selection screen during the event INITIALIZATION and in all other cases the event
    END-OF-SELECTION of the runtime environment. The old event concept of the ABAP runtime environment is not supported by ABAP Objects.
    Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




    OO_OBS_STATICS_1
    OO_OBS_STRUCTURE_1




    comments powered by Disqus