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 name for creating a transfer order in Warehouse management

Former Member
0 Kudos

Hi all,

Can any one tell me the BAPI name for a CREATING A TRANSFER ORDER IN WAREHOUSE MANAGEMENT.

3 REPLIES 3

Former Member
0 Kudos

hi there...

use the bapi WarehouseTransOrder for generating the transfer order....

do reward if helpful.

Former Member
0 Kudos

Hi,

Try with Function Module L_TO_CREATE_TR

also try

Use this function module to create TO (transaction LT01) L_TO_CREATE_SINGLE

CALL FUNCTION 'L_TO_CREATE_SINGLE'

EXPORTING

i_lgnum = ti_lqua-lgnum

i_bwlvs = l_bwlvs

i_matnr = zwwmugeori-matnr

i_werks = ti_lqua-werks

i_lgort = ti_lqua-lgort

i_bestq = l_bestq

i_letyp = l_letyp

i_anfme = l_anfme

i_altme = l_altme

i_vlpla = l_vlpla

i_vlenr = l_vlenr

i_nlpla = l_nlpla

i_nlenr = l_nlenr

i_commit_work = space

IMPORTING

e_tanum = l_tanum.

Regards,

Raj.

Former Member
0 Kudos

Hi,

How are you creating a transfer order, with Subcontract PO or with delivery.

Regards

Kannaiah