Application Development and Automation 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: 
Read only

Delivery Split at 2 levels

0 Likes
448

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

1 REPLY 1
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
412

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.