cancel
Showing results for 
Search instead for 
Did you mean: 

VL10B. Separate delivery for specific mat.group or material.

former_member237609
Participant
0 Kudos

Hello guys.

Need you advice.

STO with 3 mat.groups: XXX, XXX, YYY.

VL10B: delivery for XXX AND delivery for YYY.

If STO contain some item with mat.group YYY - create separate delivery for this line.

How i can setup this action and can i do it w/o any abap modifiations?

Thank you!

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Hi

The details you need to force a delivery split according to your own requirement here are in

notes 546668 and 22609. The short story is you use an item data transfer routine to fill one of

the header split fields according to your material group entry coming in from the PO item data.

example fill LIKP-ZURKL for each item from the item material group

...

LIKP-ZURKL = xkomdlgn-MATKL.

There is only one header field so if the PO items have a different EKPO-MATKL entry this will

force 2 delieries.

Hope it helps you further

Kind regards

Brian

Former Member
0 Kudos

Hi Conrad,

Please check this link. it might helpful for you

you can use the batch job process also to reduce your work

http://sap.ittoolbox.com/groups/technical-functional/sap-log-wm/delivery-split-by-material-group-157...

By

Jagadeesh

former_member237609
Participant
0 Kudos

Any solutions guys?

babu_kilari4
Active Contributor
0 Kudos

Hello Conrad,

I am not sure if there is any customization to achieve this. But, separate deliveries can be assigned if you can assign a delivery priority for each set of material groups. Hope, delivery priority is not being used in your case for different purpose.

Babu Kilari