‎2011 Oct 10 10:27 AM
Hi All,
I found some of function module can create transfer order. i need to use LT06 create TO and LT12 confirm TO.
But i don't know how to write the abap code into this function module.
Please advise.
Below is my function module that i try to create TO.
L_TO_CREATE_TR
L_TO_CREATE_SINGLE
L_TO_CREATE_MULTIPLE
Regards,
Luke
‎2011 Oct 11 11:25 AM
Hi Luke,
1. You don't have to write any code in the Function Modules. These are re-usable objects for your use.
2. You can write a new program using T. Code SE38 and call the FM in your code. Use the Pattern tab to get the parameters to be passed to the FM.
Regards,
Pranav.