Skip to main content

Posts

Showing posts from December, 2025

[SAP SD] VL06 Report Enhancement

 At times, business requires to add custom fields to the delivery list in transaction 'VL06' like addition of customer PO number, Freight order ....  To enhance the standard report, we need to leverage the customer exit 'EXIT_SAPLV50Q_001' and write logic related to fetching the data to accomplish this requirement. In this situation to get the Customer PO number, Pass VBGEL fetched from the LIPS into table VBKD to fetch the customer PO number 

[SAP EWM] Follow-up WT creation does not work in POSC when BAdI /SCWM/EX_WRKC_UI_AFTER_SAVE is used

 Issue  The system does not create the follow-up WT (Warehouse Task) in POSC (Process-Oriented Storage Control) despite Auto WT creation is enabled in the customizing for the concerned Storage Process Step. BAdI /SCWM/EX_WRKC_UI_AFTER_SAVE contain custom code and it is getting triggered in the process. Solution Approach In the EWM standard the follow-up WT is usually created by the fallback class that is assigned to BAdI /SCWM/CL_EI_WRKC_UI_AFTER_SAVE. If creating an own implementation for BAdI /SCWM/EX_WRKC_UI_AFTER_SAVE is needed, make sure that  either trigger the WT creation manually from you custom implementation, or that you call the respective method of /SCWM/CL_EI_WRKC_UI_AFTER_SAVE.

[SAP EWM] How to trigger the automatic EWM staging upon the production order release

 Requirement  You manufacture a product integrated with Enhanced Warehouse Management (EWM) procedure. You expect the staging of the component to be triggered automatically upon the order release. However, after releasing the order, the staging request is not triggered and there is no new entry in app Process Posting Change Item. You have to trigger the staging manually in the order by going through "More/Functions/WM Material Staging/Execute". Solution Approach Since the "Posting Change Item" is a kind of "Delivery", if you want to trigger automatic EWM staging, you have to set the "WM Request" field of the Production Scheduling Profile as "2 - Transfer Reqmt, Transfer Order, and Delivery Upon Release". This configuration can be done by SSCUI 102508 "Define Production Scheduling Profile for Discrete Manufacturing".