SAP StackFICOHRMMSDPMPSABAPNetWeaverTablesTcodes ☰MENU

ABAP CALL DIALOG statement

CALL DIALOG statement is used for calling dialog modules in ABAP programs. A dialog module is a program witch contains a sequence of screens.

 

Syntax of CALL DIALOG

CALL DIALOG <dialog> [AND SKIP FIRST SCREEN]

[EXPORTING… fi = a i… ]

[IMPORTING… fi = a i… ]

[USING itab MODE mode.].

 

AND SKIP FIRST SCREEN

Using this addition, the first screen of the dialog module will auto fill and process in background. Only from the second screen will start to display.

 

EXPORTING and IMPORTING will contains the parameters to be passed and received with dialog module.

 

USING itab MODE mode

It specified the internal table name for passing. The various modes that can be used with 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