QDQL SAP (Quality level) Table details

Dictionary Type: Table
Description: Quality level




ABAP Code to SELECT data from QDQL
Related tables to QDQL
Access table QDQL




Table field list including key, data, relationships and ABAP select examples

QDQL is a standard SAP Table which is used to store Quality level data and is available within R/3 SAP systems depending on the version and release level.

The QDQL table consists of various fields, each holding specific information or linking keys about Quality level data available in SAP. These include WERKS (Plant), MATNR (Material Number), PLNTY (Task List Type), PLNNR (Key for Task List Group).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP QDQL table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3T000MANDT
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
MATNRMaterial Number QMATNRQLCHAR18MARAMATN1MATNRQLM
PLNTYTask List Type QPLNTYQLCHAR1TCA01PLNTYQLT
PLNNRKey for Task List Group QPLNNRQLCHAR8PLKOALPHAPLNNRQLN
PLNALGroup Counter QPLNALQLCHAR2ALPHAALTNRQLZ
PLNFLSequence of Operations Within a Plan QPLNFLQLCHAR6ALPHAPLNFOLGEQLF
PLNKNNumber of Task List Node QPLNKNQLNUMC8KNTNRQLV
ZAEHLERQLSequential Counter for Different Quality Levels QZAEHLERQLINT410QDYNANZ4
LIFNRVendor Account Number QELIFNQLCHAR10LFA1ALPHALIFNRQLL
HERSTELLERManufacturer Account Number QHERSTQLCHAR10LFA1ALPHALIFNRQLH
KUNNRCustomer Account Number QEKUNNQLCHAR10KNA1ALPHAKUNNRQLK
PRUEFARTInspection Type QPARTCHAR8TQ30QPARTQLA
VORNROperation Number in the Quality Level QVORNRDCHAR4NUMCVVORNR
MERKNRCharacteristic Number in the Quality Level QMERKNRDNUMC4QMERKNRP
VPLTYType of the referenced task list VPLNTYCHAR1TCA01PLNTY
VPLNRGroup of the referenced task list VPLNNRCHAR8ALPHAPLNNR
VPLALGroup counter of the referenced task list VPLNALCHAR2ALPHAALTNR
VPLFLReferenced sequence in routing VPLBFLCHAR6ALPHAPLNFOLGE
VPLNKNNumber of the task list node PLNKNNUMC8KNTNR
AENDLOSAUser who Last Changed the Quality Level QAENDLOSACHAR12QAENDERER
AENDLOSMUser who Manually Changed the Quality Level QAENDLOSMCHAR12QAENDERER
AEDATLOSAChange Date of the Quality Level QAEDATLOSADATS8DATUM
AEDATLOSMChange Date (Manual) of the Quality Level QAEDATLOSMDATS8DATUM
AEZEILOSAChange Time of Q-Level QAEZEILOSATIMS6QZEIT
AEZEILOSMChange Time (Manual) of Q-Level QAEZEILOSMTIMS6QZEIT
PRUEFLOSNumber of the Last Inspection Lot with Usage Decision QPLOSQLNUMC12NUMC12QLS
BWLOSValuation (Usage Decision) of the Last Inspection Lot QBWLOSCHAR1QBEWERTUNG
BWLOSDYNDynamic Modification Valuation of the Last Inspection Lot QBWLOSDYNCHAR1QBEWERTUNG
STICHPRVERSampling Procedure QSTPRVERCHAR8QDSVQSTPRVERQSV
DYNREGELDynamic Modification Rule QDYNREGELCHAR3QDDRQDYNREGELQDR
PRSTUFENAEInspection Stage for Next Inspection QPRSTNAENUMC4QDPSQPRSTUFE
ANZLOSEOVENumber of Inspection Lots Without Usage Decision QANZLOSOVEINT25QDYNANZ2
ANZPRAENNumber of Inspections Since Inspection Stage Change QANZPRAENINT25QDYNANZ2
ANZNIOAENNumber of Not-OK Inspections (Rejections) Since Stage Change QANZNIOAENINT25QDYNANZ2
DBEWERTGDynamic Modification Valuation (Accept/Reject) of Char. QDDBEWERTGCHAR1QEEBEWERTG
MBEWERTGValuation of the Characteristic from Results Recording QDMBEWERTGCHAR1QEEBEWERTG
PLOSOVENumber of Last Inspection Lot Without Usage Decision QPLOSQL1NUMC12NUMC12
DATLPRUEFDate of Last Inspection QDATLPRUEFDATS8DATUM
ANZPRSTOPNo. of Cancelled Inspections per Char. Since Last Inspection QANZPRSTOPINT25QDYNANZ2
DELDATUMDeletion Date of the Quality Level QDELDATDATS8DATUM
RESDATUMReset Date of Quality Level QRESDATDATS8DATUM

Key field Non-key field



How do I retrieve data from SAP table QDQL using ABAP code

The following ABAP code Example will allow you to do a basic selection on QDQL to SELECT all data from the table
DATA: WA_QDQL TYPE QDQL.

SELECT SINGLE *
FROM QDQL
INTO CORRESPONDING FIELDS OF WA_QDQL
WHERE...

How to access SAP table QDQL

Within an ECC or HANA version of SAP you can also view further information about QDQL and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!