‎2007 Oct 24 6:58 PM
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 ?
‎2007 Oct 24 7:02 PM
Hi,
Please use program RSEINB00 to process the inbound IDoc file.
Regards,
Ferry Lianto
‎2007 Oct 24 7:02 PM
Hi,
Please use program RSEINB00 to process the inbound IDoc file.
Regards,
Ferry Lianto
‎2007 Oct 24 7:24 PM
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 ?
‎2007 Oct 24 7:32 PM
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