Entering content frameLeaving Event Blocks Locate the document in its SAP Library 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.

Leaving Event Blocks Using STOP

Leaving Event Blocks Using EXIT

Leaving Event Blocks Using CHECK

Leaving a GET Event Block Using REJECT

 

 

 

Leaving content frame