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

BAPI or FM for LT03

Former Member
0 Likes
2,793

Hi Experts,

     I required bapi to create transfer order for lt03 transaction.

     My requirement is I want to create transfer order using delivery number. I create one delivery for multiple sales order, Now I want to create TO for that delivery. delivery contains multiple storage units and quantity. When I create delivery the all quantity is assign to single storage unit based on FIFO. I want to create delivery with multiple storage unit with corresponding quantities.

Regards,

Sumit Patil.

Hi Experts,

     I required bapi to create transfer order for lt03 transaction.

     My requirement is I want to create transfer order using delivery number. I create one delivery for multiple sales order, Now I want to create TO for that delivery. delivery contains multiple storage units and quantity. When I create delivery the all quantity is assign to single storage unit based on FIFO. I want to create delivery with multiple storage unit with corresponding quantities.

Regards,

Sumit Patil.

4 REPLIES 4
Read only

Former Member
0 Likes
1,635

Try using the below FMs

WS_LM_TRANSFER_ORDER_CREATE

L_TO_CREATE_SINGLE

Hope it helps.

Read only

Former Member
0 Likes
1,635

Hello Sumit,

Refer following thread's.It will help you

http://scn.sap.com/message/5728437

http://scn.sap.com/thread/340747

Katrice

Read only

Former Member
0 Likes
1,635

Hi Sumit,

Below Function modules will help.

L_TO_CREATE_DN                         Create a transfer order for delivery note

L_TO_CREATE_DN_MULTIPLE

L_TO_CREATE_MOVE_SU            Create transfer order for moving storage units

L_TO_CREATE_MULTIPLE

Thanks,

Tooshar Bendale

Read only

0 Likes
1,635

Hi. I have been working with L_TO_CREATE_DN but I have a problem with the function module, when there is no stock available in WM it generates an error that interrupts the execution of the program instead of raising one of the exceptions.

The error code is L3008, I can't find a workaround for this, have you had this problem?