Entering content frame

Procedure documentation Actions for the WHENEVER Statement Locate the document in its SAP Library structure

Use WHENEVER statements to call the following actions <action>:

STOP

Resets the running transaction correctly, ends the database connection with the RELEASE statement COMMIT WORK RELEASE and terminates the program

CONTINUE

Continues to run the application program. Use CONTINUE to deactivate a previous WHENEVER action for this condition.

GOTO <label>

The application program jumps to the label <label>.
<label> can have a maximum of 45 characters.

CALL <function>

The application program calls the function <function>. The function call can have a maximum of 50 characters, including the parameters used.

 

 

Leaving content frame