Application Development and Automation 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: 
Read only

IDoc: Status: Application document not posted

Former Member
0 Likes
3,193

Dear all,

In Tx.We02, we are getting error in inbound idocs, as IDoc: XXXXXXX Status: Application document not posted.

The Idocs are in status 51. (Pls refer the screenshot attached)

I tried few workarounds by referring few threads but didnt work. One such i performed was to re-process the failed idoc from report RBDMANI2,

but didnt work.

Kindly advise,

Thanks,

Regards,

Hasan

7 REPLIES 7
Read only

FredericGirod
Active Contributor
0 Likes
2,104

Hi Hasan,

when you go in BD87 and check the log, did sap provides you more informations ?

regards

Fred

Read only

0 Likes
2,104

Hi Fred,

When I checked the status records for few inbound idocs with status 51, I could see different message, as below,

  No batch input data for screen RV13A923

  Purchase Order XXXXXX update unsuccessfully

  Customer XXXX does not exist

Regards,

Hasan

Read only

0 Likes
2,104

Hi Hasan,

It seems that this is a DATA issue. kindly compare data of the failed IDOC with a success Idoc.

Regards

Sarvesh rai

Read only

0 Likes
2,104

It is issue with data, Check the customer XXXX is available in your system??

Read only

0 Likes
2,104

I think you've got your error.

The batch input of your IDoc find a screen not manage by the BDC.

the name RV13A923 looks like a routine (VOFM), could you try to check the program ?  if it's a routine, could you try to put a condition like :  IF SY-BATCH eq space ...   and you will not be bored anymore for IDoc process.

regards

Fred

Read only

Former Member
0 Likes
2,104

S/m Hasan,

Try creating manually in foreground with the same data as provided in the IDoc.

It seems is a DATA issue.

Regards

Read only

0 Likes
2,104

Also the customer number should be padded with ZERO like 12345 should be 0000012345