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: 

Error when reprocessing an IDOC

Former Member
0 Kudos

Hi,

I am trying to reprocess an IDOC with status 51 after fixing the issue in the IDOC using BD87 and i am getting this error and status is 51

<b>EDI: IDoc '&' is already open in process mode</b>.

In the Inbound function module I am using SD_SHIPMENT_PROCESS to update the shipment transaction and this error occurs when it passes this function module.

Appreciate any inputs and points will be rewarded ASAP.

Thanks.

3 REPLIES 3

paruchuri_nagesh
Active Contributor
0 Kudos

hi

use

report RBDAPP01

to change status from 51(application document not posted)

to 53(application document posted)

reward for use ful points

regards

Nagesh.Paruchuri

0 Kudos

Hi,

I tried this report also and its giving the same error and not changing the status to 52.

0 Kudos

Small correction to my previous message, the status not getting changed to 53.