Using CALL DIALOG with Batch Input

Procedure

A program that uses CALL DIALOG to submit batch input should perform the following steps:

  1. For the screens you want processed, fill all desired fields.

  2. Use a CALL DIALOG statement to call the dialog module and to pass it to the BDCDATA table.

The MODE parameter in the CALL statement is explained in Using CALL TRANSACTION USING for Batch Input.

        
CALL DIALOG 'DIALOG1' USING BDCDATA MODE 'E'.