SAP table QDPS (Inspection stages for a dynamic modification rule)

SAP table QDPS has 3 primary key fields being MANDT,DYNREGEL,PRSTUFE.

If you're only analyzing data from a single SAP instance you may omit field MANT in your relationships as it will we the same across the entire dataset. On the other hand, if you're combining data from multiple SAP instances you need to take MANDT into account.

Field Description Data Type Length Decimals Checktable Data Element
MANDT Client CLNT 3 0 T000 MANDT
DYNREGEL Dynamic Modification Rule CHAR 3 0 QDDR QDYNREGEL
PRSTUFE Inspection Stage NUMC 4 0 QPRSTUFE
PRSCHAERFE Inspection Severity NUMC 3 0 QDEP QPRSCHAERF
KZSKIP Inspection Stage Corresponds to a Skip (Skip Stage) CHAR 1 0 QKZSKIP
ANZPRRED Number of Inspections Required for a Reduced Inspection INT2 5 0 QANZPRRED
ANZPRVER Number of Inspections Considered for a Tightened Inspection INT2 5 0 QANZPRVER
ANZRWRED Number of Rejections Allowed for a Reduced Inspection INT2 5 0 QANZRWRED
ANZRWVER Number of Rejections Sufficient for a Tightened Inspection INT2 5 0 QANZRWVER
REDSTUFE New Inspection Stage if OK NUMC 4 0 QDPS QREDSTUFE
VERSTUFE New Inspection Stage if Not OK NUMC 4 0 QDPS QVERSTUFE
STEUVER Control Key for Tightening an Inspection CHAR 1 0 QSTEUVER
P Tightening when number of inspections is reached
R Tightening when number of rejections is reached
S No. of inspections and rejections at same stage considered
U No. of inspections and rejec. for several stages considered
KZREDGEN Approval Required for Reduced Inspection CHAR 1 0 QKZREDGEN
MAXSKIPDR Maximum Skip Duration INT2 5 0 QMAXSKIPDR

QDPS foreign key relationships

Table Field Check Table Check Field
0 QDPS DYNREGEL QDDR Dynamic modification rule (header) MANDT
1 QDPS PRSCHAERFE QDEP Allowed inspection severities MANDT
0 QDPS REDSTUFE QDPS Inspection stages for a dynamic modification rule MANDT
0 QDPS REDSTUFE QDPS Inspection stages for a dynamic modification rule DYNREGEL
0 QDPS REDSTUFE QDPS Inspection stages for a dynamic modification rule PRSTUFE
1 QDPS VERSTUFE QDPS Inspection stages for a dynamic modification rule MANDT
1 QDPS VERSTUFE QDPS Inspection stages for a dynamic modification rule DYNREGEL
1 QDPS VERSTUFE QDPS Inspection stages for a dynamic modification rule PRSTUFE