SAP WM 虛擬Storage Type設計案例之 - Fixed Bin Storage Type 裡實現FIFO –
SAP WM 虛擬Storage Type設計案例之 - Fixed Bin Storage Type 裡實現FIFO –
筆者所在的SAP實施專案裡,有部分採購物料是存放在固定貨架上。業務要求,儲存在這些貨架上的物料,要能在SAP系統上較好的管理與實現先進先出(FIFO)。
前提:專案裡的全球模板裡不啟用SAP Batch Management,而是一個與庫存無關的弱批次管理功能 – Documentary Batch, 以實現追溯。業務倉庫空間很有限,這些物料只能固定儲存,不能放在其它貨架上。
方案:使用SAP標準的storage type 005 (fixed bin storage)用於標識固定貨架儲存區。為Storage Type 005啟用SAP標準功能- Storage Unit Management。這樣,在不同日期上架到某個貨架上的相同物料的庫存,可以有唯一的storage unit number, 有各自不同的GR Date。這樣,在出庫的時候,能根據GR Date來很好的實現先進先出(FIFO)。但是經過測試,當業務把原料從固定貨架備料到產線邊上,生產沒有用完退料回來的時候,GR date會亂。所以,對於固定貨架儲存的storage type 僅僅啟用SUM是不夠的。後來,經過反覆測試與討論,我們決定建立一個虛擬的storage type R05, 專門用於儲存產線退料的時候所退回的物料,這個storage type是複製005 storage type而來,其storage bin 結構完全等同於005 storage type。當為固定貨架儲存的原料下架的時候,優先從R05這個storage type裡出貨, 其次才從005 storage type裡出貨。這樣就能基本保證從SAP系統層面管理與實現先進先出。
設計出來的虛擬的storage type R05的出現,解決了這個問題,業務也基本滿意。
2016-10-26 寫於中國武漢市經濟技術開發區
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29829936/viewspace-2127147/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- WM Activate Storage Bin Type Search(十四)
- SAP WM Storage Type Search配置裡的Storage Class & WPC標記
- SAP WM高階之Storage Type上架策略L下的Mixed Storage
- SAP WM高階之上架策略P(Storage Unit Type)
- SAP WM中階Storage Type的Capacity Check – Usage check based on SUT
- SAP WM中階之儲存型別設定介面裡的’Return Stock To Same Storage Bin’型別
- SAP為Storage Type 004啟用SUM報錯 - Storage types without pick-point stor.type
- SAP WM中階儲存型別裡的Full stk rmvl 欄位和Return Storage type欄位型別
- SAP MM 物料主資料Plant Data Storage 1檢視裡的Storage Bin
- SAP WM中階Storage Type的Capacity Check – 根據貨架最大數量檢查
- WM Activating Storage Type Search啟用儲存型別搜尋(十二)型別
- SAP WM初階事務程式碼LX29 - List of Fixed Storage Bins
- SAP對PO收貨後LT06報錯-Allowed storage unit types not defined for storage type Z
- WM Define Storage Type Indicators定義儲存型別識別符號(八)Indicator型別符號
- SAP MM MIGO介面‘Where’標籤頁裡的storage binGo
- SAP對物料做上架報錯 :Definition of totals level is missing for storage type
- WM Define Storage Bin Structure定義倉位結構(七)Struct
- SAP WM高階之上架策略B (Bulk Storage)
- SAP WM高階之上架策略C(Open Storage)
- Checklist for PRVF-10037 : Failed to retrieve storage type for xx on node xxAI
- SAP SEGW 裡的 Entity Type 作用講解
- SAP 的Currency Type
- About SAP currency type
- The Storage Situation: Removable StorageREM
- SAP ABAP裡資料庫表的Storage Parameters從哪裡來的資料庫
- SAP WM層面的盤點流程裡並無偷懶技巧之設計?
- storage事件中的坑,storage.setItem()無法觸發storage事件事件
- Database StorageDatabase
- SAP MM Movement Type 503的使用
- Type Script 在流程設計器的落地實踐
- SAP MM 物料主資料裡的‘Packaging Material Type'欄位
- 利用Storage Event實現頁面間通訊
- 教你實現快應用storage介面同步呼叫
- Java泛型裡的Intersection TypeJava泛型
- OpenStack設計與實現(一)虛擬化
- Spark原始碼解析之Storage模組Spark原始碼
- oracle全文索引之STORAGE PREFERENCEOracle索引
- variable: Type 與 Type variable