Application Development 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: 

bapi/fm for LT03

Former Member
0 Kudos

hi!

is there any bapi or FM for creating transfer order (LT03)?

REGARDS

YIFAT

1 ACCEPTED SOLUTION

former_member181962
Active Contributor
0 Kudos

Try FM L_TO_CREATE_SINGLE.

Regards,

Ravi

3 REPLIES 3

former_member181962
Active Contributor
0 Kudos

Try FM L_TO_CREATE_SINGLE.

Regards,

Ravi

Former Member
0 Kudos

Hi,

try this:

Get the program name of the transaction LT03

With SE38 get the atribute of program,

In the atribute you'll get the package,

Now with SE37 with F4, search with (information system)

giving the pakage and blancking maximun hit.

The result is giving you all the FM usable for that package. And y'll be able to seach deeply in that result with string word, ex: 'transfer order'

Robert

Former Member
0 Kudos

check any one of these function modules based on your requirement.

L_TO_CREATE_2_STEP_PICKING

L_TO_CREATE_DN - Create a transfer order for delivery note

L_TO_CREATE_DN_MULTIPLE

L_TO_CREATE_MOVE_SU - Create transfer order for moving storage units

L_TO_CREATE_MULTIPLE

L_TO_CREATE_POSTING_CHANGE - Create transfer order for posting change

L_TO_CREATE_SINGLE - Create a transfer order with one item

L_TO_CREATE_TR - Create a transfer order for transfer requirement

Thanks,

Suryaprakash