‎2007 Sep 05 9:21 AM
‎2007 Sep 05 9:22 AM
‎2007 Sep 05 9:24 AM
Hi,
You can put the mode to 'A' to see the screens while running batch input.
‎2007 Sep 05 9:33 AM
Hi richi,
This link will give complete description batch input
http://abap-gallery.blogspot.com/2007/08/bdc-batch-data-communication-tutorial.html
Batch Input Session Method
This is the third method for data transfer. If you use the batch input method to transfer data, then you should remember that an ABAP program has to read the external data which is to be entered in the R/3 System. Subsequently, it stores the concerned data a "batch input session." The batch Input session records the actions which are required in the process of transferring data into the system. This can be done by using normal SAP transactions.
As soon as the program generates the said session, you will be able to run the session in order to execute the SAP transactions in it. Moreover, you can start the session, and at the same time, can monitor a session with the help of batch input management function. For this you have to choose:
System à Services à Batch input. Moreover, you can have the session run in the background processing.
Regards,
Kumar.