‎2008 Sep 17 5:47 PM
I would like to call a BAPI/function to perform a Transfer Order create using a Material document created from function BAPI_GOODSMVT_CREAT. Is there a BAPI or function that can do this?
Best Regards
‎2008 Sep 17 5:52 PM
You can use the below Functions.
L_TO_CREATE_MULTIPLE
L_TO_CREATE_SINGLE
L_TO_CREATE_TR
I used L_TO_CREATE_SINGLE in one of my requirements.
‎2008 Sep 17 6:04 PM
Thanks for the response.
I see these functions that are listed and have checked SAPs poor documentation for these functions, but where did you find the material document?
I have been searching for a field called MBLNR, but do not find.
Best regards
‎2008 Sep 17 10:48 PM
To do this a configuration change has to be made to the movement type so that it allows creation of Transfer requirements.
Query table LTBK Using the material document number & Year and Warehouse number to get the Transfer requirement number TBNUM.
Then use the function module L_TO_CREATE_TR to create a transfer order for the transfer requirement.
Manoj
‎2009 Jan 22 11:47 PM
Dear Manoj,
Thanks I have been looking for this answer all day!
Thanks,
Deanna