Symptom
- The material is active for Inspection Type 01.
- The Flag “Post to Inspection Stock·” is active ( INSMK) in the Material Master Quality Management View
- Creating Stock transport Orders the Stock type is filled with Quality Inspection-
Environment
SAP S/4HANA Cloud Edition
Resolution
The stock type will be defaulted across all purchase order types with the same logic:
It is intended behavior , system now handles the material's stock type in the following way across all document types:
- When a material is relevant for QM, the system checks the material master and QM inspection setup when creating the PO item.
- If the "Post to inspection stock" flag (QMAT-INSMK) is set in the inspection setup, the stock type will default to "Quality inspection."
- If the "Post to inspection stock" flag is not set, the default stock type will be set to "Unrestricted."
The default stock type can still be changed by the user if needed from Quality to Unrestricted.
Note: The STO Purchase Order reads the Inspection type 01 (Goods Receipt Insp. for Purchase Order). The inspection type 08 ( stock transfer inspection )is used on material movements posting for transfer category type.
Disclaimer
In case you want a warning message as reminder to review the Stock type, you can create your own logic in the BADIS BD_MMPUR_FINAL_CHECK_PO or MM_PUR_S4_PO_MODIFY_ITEM.
The custom logic could be based on the document type and the Product inspection settings which can be read in I_PRODUCTINSPTYPESETTING
WITH PRIVILEGED ACCESS.
Please consider the BADI custom logic is out of the scope of SAP Support.
Keywords
INSMK, inspection stock , STO , KBA , MM-PUR-GF-STO-2CL , Stock Transfer (Public Cloud) , How To