Skip to main content

Posts

Showing posts from April, 2023

[SAP EWM] Function module to reset the delivery distribution status

At times, delivery is not distributed to the EWM from S/4 but however, but the status of the delivery is distributed status.  In this situation, we are required to follow the below process to fix the issue. Solution Approach Execute FM /SPE/DELV_RESET_DIST_STATUS with delivery # and status D. This will allow editing delivery in S/4. Now go to VL02N and click on save so that delivery gets distributed to EWM Thank you.

[SAP EWM] Alignment of stocks between EWM and S/4

In EWM, we will come up with a scenario where the queue doesn't exist and the flow is not completed. Due to this, there will be a discrepancy in stocks.  In this situation, follow the below process to fix the issue. Perform physical inventory in EWM and set the parameter /SCWM/IF_DEBUG_QRFC  as "X" for a specific user, this will make the Queue stop in SMQ2  Thank you.

SAP EWM commonly used transactions

 Below are the commonly used transactions in SAP EWM Monitor  /N/SCWM/MON Outbound Delivery ODO    /N/SCWM/PRDO Maintain Wave     /N/SCWM/WAVE Inbound Delivery   /N/SCWM/PRDI Internal Move product/ Create WarehouseTask    /N/SCWM/ADPROD Move HU/ Create HU WarehouseTask     /N/SCWM/ADHU Make Posting Change for Product   /N/SCWM/POST Confirm Warehouse Task    /N/SCWM/TO_CONF Log on RF Environment    /N/SCWM/RFUI Pack station    /N/SCWM/PACK Process Transportation Unit     /N/SCWM/TU Physical Inventory Create Phy Inv Doc       /N/SCWM/PI_CREATE Enter count Results          /N/SCWM/PI_COUNT Difference Analyzer         /N/SCWM/DIFF_ANALYZER Master Data Maintain Resource      /N/SCWM/RSRC WorkStation Master Data       /N/SCWM/TWORKST APO Product          /N/SAPAPO/MAT1WM Product         /N/SCWM/MAT1 Storage Bin            /N/SCWM/LS03 Load Storage Bind              /N/SCWM/SBUPLoad Storage Bin sorting            /N/SCWM/SRTUP Outputs PPF processing of Outputs             SPPFP

[SAP EWM] BADI at Warehouse Task level

 At times, we might require validations to be maintained during warehouse creation like keeping an error message during the creation of a warehouse task if an open warehouse task exists for the same HU As standard SAP behaviour will not restrict warehouse task creation of the same HU that contains an open warehouse task already.  In this situation, we are required to implement BADI '/SCWM/EX_CORE_CR_INT_CR' to accomplish this requirement Thank you

[SAP EWM] HU to HU transfer

 As per standard SAP behaviour, if we move the HU to another HU with the transaction /SCWM/ADHU, the destination HU will become a nested HU. if we want to move the stock without HU, we can use transaction /SCWM/ADPROD Field ' Control F. HU Pick' in the warehouse process type controls this behaviour. Thank you