Dear all
I have a warehouse all its input is from Production.
Production give this warehouse goods up to 10 Finished Goods.
FG1, FG2, FG3, FG4, FG5, FG6, FG7, FG8, FG9, FG10.
The production of these products are very dynamic.
For example:
On 09-01-2013 production team will produce FG1, FG2, FG3.
On 09-02-2013 production team will produce FG1, FG3, FG4.
On 09-03-2013 production team will produce FG8, FG9, FG2.
I mean the production is totally dynamic.
My warehouse structure is contains 10 Racks, every Rack contains 3 levels.
R1 | R2 | R3 | R4 | R5 | R6 | R7 | R8 | R9 | R10 |
Bin1 | Bin1 | Bin1 | Bin1 | Bin1 | Bin1 | Bin1 | Bin1 | Bin1 | Bin1 |
Bin2 | Bin2 | Bin2 | Bin2 | Bin2 | Bin2 | Bin2 | Bin2 | Bin2 | Bin2 |
Bin3 | Bin3 | Bin3 | Bin3 | Bin3 | Bin3 | Bin3 | Bin3 | Bin3 | Bin3 |
- Every bin have a capacity of 11 Pallet.
- I can receive 15 Pallets from production from item FG1.
- Every Pallet is a batch (Batch1 till Batch 15)
- Then the logic will work like this:
- First pallet will be stored in R1-Bin1
- And so on for the first 11 Pallet.
- Then starting from Pallet 12 to pallet 15 it will be stored in R1-Bin2.
- After a while I received another 20 Pallet from production from item FG9.
- Every Pallet is a batch (Batch16 till Batch 36)
- Then the logic will work like this:
- First pallet will be stored in R4-Bin1
- And so on for the first 11 Pallet.
- Then starting from Pallet 12 to pallet 20 it will be stored in R4-Bin2.
Why I left 2 racks? Because I know from the production team that there are still production from FG1 that will fill Rack 1 and Rack 2.
How can I implement this using warehouse Management in SAP ECC 6.
i want to know how can i configure this on SAP.
Thanks,