SAP StackFICOHRMMSDPMPSABAPNetWeaverTablesTcodes ☰MENU

CALL TRANSACTION statement in ABAP

CALL TRANSACTION statement is used for calling and executing another program using its transaction code inside an ABAP program. The transaction code for that program is used for calling. The current data of the program will kept and the called transaction will be processed in another internal session. After the execution of called transaction, the current program will continue its processing from the point where the call occurred.

The Syntax for CALL TRANSACTION

CALL TRANSACTION <tcod>

[AND SKIP FIRST SCREEN]

[USING <itab>]

[MODE <mode>]

[UPDATE <f>]

[MESSAGES INTO <itab>].

 

AND SKIP FIRST SCREEN: This addition will suppress the display of initial screen of the called program.

USING <itab>: This addition specified the internal table name which contains the data to be passed to the called program. Normally used for passing BDCDATA for batch input processing.

MODE <mode>: This addition specified the display mode.The display modes are

UPDATE <f>: This addition specifies the update mode. The updates modes are

MESSAGES INTO <itab>: This addition specifies the internal table where the returned messages should store.

 

The main runtime errors are

Also Read : View Other ABAP Keywords & Syntax -> ABAP Transaction codes

SAP ALECRMSCMSRMSAP Solutions SAP ReferencesSAP BasicsPP ModuleWMSAP Partners
HomeContact & Privacy PolicyTwitter
All of the product names here are trademarks of their respective companies. The site sapstack.com is not affiliated with SAP AG.
©2024 sapstack.com