2009 Apr 07 10:03 AM
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.
2009 Apr 07 10:19 AM
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..
2009 Apr 07 1:31 PM
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
2009 Apr 09 7:28 PM
Hi,
Process the idoc using program RBDMANI2.
Thanks,
Asit Purbey.
2012 Aug 04 4:07 AM
Hi,
Were you able to resolve the issue? Even i am facing the same issue.
Regards
Lijo
2012 Aug 06 9:38 AM
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.