QMAT_D01 SAP (Fields to be printed in the QA08) Structure details

Dictionary Type: Structure
Description: Fields to be printed in the QA08




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




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

QMAT_D01 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Fields to be printed in the QA08" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_QMAT_D01 TYPE QMAT_D01.

The QMAT_D01 table consists of various fields, each holding specific information or linking keys about Fields to be printed in the QA08 data available in SAP. These include MANDT (Client), ART (Inspection Type), MATNR (Material Number), WERKS (Plant).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP QMAT_D01 structure 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
ARTInspection Type QPARTCHAR8TQ30QPARTQLA
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
PPLInspection with Task List QPPLCHAR1QKZ
SPEZUEBERInspect with Material Specification QSPEZUEBERCHAR1QKZ
CONFInspection Specifications from Configuration QCONFCHAR1QKZ
TLSInspection Specifications from Batch Determination QCHARGCHAR1QKZ
APPAutomatic Specification Assignment QAPP_DCHAR1QKZ
MERInspect by Characteristics QMERKCHAR1QKZ
INSMKPost to Inspection Stock QINSMKCHAR1QKZ
AVEAutomatic Usage Decision Planned QAUTO_VECHAR1QKZ
STICHPRVERSampling Procedure QSTPRVERCHAR8Assigned to domainQSTPRVERQSV
DYNREGELDynamic Modification Rule QDYNREGELCHAR3Assigned to domainQDYNREGELQDR
SPROZInspection Percentage QSPROZDEC3DEC3
HPZ100% Inspection QHPZCHAR1QKZ
DYNSkips Allowed QDYNCHAR1QKZ
MPBEnter the Sample Manually QMPBCHAR1QKZ
MSTTrigger Sample Calculation Manually QMSTCHAR1QKZ
EINSerial Number Management Possible QEINZCHAR1QKZ
MPDAUAverage Inspection Duration QMPDAUDEC3DEC3
CHGControl of Inspection Lot Creation (Lot Summary) Q1WELOSCHAR1TQ32CQ1WELOS
QKZVERFProcedure for Calculating Quality Score QKZVERFCHAR2TQ06QKZVERF
QPMATAllowed Share of Scrap (Percent) in Inspection Lot QAUSSCHUSSDEC6(4) QPMAT
KZPRFKOSTRecord Appraisal Costs in Individual QM Order QKZPRFKOSTCHAR1QKZ
AUFNR_COOrder Number for Recording Appraisal Costs QAUFNR_COCHAR12AUFKALPHAAUFNRANR
AKTIVInspection Type - Material Combination is Active QMATAKTIVCHAR1QKZ
APAPreferred Inspection Type QAPACHAR1QKZ
AFRInspection for Handling Unit QAFRCHAR1QKZ
MMAField Not Used as of 3.0 Field Reserved for SAP Q_UNUSED01CHAR1CHAR1
FEHField Not Used as of 3.0 Field Reserved for SAP Q_UNUSED01CHAR1CHAR1
PRFRQField Not Used as of 3.0 Field Reserved for SAP QPRFRQDEC3QPRFRQ
NKMPRField Not Used as of 3.0 Field Reserved for SAP QNKMPRDATS8DATUM
MS_FLAGIndicator: Multiple Specifications Q_MS_FLGCHAR1Q_MS_FLG
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40

Key field Non-key field



How do I retrieve data from SAP structure QMAT_D01 using ABAP code?

As QMAT_D01 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on QMAT_D01 as there is no data to select.

How to access SAP table QMAT_D01

Within an ECC or HANA version of SAP you can also view further information about QMAT_D01 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!