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

Creating a transfer order with multiple line items

Former Member
0 Likes
2,858

Hello,

I need to create a transfer order with multiple line items for an inbound delivery with batch split items. I cannot use L_TO_CREATE_DN because I need to alter the TO quantity. Looks like L_TO_CREATE_SINGLE only allows you to create a single item per TO, which does not satisfy my requirement.

Do you know of any function module that will let me create a TO with multiple line items?

Thanks!

R. D.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,329

Hi,

Please check FM L_TO_CREATE_MULTIPLE.

Regards,

Ferry Lianto

2 REPLIES 2
Read only

Former Member
0 Likes
1,330

Hi,

Please check FM L_TO_CREATE_MULTIPLE.

Regards,

Ferry Lianto

Read only

0 Likes
1,329

Thanks Ferry. Exactly what I needed.