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

Idoc processing in batch process

Former Member
0 Likes
1,952

how to process an Inbound idoc in a batch program?

I am retiving the idoc numbers which needs to be processed how should i go about to process it?

should i call the standard FM which mapped to it for processing that idoc?

please suggest?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
959

Hi,

You can schedule a background job with the IDoc Numbers for the program: RSEOUT00 with all relevant parameters.

Hope this helps.

Regards, Murugesh

3 REPLIES 3
Read only

Former Member
0 Likes
960

Hi,

You can schedule a background job with the IDoc Numbers for the program: RSEOUT00 with all relevant parameters.

Hope this helps.

Regards, Murugesh

Read only

Former Member
0 Likes
959

Use transaction BD20 for 'Processing inbound idocs ready for transfer'

You can schedule program RBDAPP01 for the same.

Read only

Former Member
0 Likes
959

Thanks all.