cancel
Showing results for 
Search instead for 
Did you mean: 

VL10 delivery getting created for material already excluded

Former Member
0 Kudos

Hi Gurus.

Need help, we are facing an issue with VL10C where if we exclude the material from the selection criteria and do the background processing , the delivery is created for excluded material also. Now to overcome that we check the selected items under create delivery profile but that is also not helping

Any pointers will be highly appreciated.

Regards

Saurav

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Alll,

Thanks for the input but I have tried all and still it does not work. To give brief further, when we execute the VL10 with user profile 0001 ie foreground and with selected items check and excluding one material, the sort logic is working on the planned GI date as well as delivery priority.

We want to change this sort logic to sort on gross weight, we are using list type "1 ", also tried with type 2 but are not able to achieve anything. Can anyone let me know how to change the sort logic, is it configurable or user exit change has to be done , if yes how to do this.

Thanks

Saurav

harry_wu
Contributor
0 Kudos

1. First for all, for VL10c, the user role shoule be 0101, instead of 0001.

2. If you want to deliver by items, you have to use list tye '2' (document list). If you use index list, usually, you can only deliver the entire order together.

3. Where do you want to sort by weight? In the delivery due list displaying? Or when creating deliveries?

If you want to sort when displaying the list, you can edit the layout parameter and set a default SORT there.

If you want to sort when creating deliveries, you can use userexit userexit_sort_all_packages (LV50R_VIEWG17).

harry_wu
Contributor
0 Kudos

1. Did you create delivery by clicking "dialog" button or "background" button? If you click 'dialog' it works as same as VL01n. You can only deliver the whole SO in dialog mode.

2. Please check user role setting. Is "selected item" indicator set? If it's not set, system will still deliver the entire order.

Shiva_Ram
Active Contributor
0 Kudos

Check OSS notes 1480076 - Unselected sales order items / schedule lines are delivered in tcode VL10* and 1475684 - Material is not Excluded in Transaction Vl10*

Regards