Inspection Planning
Quality Managementbeginner

Why Inspection Planning Matters: Foundations and Master Data

Understand the business purpose of inspection planning in SAP QM and the core master data objects that drive when and how inspections happen.

Explanation

Inspection Planning is the foundation of SAP Quality Management because it determines whether a quality inspection happens at all, what gets checked, and how strictly it is controlled. Without proper inspection planning, materials can move through procurement, production, and shipping without any systematic quality verification, which exposes a company to defective incoming goods, non-conforming production output, or non-compliant shipments to customers. At its core, inspection planning answers three business questions: What triggers an inspection? What characteristics must be checked? How much sampling is required? These questions are answered through a combination of master data objects that work together rather than any single configuration screen. The starting point is the Inspection Type, a control key such as 01 (goods receipt inspection for purchase orders), 04 (goods receipt inspection for production orders), 05 (usage decision required indicator), or 08 (delivery/stock transfer inspection). Inspection types are assigned to a material within a plant through the Quality Management view of the material master. This assignment is what actually activates inspection lot creation for that specific material-plant combination when the relevant business transaction occurs, for example posting a goods receipt against a purchase order. Once an inspection type is active, the system needs to know how to inspect the material. This is where the Inspection Plan comes in. An inspection plan is a task list, structurally similar to a routing, that contains one or more operations, and each operation contains inspection characteristics that define exactly what must be measured, tested, or verified, such as dimension, weight, visual defect, or chemical composition. Inspection plans are maintained at the plant level and assigned to materials, usage, and status, and they carry a validity period. A related but distinct object is the Master Inspection Characteristic (MIC), a reusable definition of a characteristic (for example, tensile strength or color) that can be referenced by many inspection plans instead of being redefined each time. Using MICs consistently is important for standardization, reporting, and long-term maintainability, because changing a characteristic definition once can propagate to all plans referencing it, subject to change management rules. Inspection planning also determines the Sampling Procedure attached to each characteristic, which dictates how many units or how much material must be tested relative to the lot size, and whether that sample size is fixed, percentage-based, or drawn from a sampling scheme. All of this master data comes together at runtime: when a qualifying business transaction occurs (goods receipt, production confirmation, delivery, etc.), the system automatically creates an Inspection Lot, copies the relevant inspection plan (or a default plan if none is explicitly assigned), and generates the required inspection characteristics and sample sizes for that lot. Understanding this chain—inspection type activates the lot, inspection plan defines what to check, MICs standardize characteristics, sampling procedure defines quantity—is essential before touching any configuration, because a broken link anywhere in this chain (for example, a valid inspection plan not found) results in lots being created without a plan, defaulting to manual results recording or blocking usage decisions. In S/4HANA, this master data model is largely unchanged from ECC, though Fiori apps provide modernized user interfaces for creating and searching inspection plans, and some administrative transactions are being replaced or supplemented by Fiori-based equivalents over time; core planning concepts remain the same.

Real project scenario

A mid-sized automotive parts supplier onboarded a new raw material and forgot to maintain inspection type 01 in the QM view of the material master for the receiving plant. Goods receipts posted normally, but no inspection lot was created and no usage decision was required, so unverified material was consumed directly by production. The issue was only caught during an internal audit weeks later. The root cause analysis traced back to the missing inspection type assignment, not a bug, which led the quality team to build a mandatory checklist step for QM view setup during new material creation.

Common mistakes

• Assuming an inspection type on the material master alone guarantees an inspection plan will be found; without a valid plan, the lot may still be created but without characteristics. • Creating inspection plans without assigning a usage or material, causing the plan to never be selected during lot creation. • Duplicating characteristic definitions locally in plans instead of using Master Inspection Characteristics, leading to inconsistent terminology and reporting. • Forgetting validity dates on inspection plans, causing lots created outside that window to fail plan determination. • Not testing inspection type activation in a non-production client before rollout, resulting in production lots being created unexpectedly for materials that were never meant to be inspected.

Best practices

• Always confirm both the QM view inspection type and a valid inspection plan (or default characteristics) before going live with a new material. • Use Master Inspection Characteristics for any characteristic reused across multiple plans or materials. • Maintain clear validity periods on inspection plans and review them during periodic master data audits. • Document the business trigger (goods receipt, production, delivery) for each inspection type used, so downstream teams understand why a lot was created. • Use a sandbox or quality client to validate new inspection type activation before enabling in production.

Interview angle

Interviewers often probe whether a candidate understands that inspection type activation and inspection plan assignment are two separate, cooperating steps, not one setting. Be ready to explain what happens if only one of the two is configured, and how you would diagnose a missing inspection lot or a lot with no characteristics in a live system.