on 2015 Nov 09 3:21 PM
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
We have standard SAP functionality to achieve the required functionality which you are looking for, Please have a look on the below mentioned Link
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
User | Count |
---|---|
97 | |
8 | |
6 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.