ABAP Keyword Documentation →  ABAP − Reference →  Calling and leaving program units →  Calling ABAP Programs →  Calling Transactions →  CALL TRANSACTION →  CALL TRANSACTION - USING → 

CALL TRANSACTION - Batch Input Table

A batch input table of the type row type BDCDATA specified after the addition USING of the statement CALL TRANSACTION when transactions are called must have the following content (achieved by appending rows to an initial table in this order):

If the field is part of a table control or step loop, the required row number must be appended to the field name.
If the cursor is to be positioned on a screen element in a table control or step loop, the required row number must be appended to the name of the element.

Any columns not used in a row remain initial.

Note

Transaction Recorder records executed transactions as batch input tables. The resulting batch input tables can be displayed and edited. Programs and function modules can be generated to use these tables.

Example

Transaction call, BDC table