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: 

Question with IDoc SHPCON DELVRY03, deleting items

Former Member
0 Kudos

SHPCON DELVRY03 inbound IDoc problems

I am trying to use the SHPCON DELVRY03 IDoc to do a PGI on a Return and delete more than one delivery item. I have been able to make it work successfully if I want to PGI every item in full. It also works fine when I change the delivery quantity by using the E1EDL19-QUALF = "QUA". It even deletes and item when E1EDL19-QUALF = "DEL", but only if I use "DEL" only once in the IDoc.

If I have more than one QUALF = "DEL", I get the error:

"VL 605 The batches are not defined for delivery item 000040"

Note 504549 says I can use "QUA" with a quantity of 0 in E1EDL24-LFIMG and

E1EDL24-LGMNG, but that didn't work either. In this case I get the error:

"VL 361 Delivery quantity must be entered for the item"

Please provide tips if you have overcome this problem before. Thanks.

Mark

3 REPLIES 3

Former Member
0 Kudos

hi,

Check this thread

Jgds

0 Kudos

Thanks, but that thread was not very useful. I am looking for an example of the IDoc where more than one item had its quantity changed to zero. I can do it with the "DEL" qualifier on one item, but the IDoc fails if I try it with more than one.

-Mark

Former Member
0 Kudos

Thanks, but that thread was not very useful. I'm looking for an example of an inbound IDoc with more than one E1EDL19-QUALF = "DEL" or a way to change the quantity on more than one item to zero using QUALF = "QUA".