cancel
Showing results for 
Search instead for 
Did you mean: 

WM Managed-SLOC to SLOC transfer (Requirement: Same Source and Destination Stor Bin)

Former Member
0 Kudos
2,817

Hi All,

My scenario is as follows:

We have WM managed SLOC's for a plant with both SLOC's belonging to one warehouse

Warehouse No: 100

Plant: 1000

SLoc 1: USA1

SLoc 2: USA2

Batch Management Active on the Materials.

Current LS24 stock situation as follows for (Warehouse No/Material/ Plant/SLOC) : 100 / MaterialABC /1000/ USA1

Type     Storage Bin          Total Stock       Avail Stock      Unit

Sloc      Batch

002      LMNO                    80                         80               EA

USA1   Batch#990

Business requirement:

Based on some rules maintained in a Z Table(Not important for our discussion here)- Automatic transfer should happen from SLOC- USA1 stock into SLOC-USA2 with the destination storage type/ Bin same as the source.

After transfer this is how the LS24 stock situation should appear for (Warehouse No/Material/ Plant/SLOC) : 100 / MaterialABC /1000/ USA2


Type     Storage Bin          Total Stock       Avail Stock      Unit

Sloc      Batch

002      LMNO                    80                         80               EA

USA2   Batch#990

TO BE DESIGN: We are planning on doing the following Steps

(1) Use of the following BAPI_GOODSMVT_CREATE

Do a 311 Mvt type to transfer stock btw SLOC's

This puts the batch stock in interim storage bin (922 TR-ZONE)

(2) Create a TO to move from the interim storage type/bin into a permanent storage bin

From : 922 TR ZONE

To:      002 LMNO  (which is the same as the source SLOC storage type/bin)

My Questions:
(1) Is there any efficient way of doing this transfer

(2) How do I identify the Source Storage Type/ Bin in order to pass that information into the TO for the Destination storage Type/Bin

Thanks

Kumar

saikumarkatla
Explorer
0 Kudos
Hi,
saikumarkatla
Explorer
0 Kudos
Hi, Does this solution is working?
View Entire Topic
MANIS
Active Contributor
0 Kudos

We have standard SAP functionality to achieve the required functionality which you are looking for, Please have a look on the below mentioned Link

http://scn.sap.com/thread/3548165

Former Member
0 Kudos

Hi manish,

The Storage Type/Bin for the Source SLOC stock can be different always and is not a fixed bin.

My requirement is to ensure that the Source (can be dynamic) and Destination Bins (should match Source) should be the same.

Thanks

Kumar

MANIS
Active Contributor
0 Kudos

with Standard BAPI_GOODS_MVT_CREATE and GM_code 4 it is possible to make the change without creating any custom code in that case you need to enter the storage type and storage bin value in STGE_TYPE_PC / STGE_BIN_PC and in NO_PST_CHGNT enter the value as X

Con of this approach is that you won't be able trace anything as system directly updates the Database