Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function module for creating TO based on Material document

Former Member
0 Likes
585

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

1 REPLY 1
Read only

Former Member
0 Likes
391

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.