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: 

vl10b do not want deliveries to be created when qty is zero

Former Member
0 Kudos

Hi,

My requirement is such that in the list of orders (STOs ) that I process in VL10B, I do not want deliveries to be created if the qty is zero in the line item.

Is there any configuration for this ?

I can see some user exits such as FORM USEREXIT_PREPARE_PACKAGES_CREA in LV50R_VIEWG09 in which I tried to add code such that the line item from ct_key table is deleted if qty is zero, but this code did not get triggered !!!

So I am not sure how to proceed further.

Any tips ?

thks

1 REPLY 1

Former Member
0 Kudos

Resolved...Implemented the LE_SHP_DEL...._PROC BADI and cleared the xlikp and xlips which did not create any deliveries !!