Skip to main content

Posts

Showing posts with the label Capacity check

[SAP EWM] /SCWM/ISU does not consider maximum bin capacity during initial stock upload

As per standard SAP functionality capacity check for /SCWM/ISU is deactivated. This transaction should be used for initial data transfer from old system to EWM (example). That means the stocks must be physical stocks already stored within the warehouse at storage bins. The same would happen if physical inventory will be performed and the user count more then allowed capacity. The system will post the differences without capacity check.  At /SCWM/ISU, and also in physical inventory counting (PI), not all checks against storage type, bin type customizing are performed, compared to 'normal' putaway. The reason for this: Both in initial stock upload, and PI counting, it must be possible to enter stock on a bin the way it physically exists there. Even if it is against the put away rules. 

[SAP EWM] Capacity check BADI

 At times, we might need to overrule the existing capacity check of the bins and create a custom rule to determine capacity of the bin, in this situation we have leverage the below BADI to accomplish the requirement /SCWM/IF_EX_CORE_PTS_CAPACHECK~CUSTOM_CAPA_CHECK  Note : This BADI will be called for all types of transfers to the Bin due to that ensure to be careful while implementing this.

[SAP EWM] /SCWM/L1012: Storage bin cannot be deleted because it is not empty

Cause Empty Indicator may not be set for the storage bin due to some inconsistencies and if there is any open warehouse tasks. Resolution CASE 1 :   Initially check whether the following note SAP note  2333338  has been implemented in your system, if not kindly implement the SAP Note  2333338   and follow the instructions below.  There should not be any open warehouse tasks for the storage bin which needs to be deleted. Check Whse Tasks tab in /SCWM/LS02 for the specific storage bin.  Goto transaction  /SCWM/CHM_LOG  --->  Ad-Hoc ---->  Stock and Bin   (enter the Warehouse number and Storage Bin)  ---->  Capacity   Check  -----> Recalculate Capacity  and execute.  Storage bin inconsistencies related to capacity & HU will be displayed and you can correct the same.  After that, Storage bin can be deleted successfully through /SCWM/LS02 transaction. CASE 2 :  If the...