cancel
Showing results for 
Search instead for 
Did you mean: 

Stock migration from Storage location to Warehouse

Former Member
0 Kudos

Hello,

We intend to migrate stock from Storage location to new warehouse. We are extending plant to new storage location which is warehouse managed. This is 10 year old running system with plant having storagelocation only and now WM.

Issue:

We want to migrate stock to Sloc/WM using 311 and we want to update the Z table. The WM transactions are Z tcodes and all IM/WM transactions will happen in background using function module.

The Z table will have all the records of material and its movement. This table will also record batch label, bar code numbers etc.

Our challenge is how to migrate stock in SAP using 311 such that stock is updated in standard table as well as Z table. We would prefer to do transfer stock (311) and Transfer order creation in 1 step.

I was thinking to open the "BIN" field for 311 IM movement so I can transfer stock directly to BIN but that would impact the current transactions also since it is running system we are apprehensive to open BIN field for 311 IM movement.

Any suggestion is welcome.

regards

Anand

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello

Why you create new storage location? You can use same storage location for warehouse.

so you can use T Code LT01, 561 Movement type...based on LT01/561 You can do the BDC programme and upload the programme...

If you still facing problem call me

Former Member
0 Kudos

We doing bapi to migrate stock from sloc to WM using 2 function modules one to create 311 doc and then another to create TO from TR.

Former Member
0 Kudos

Hello Friends,

Any other suggestion?

We are extending plant and sloc to warehouse. So developing WM scenarios and also need to migrate stock from sloc to WM sloc and bin.

So we have to use 311 mvt and I wanted to move stock directly to bin like I did in my previous project. I opened the bin for mvt type 561.

But when I open for 311 the bin field is opened for issue sloc not for receiving sloc. So not able to receive directly in bin.

After go live user will do migration in few weeks by themselves. So they won't like to do in two steps.

1- do IM mvt

2- download mat doc and do vlookup to create TO

regards

MANIS
Active Contributor
0 Kudos

Hi Ananad

from your post the below statement regard open the BIN filed is not clear

"We would prefer to do transfer stock (311) and Transfer order creation in 1 step.I was thinking to open the "BIN" field for 311 IM movement so I can transfer stock directly to BIN but that would impact the current transactions also since it is running system we are apprehensive to open BIN field for 311 IM movement."

When you do a SLoc to SLoc transfer system checks whether any WM movement type is assigned to the IM movement type or not. If assigned it creates a AUTO TR based on the setting and you can create a TO with reference to that. Also the destination bin selection can be based on the storage type search strategy or u can define a fixed destination bin for the movement type in the define movement type.

Also since it a Custom code you can ask the developer to move the Transfer order detail after the UPDATE TASK to update the custom table.

Former Member
0 Kudos

Hello,

Thanks for replying to post.

When we want to upload stock in warehouse bin there is a option to upload stock directly into bin without creating TR and TO. This can be done by opening BIN field at IM level for the movement type 561.

I did this in my previous project.

But this time in my new project we extending sloc to warehouse. So we want to do 311 stock transfer. I was thinking on similar lines of opening field of bin at IM level but since users are already using SAP so this field will be opened for them also who don't need it.

So I am looking for option to transfer stock directly to a bin without creating Tr and TO.

Regards