on 2024 Nov 01 2:23 PM
Is it possible to monitor the expired batches of WM, and EWM manage materials via QA07?
Request clarification before answering.
Hello @RaghavanKathamuthu
QA07 doesn't support EWM - the RQAAAS10 lines ~618-628:
*-- batches in EWM relevant stocks must not be considered
LOOP AT l_mchb_tab.
CLEAR lv_ewm_is_active.
PERFORM check_ewm_is_active USING p_qmat-werks
l_mchb_tab-lgort
CHANGING lv_ewm_is_active.
IF NOT lv_ewm_is_active IS INITIAL.
DELETE l_mchb_tab.
ENDIF.
ENDLOOP.
That is also explained in the note 3120374 - QA07 does not consider batches of EWM storage locations
See SAP Help on Recurring Inspections in EWM.
Also consider the note 1678200 - EWM Stock blocking with QM integration
Best regards
Dominik Tylczynski
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
10 | |
5 | |
4 | |
4 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.