QE51N — Record Results for Inspection Lots
QE51N is the results recording transaction in Quality Management, used to enter measured or attribute values against inspection characteristics for an inspection lot, physical sample, or piece of equipment, before a usage decision is made. It is a single unified screen that replaced the older separate QE0x family of transactions.
QE51N is where inspection results actually get typed in against an open inspection lot before the usage decision closes it. The page covers the selection logic that decides which characteristics appear, the tables the save touches, and the recurring failure patterns around missing characteristics, stuck valuations, and locked lots.
Reviewed by an ERPClimb SAP consultant on 15 Sept 2026· 1,128 words
Purpose
QE51N is the entry point for recording inspection results against an open inspection lot. A user selects a lot (or works from a worklist), the system displays the characteristics due for that operation, and the user enters values, defects, or attribute pass/fail decisions against each one. The structural fact that explains most confusion: QE51N is a consolidated single-screen transaction covering several different recording scenarios that used to be separate transactions (lot-related, sample-related, without inspection lot, equipment-based). Which sub-screen, which fields, and which valuation logic appear depend entirely on which selection tab and object type was chosen on entry, so two consultants describing 'results recording' may be looking at structurally different screens even though both call it QE51N.
When it is used
QE51N sits between inspection lot creation and the usage decision. A lot is created (manually via QA01, or automatically from a goods receipt, production order confirmation, or delivery), the lot carries a set of characteristics copied from the inspection plan at creation time, and QE51N is where those characteristics get values. A consultant reaches for QE51N directly when troubleshooting why a lot cannot be closed, when reproducing a data entry error reported by shop floor, or when checking whether recorded values match tolerance limits. In production, actual entry is often done through a Fiori result recording app, an MES/LIMS interface posting results via API, or handheld devices — QE51N is the fallback and the diagnostic tool when those interfaces fail or disagree with what is stored.
How to use it in practice
- Call QE51N and choose the correct selection tab: inspection lot, physical sample, without inspection lot, or equipment.
- Enter the lot number directly, or use the dynamic selection / worklist to pull open lots by plant, material, or inspection type.
- Confirm the operation and characteristic list the system proposes; this comes from the plan version copied to the lot at creation, not the current plan.
- Enter recorded values per characteristic, or use the mass entry option for identical or repeated readings; record defects separately where relevant.
- Let the system valuate automatically against tolerance limits, or valuate manually where the characteristic requires it.
- Save. The lot status updates to results-recorded and, if the completion rule is met, the lot may pass to usage decision automatically or wait for QA11.
Key data objects
- QALS - inspection lot header: lot number, plant, material, quantities, and the status string that shows whether results are recorded and whether a usage decision has been posted.
- QAMR - single recorded values per inspection characteristic, sample unit, and lot, including who entered the value and when.
- QAMV - summarized or valuated result per characteristic, used to decide acceptance and to drive the traffic-light indicator on the entry screen.
How to prove it in the data
Start in QALS filtered on the inspection lot number (field PRUEFLOS) and read the status field to confirm whether results were actually recorded before someone claims they were not, and whether a usage decision already closed the lot. Then query the results table filtered on the same PRUEFLOS plus the characteristic number (MERKNR) to see the recorded value, the valuation flag, and the entry timestamp and user. Compare the characteristic sequence on the lot against the current inspection plan in QP03 — a plan change after lot creation does not retroactively appear on an already-open lot, which is a frequent source of 'why is this characteristic missing' questions.
ECC vs S/4HANA
QE51N is not an S/4HANA-specific transaction; it was introduced as the unified results recording transaction well before S/4HANA and already replaced the older separate QE0x transactions in ECC. On S/4HANA the transaction and underlying tables are unchanged. A Fiori app for recording quality inspection results is available for simpler, single-lot entry scenarios, typically used by shop floor operators, while QE51N in SAP GUI remains the tool for multi-characteristic, multi-lot, or diagnostic work.
Common pitfalls and how to diagnose them
- Lot not appearing in the worklist: the selection criteria on the entry screen (plant, material, inspection type, status) do not match the lot, or the lot is already closed by a usage decision, or the lot status is locked for parallel processing by another user. Check QALS status before assuming the lot is missing.
- Characteristics missing from the entry screen: the characteristic was marked not relevant for results recording in the plan at the time the lot was created, or the sampling procedure's dynamic modification rule reduced the inspection scope to skip it, or the operation itself was not released. Fixing the plan now does not add the characteristic back to an open lot.
- Valuation stuck or not automatic: tolerance limits are not maintained on the characteristic master, the control indicator for automatic valuation is not set, or the characteristic is set up for manual valuation and someone forgot to valuate it before saving. A yellow or blank traffic light after save almost always traces to one of these three.
- Save fails or values appear lost: the lot is locked by another session, or a background job (batch determination, automatic usage decision) is holding it. Reopening and retrying without checking the lock owner just repeats the failure.
- Reflex fix that makes it worse: forcing a sample size or characteristic value type change directly on the QE51N screen to push results through bypasses the sampling procedure defined on the plan, creates a mismatch between what the plan says should have been inspected and what was actually recorded, and surfaces later as an audit finding rather than a solved problem.
Whose problem this is
This is a functional QM problem in almost all cases. ABAP involvement is only needed if a custom user exit or BAdI drives characteristic selection or automatic valuation. Basis is relevant only for lock and authorization errors. A good handover includes the inspection lot number, plant, material, characteristic number, the exact status string from QALS, and a screenshot of the entry screen at the point of failure.
Related SAP objects
Reviewed pages this object connects to in the ERPClimb knowledge graph.
Source: ERPClimb — https://erpclimb.com/sap-tcodes/qe51nERPClimb is an independent platform and is not affiliated with SAP SE. Reference pages are written and reviewed by SAP consultants for learning and troubleshooting.