Application Development 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: 

Idoc Error

Former Member
0 Kudos
107

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...

2 REPLIES 2

Former Member
0 Kudos
46

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

0 Kudos
46

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...