SAP WM中階Storage Type的Capacity Check – 根據貨架最大數量檢查
SAP WM中階Storage Type的Capacity Check – Check based on maximum quantity per bin in storage type.
1, Storage type Z03啟用了容量檢查,檢查方法是3 (Check based on maximum quantity per bin in storage type。
Capacity check method : 3 – Check based on maximum quantity per bin in storage type.
2, 物料主資料的設定。
在Storage type Z03下,設定Maximum Bin Quantity 為520.
3, 執行事務程式碼MIGO,對該物料做一筆採購訂單收貨,數量是550 EA, 試圖放在一個貨架上。
儲存,進入事務程式碼LT06介面,
回車,
系統根據Palletization Data建議放在2個貨架上。 前臺方式建立TO單,
系統為其中的500 EA庫存自動建議貨架15-01-07,回車,
系統為剩餘的50件庫存建議貨架15-01-10。 手工將其修改為15-01-07,
回車,
SAP系統報錯:Maximum quantity for storage bin 15-01-07 will be exceeded by 30.000 EA
上架失敗。這是符合預期的。
-完-
寫於2022-3-17.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69946223/viewspace-2885174/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- SAP WM中階Storage Type的Capacity Check – Usage check based on SUT
- SAP WM中階儲存型別的Capacity Check – Usage check based on material型別
- SAP WM高階之上架策略P(Storage Unit Type)
- SAP WM高階之Storage Type上架策略L下的Mixed Storage
- SAP WM中階儲存型別的容量檢查– Check According to Maximum Weight型別
- SAP WM高階之上架策略B (Bulk Storage)
- SAP WM高階之上架策略C(Open Storage)
- SAP WM初階根據Group Number來查詢與之有關的TO單
- SAP WM Storage Type Search配置裡的Storage Class & WPC標記
- 「SAP技術」SAP WM 如何根據TR號碼查詢TO號碼?
- SAP WM中階儲存型別裡的Full stk rmvl 欄位和Return Storage type欄位型別
- SAP WM中階之儲存型別設定介面裡的’Return Stock To Same Storage Bin’型別
- SAP WM初階事務程式碼LX29 - List of Fixed Storage Bins
- SAP對物料做上架報錯 :Definition of totals level is missing for storage type
- JavaScript 根據type篩選inputJavaScript
- SAP對PO收貨後LT06報錯-Allowed storage unit types not defined for storage type Z
- SAP WM中階之儲存型別上架策略I(Adding to existing stock)型別
- 如何實現SAP GUI的自定義語法檢查(Syntax check)GUI
- SAP為Storage Type 004啟用SUM報錯 - Storage types without pick-point stor.type
- 如何在Excel中根據數量生成抽獎名單Excel
- SAP WM 確認TO單的時候不能修改目的地STORAGE BIN
- 「SAP技術」SAP SD微觀研究之根據銷售訂單查詢到該訂單發貨的批次
- SAP RETAIL 根據Merchandise Category Hierarchy Level查詢物料清單AIGo
- 記錄一個簡陋的根據statspack查詢哪段時間事務量最大的指令碼指令碼
- SAP WM 二步法確認TO單據
- SAP RETAIL 如何根據分配表查到根據它建立的採購訂單?AI
- 一個改進後的根據STATSPACK來查詢哪段時間內的事務量最大的指令碼指令碼
- SAP MM 物料主資料Plant Data Storage 1檢視裡的Storage Bin
- 根據傳入的年,月引數,返回當月的最大天數,平潤都可計算
- linux 中根據檔案的大小進行檔案的查詢Linux
- linux根據字尾查詢文字Linux
- SAP WM Picking Area的使用
- SAP WM PICKING AREA
- SAP WM Interview QuestionsView
- Laravel ORM 中,根據關聯查詢的欄位值,對主查詢排名LaravelORM
- BIRT 中如何根據引數動態拼接 SQLSQL
- pid,sid相互查詢,根據PID查詢sqlSQL
- Flutter 使用GridView寫一個根據child數量自動增加的GridListFlutterView