‎2008 Feb 13 1:58 PM
Is there any BAPI available to Create Transfer Order ???
tansaction LT06.
thanks in advacne..
‎2008 Feb 14 12:48 AM
‎2008 Feb 13 2:21 PM
Hi,
Try using FM WS_LM_TRANSFER_ORDER_CREATE.
Thanks,
Sriram Ponna.
‎2008 Feb 13 2:35 PM
Sorry ..Sriram..it's not right one I'm looking for..
Actually I've to create TO based on Material Document...
above FM is creating TO based on Delivery.
‎2008 Feb 13 3:01 PM
Try with Function Module L_TO_CREATE_TR
also try
Use this function module to create TO (transaction LT01) L_TO_CREATE_SINGLE
CALL FUNCTION 'L_TO_CREATE_SINGLE'
EXPORTING
i_lgnum = ti_lqua-lgnum
i_bwlvs = l_bwlvs
i_matnr = zwwmugeori-matnr
i_werks = ti_lqua-werks
i_lgort = ti_lqua-lgort
i_bestq = l_bestq
i_letyp = l_letyp
i_anfme = l_anfme
i_altme = l_altme
i_vlpla = l_vlpla
i_vlenr = l_vlenr
i_nlpla = l_nlpla
i_nlenr = l_nlenr
i_commit_work = space
IMPORTING
e_tanum = l_tanum.
<REMOVED BY MODERATOR>
Edited by: Alvaro Tejada Galindo on Feb 13, 2008 11:33 AM
‎2015 Mar 24 12:40 PM
‎2008 Feb 13 3:05 PM
Hi,
You can use
L_TO_CREATE_MULTIPLE
L_TO_CREATE_SINGLE
To create the TO.
They are RFC Function modules.
Regards
Vijay
‎2015 Mar 24 12:31 PM
‎2008 Feb 13 5:56 PM
‎2008 Feb 14 12:48 AM
‎2015 Mar 24 12:44 PM
‎2008 Feb 14 12:19 PM
‎2009 Jan 22 10:53 PM
Dear Perez,
I don't undertand which one of these function actually allowed you to create a transfer order with out loosing your conection to the Material Document?
Thanks,
Deanna