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

Bapi in Warehouse Management

Former Member
0 Likes
2,650

Hi All,

Is there any Bapi availaible( other than Bapi_GoodsMvt_create as it genrates a material document number) for posting goods from one storage bin to other storage bin and which does not creates a material document number.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,602

i think you can use,'L_TO_CREATE_SINGLE' function module.

using this you can give source storage bin and destination storage bin values.

here you are creating a Transfer Order for the items.

check it once.

Regards

srikanth

Hi All,

Is there any Bapi availaible( other than Bapi_GoodsMvt_create as it genrates a material document number) for posting goods from one storage bin to other storage bin and which does not creates a material document number.

5 REPLIES 5
Read only

Former Member
0 Likes
1,603

i think you can use,'L_TO_CREATE_SINGLE' function module.

using this you can give source storage bin and destination storage bin values.

here you are creating a Transfer Order for the items.

check it once.

Regards

srikanth

Read only

0 Likes
1,602

hi

can anybody through light for bapi to locate transfer requriment number generated and pass in above given BAPI.

 

trying ot create a TO based on a material document and year.

 

 

regards,

sanket.

Read only

Former Member
0 Likes
1,602

Hi,

Are you talking about Transfer Order?

For a bin to bin transfer, without a material document posting, a transfer order can be created with or without refence to a material document.But this depends on the WM process followed and needs to be confirmed.

Transfer order can be created using the FM 'l_to_create_single'.

Thanks,

Rashmi.

Read only

Former Member
0 Likes
1,602

Hi,

For Bin to Bin transfer , i think there is no BAPI.

but we can use function modules.

for single item : L_TO_CREATE_SINGLE.

and for multiple : L_TO_CREATE_MULTIPLE

Read only

0 Likes
1,602

hi

can anybody through light for bapi to locate transfer requriment number generated and pass in above given BAPI.

 

trying ot create a TO based on a material document and year.

 

 

regards,

sanket.