‎2006 Mar 16 3:30 PM
Hi,
i am searching for a bapi (function module) that can be used for the same purpose as LB12. Creating a transfer order based on material document.
Thanx
Coeno
‎2006 Mar 16 5:07 PM
While debugging LB12, i have found that it calls Transaction LT04 in background.
Based upon data it will populate BDC table and call transaction LT04.
If possible look in SE37 with string L_TO_*.
This will list all TO related function modules.
So far i have used L_TO_CREATE_MULTIPLE.
PLs let me know your solution - how have you handled this in your program. It may help all in future.