‎2009 Nov 02 9:44 AM
Hi Experts,
My requirement is to split SO items into mutiple deliveries. An example as below.
Sales Order
Item Material Qty Unit
1 A 1 PC
2 B 1 PC
3 C 3 PC
I am able to do a Delivery SPlit using Copy routine and filling field ZUKRL and got the final 3 delivaries as below:
Delivery
Header Item Material Qty Unit
1 010 A 1 PC
2 010 B 1 PC
3 010 C 3 PC
But my requirement is again to split an item based on HU (handling Unit, from packing Proposal) and put some quanities in one delivery and remaining in other delivery as below.
Header Item Material Qty Unit
1 010 A 1 PC
2 010 B 1 PC
2 020 C 1 PC
3 010 C 2 PC
Please advice how I can achieve this.
Thanks!!!
-Sangar
‎2009 Nov 02 10:25 PM
With a routine you need to know all the split criteria upfront. You can't split once and then pass the delivery through the routine again. Fill in the field with all the criteria at once (use CONCATENATE).
Also consider using the standard Delivery Split functionality with the split profiles.