Entering content frame

Procedure documentation Using CALL DIALOG with Batch Input Locate the document in its SAP Library structure

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.

This graphic is explained in the accompanying text

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

Example

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

 

Leaving content frame