ABAP Keyword Documentation → ABAP - Quick Reference
LEAVE TO TRANSACTION - Quick reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
LEAVE TO { {TRANSACTION ta} | {CURRENT TRANSACTION} }
[AND SKIP FIRST SCREEN].
Effect
Calls either the transaction
of the transaction code specified in ta
or the current transaction without returning to the call position.
Addition
-
AND SKIP FIRST SCREEN
Suppresses the initial screen.