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
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.