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