ABAP Keyword Documentation →  ABAP − Short Reference → 

LEAVE TO TRANSACTION - Short Reference

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