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: 

EDI: Incorrect status 53 for inbound IDoc <XXXXXXXXXXXX>

Former Member
0 Kudos

Hi,

Getting the Workitems in SAP inbox after the inbound IDOC(message type ACC_DOCUMENT) processing happens in SAP. the IDOCS are created and posted sucessfully with status 53.

Click on the SAP help says the below error

You are trying to process inbound IDoc 0000000004396632, which has status 53. However, only status values '50', '61' and '64' are permitted for inbound processing.

any suggestions highly appreciated.

Regards

Kiran

3 REPLIES 3

Former Member
0 Kudos

Hi,

the status 53 means Idoc posted sucessfully.

the work item you are seeing in SAP Inbox is just a inoformation message.

anyway you won't be able to reprocess the Idoc with status 53.

Regds,

0 Kudos

Hi Suresh,

Thanks for your response, it looks like its an information message but the text on the work item says its being processed again.

I'm using the 'Trigger Immediately' method to process the IDOCs and there are no background jobs or comepetitive programms running to post the IDOCs twice, still i'm getting these information messages saying you are trying to process the IDOCs which are already processed.

Kindly advice..

Regards

Kiran

0 Kudos

Hi Kiran,

Why do you want to process an IDoc which is already posted successfully? If you need to populate the IDoc with some other contents, use WE19 to edit the segment details. The IDoc generated will be in status 64. You gotto push it manually using program RBDAPP01 if no batch job is released.

~ Bineah