In the standard SAP system, partial usage decision for all stock assigned to a quality inspection can only be inspected if below of the following conditions are met:
Most of the customers don’t agree to make staging area as work center, hence an enhancement is required to perform UD from non work center, staging area role, i.e GR zone.
Customers have to implement a Badi /SCWM/EX_QM_STOCK_INSP_EXT, method at SET_ABILITY_TO_PERFORM_QINSP.
In Badi definition:
Use the code:
Following code can be used to set the traffic light and enable logistical follow-up actions to perform partial UD from non work centre based location
Quality inspection process
DATA: ls_stock_status_qaction type /SCWM/S_STOCK_QM_STATUS.
To yellow:
ls_stock_status_qaction-qstatus = is_icon-status_todo
ls_stock_status_qaction-qstatus_flg = '2'
ls_stock_status_qaction-qaction = is_icon-find_todo
This badi will help customer to influence stock based inspection from staging area whose role is not equal to work center.
These all information can be found in SAP EWM Standard badi documentation.
Note: In embedded EWM on S/4HANA, system allows to perform stock based Inspection, Partial UD from all the location. Only Decentral EWM on S/4HANA has the problem.
Thanks for reading the blog.
Thanks to author Shailesh Mishra