‎2008 Mar 06 7:24 AM
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?
‎2008 Mar 06 9:00 AM
Hi,
You can schedule a background job with the IDoc Numbers for the program: RSEOUT00 with all relevant parameters.
Hope this helps.
Regards, Murugesh
‎2008 Mar 06 9:00 AM
Hi,
You can schedule a background job with the IDoc Numbers for the program: RSEOUT00 with all relevant parameters.
Hope this helps.
Regards, Murugesh
‎2008 Mar 07 4:12 AM
Use transaction BD20 for 'Processing inbound idocs ready for transfer'
You can schedule program RBDAPP01 for the same.
‎2009 Jun 04 7:48 AM