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

Processing Multiple IDOCs

Former Member
0 Likes
779

Hi all, I got struck with IDOCs. I get one IDOC file for 856 which has partial deliveries for a Single PO Number. I think Inbound IDOC is parallel processing. So there may be chance to that these files process and give wrong results. how to process these files as individual files ?

1 ACCEPTED SOLUTION
Read only

ferry_lianto
Active Contributor
0 Likes
579

Hi,

Please use program RSEINB00 to process the inbound IDoc file.

Regards,

Ferry Lianto

3 REPLIES 3
Read only

ferry_lianto
Active Contributor
0 Likes
580

Hi,

Please use program RSEINB00 to process the inbound IDoc file.

Regards,

Ferry Lianto

Read only

0 Likes
579

Thabnks Ferry, But now I have a directory. In that directory i will get idoc files for each partial delivery. so the file name shouldnot be the same. let say idoc1.txt , idoc2.txt. Now I have to process these two files one after other and this should be a automatic process. Can u help me how to proceed ?

Read only

ferry_lianto
Active Contributor
0 Likes
579

Hi,

You can write a custom program to get list of IDoc files with file mask 'idoc*.txt' using FM EPS_GET_DIRECTORY_LISTING. Then loop through the return file list and perform submit program RSEINB00 by passing the file name.

Regards,

Ferry Lianto