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: 

Transfer order Creation function module

Former Member
0 Kudos

Hi Gurus,

My requirement is that i need to create a Transfer order from stoarge type 923 to 924 with movement type 999 and stoarge bin PACK.BIN.

This Transfer Order ha sto be done from a source Handling unit to Destination handling Unit.

Do anyone know the Function Module to do this.

Currently i am using L_TO_CREATE_MOVE_SU, but this is not creating the TO. I need to create the TO on destination HU and i am passing the dest HU. Since the Destination one is Not there is LEIN table, the TO OS NOT BEING CREATED.

do anyone know other function module.

Thanks in advance.

3 REPLIES 3

Former Member
0 Kudos

Hi,

You might make use of WS_LM_TRANSFER_ORDER_CREATE.

Regards,

Kiran

0 Kudos

This will not work since i have retrive back the transfer order.....and the fields are lenum and lgnum.

Former Member
0 Kudos

Solved