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

DESADV inbound idoc error 51 Purchasing document does not exist

Former Member
0 Likes
1,265

Hi,

  Message type DESADV and idoc type ZDLVRY03 , TOOL GENTRON ...in inbound idoc 51 error purchasing document does not exist.

  Please let me know how should i proceed further to rectify the error?

Thanks & Regards,

Padmaja.

Modertor message: please do some research before posting.

Message was edited by: Thomas Zloch

1 REPLY 1
Read only

former_member585060
Active Contributor
0 Likes
653

Hi,

    If the same error is replicated in Development system,.

Identify the function module used for posting for ZDLVRY03. you can do it by below method.

Goto WE19 transaction.

Select Basic type, provide ZDLVRY03, it will list the Idoc segments. Click on the Inbound function module button.

From the pop up, click on F4 in Function module, it will show the function used for that Idoc type.

Now keep a break point in that function module.

Goto WE19, Select Existing Idoc, provide the given idoc for testing.

Click on Inbound function module button, provide the function module.

Select the check box Call in Debugging Mode and In Foreground mode.

The process will stop in the function module, debug where the error happening.

As per the error, the Purchase Order value in the Idoc is not a valid one. check on it.

Thanks & Regards

Bala Krishna