Show TOC

Exiting Event BlocksLocate this document in the navigation structure

ABAP contains a series of statements that allow you to leave an event block. They return control to the runtime environment. The subsequent sequence of events in the runtime environment depends on which statement you use and the event block in which you use it.

Exiting Event Blocks Using STOP

Exiting Event Blocks Using EXIT

Exiting Event Blocks Using CHECK

Exiting a GET Event Block Using REJECT