REPORT ZZBGS087.
*---------------------------------------------------------------------*
* Utillity for simulating batch-input screen flows, which can be diffe*
* rent from screen-flows when executing transaction as online.        *   
* If you start the desired transaction under this program, you will be* 
* able to see the batch-input screen-flow as online                   * 
*---------------------------------------------------------------------*
DATA:  BEGIN OF BDCDATA OCCURS 5.
         INCLUDE STRUCTURE BDCDATA.
DATA:  END OF BDCDATA.

PARAMETERS: TRNCODE LIKE SY-TCODE OBLIGATORY.

   CALL TRANSACTION TRNCODE USING BDCDATA MODE 'A'.