2013 Feb 11 5:47 AM
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.
2013 Feb 11 5:58 AM
Try using the below FMs
WS_LM_TRANSFER_ORDER_CREATE
L_TO_CREATE_SINGLE
Hope it helps.
2013 Feb 11 6:10 AM
Hello Sumit,
Refer following thread's.It will help you
http://scn.sap.com/message/5728437
http://scn.sap.com/thread/340747
Katrice
2013 Feb 11 8:32 AM
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
2021 Feb 25 4:32 PM
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?