2007 Dec 05 12:04 PM
Hi All,
I am posting an Idoc using FM 'IDOC_START_INBOUND'. I am getting an error message with pop up contains 'EDI: Idoc XXXXXXXXX has not been opend(Open)'.
Can anybody let me know how to solve this issue.
Thanks in Advance,
Vasu...
2007 Dec 05 12:21 PM
Hi Vasu,
It may be that the same IDOC might be edited by some other person at the same time.
Because as per the documentation of this FM, this FM is used for following:
<i>The FM sends an IDoc posted using the FM IDOC_INBOUND_WRITE_TO_DB for inbound processing via the application. For control purposes, the parameter EVENT_CODE, which contains the process code for inbound processing, is evaluated. If this value has not been maintained, the corresponding partner profile is read.</i>
So if I understand correctly IDOC is already craeted and this FM process this Idoc.
Hi Experts, Please correct me if I am wrong.
Thanks,
Lalit Kabra
2007 Dec 05 12:51 PM
Hi Lalit,
Thanks for your reply.
First i have written the Idoc using 'IDOC_INBOUND_WRITE_TO_DB '. And in the same program i am calling the FM 'IDOC_START_INBOUND' immediately. So, nobody is opend the IDOC at the same time.
Please tell me how to solve this issue.
Regards,
Vasu...