SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
LEAVE TO TRANSACTION - Short Reference
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