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: 

Transfer Order split based on handling units

Former Member
0 Kudos

Hi,

I have a requirement where we need to create transfer order for each handling units.

For e.g. if a delivery has 50 quantity and it is packed in 3 handling units of 20EA, 20EA, and 10EA.

It should create a transfer order for 20EA, 20EA, and 10EA for each handling units.

We are using L_TO_CREATE_DN function module to create transfer order. Whenever we pass quantity of 20 or 10 in VSOLM field to the function module it creates a transfer order for 50 quantity. But we need to create TO for 20, 20, and 10.

Is the function module we are using is right or we need to pass some other parameters?

Thanks in advance,

Ramesh K.

Edited by: ramesh k on Apr 11, 2008 6:33 AM

2 REPLIES 2

former_member723628
Active Participant
0 Kudos

Ramesh,

Please check out the documentation of parameter IT_DELIT - Partial creation: Details. Using this paramenter you can pass the quantities for partial creation of TO. System only creates for TO for quantities passed in this parameter instead of the total quantities on delivery. In your case I think you would have to call the FM multiple times depending on the number of handling units.

Regards,

Gajendra

0 Kudos

Hi Gajendra,

We are working in 4.6C version and the parameter

IT_DELIT - Partial creation is not present in the L_TO_CREATE_DN function module.

Is there any other way to resolve this?

Thanks and regards,

Ramesh k.