Skip to content

ABAP Keyword Documentation →  ABAP - Quick Reference 

CALL TRANSACTION - Quick reference

Reference

Other versions: 7.31 | 7.40 | 7.54

Syntax


CALL TRANSACTION ta WITH|WITHOUT AUTHORITY-CHECK 
                    { [AND SKIP FIRST SCREEN]
                    | [USING bdc_tab
                             {{[MODE mode]
                               [UPDATE upd]}
                              |[OPTIONS FROM opt]}
                             [MESSAGES INTO itab]] }.

Effect

Calls the transaction of the transaction code entered in ta and returns to the calling point.

Additions