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

Error while processing I/B DESADV idoc

Former Member
0 Likes
1,742

Idoc was failed with "data of preceding document was not transmitted"

Inbound DESADV idocs in 51 status.

Can anyone advice what might be the reason.

5 REPLIES 5
Read only

Former Member
0 Likes
1,043

The previous document no. is not filled in EDIDC structure.. hence, its giving status 51. Make the necessary changes by either checking what the Sales order data is or write a user exit to populate the same..

Read only

0 Likes
1,043

i think this is custom message becoz of some user exit or so..please give message no..search for message no in program nad put break point there..thats how u can analyse the code

Read only

Former Member
0 Likes
1,043

Hi,

Process the idoc using program RBDMANI2.

Thanks,

Asit Purbey.

Read only

lijo_raj2
Explorer
0 Likes
1,043

Hi,

   Were you able to resolve the issue? Even i am facing the same issue.

Regards

Lijo

Read only

JL23
Active Contributor
0 Likes
1,043

if you get any error message, then you should try to obtain the error message number and to read the long text of the error message

using the message number you can search for OSS notes or for related discussion here in the forum.

table T100 has all messages, so using "preceding document" as search term in SE16 you can find the message number VL565

then you can go to SE91 enter the message number, display the message and from there you can click a button to get to the long text

And here is usually explained what is missing.