SAP LEAVE TO TRANSACTION - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for LEAVE

LEAVE TO TRANSACTION

ABAP Reference
ABAP Code Snippet


ABAP Syntax LEAVE TO { {TRANSACTION ta} | {CURRENT
TRANSACTION} }
[AND SKIP FIRST SCREEN].
ABAP Code Snippet

What does it do? Calls either the Transaction of the transaction code specified in ta, or the current transaction without returning to the calling position.

ABAP Addition AND SKIP FIRST SCREEN
Inhibits display of the initial screen.

Return to menu