ABAP Keyword Documentation → ABAP - Short Reference
LEAVE TO TRANSACTION - Short 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 calling position.
Additions
-
AND SKIP FIRST SCREEN
Inhibits display of the initial screen.