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: 

Error Creating ORDERS IDoc referencing a quote

Former Member
0 Kudos

In this IDoc scenario we are the vendor.

When an Inbound ORDERS IDoc references a quote (segment E1EDP02, qualifier 004), and in the same IDoc the customer's material number is referenced (segment E1EDP19, qualifier 001) an error occurs when posting the order. The error returned is V1331 - Item does not exist. If I manually remove the E1EDP02 segment in the IDoc , or remove KDMAT (customer material) value in the BDC, it works.

My question is that normal behavior for the incoming ORDERS IDoc? Or is there some setting I am missing? Or is there a user exit to prevent the customer's material number from being used in the positioning function during order creation.

Thanks in advance for any feedback.

Eddie

2 REPLIES 2

Former Member
0 Kudos

Hi

Which SAP Version you are using ? Which item in error you are tlaking about ?

Is that mean, the PO item (Material) is not available in other System.

Please paste complete error details so as to analyze the issue quickly.

Hope this will help.

Please reward suitable points.

Regards

- Atul

former_member194669
Active Contributor
0 Kudos

Hi,

IDOC_INPUT_ORDERS internally calls the transaction VA01 using "Call Transaction" and Error V1331 is triggering out of VA01 and not from the IDoc.

Thanks

aRs