Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

batch input

Former Member
0 Likes
401

how can i see the process of batch input

3 REPLIES 3
Read only

Former Member
0 Likes
366

t_code sm35

Read only

Former Member
0 Likes
366

Hi,

You can put the mode to 'A' to see the screens while running batch input.

Read only

Former Member
0 Likes
366

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.