DQMAT SAP (Shortened QMAT Structure for Change Documents) Structure details

Dictionary Type: Structure
Description: Shortened QMAT Structure for Change Documents




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




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

DQMAT 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 "Shortened QMAT Structure for Change Documents" 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_DQMAT TYPE DQMAT.

The DQMAT table consists of various fields, each holding specific information or linking keys about Shortened QMAT Structure for Change Documents data available in SAP. These include ART (Inspection Type), PPL (Inspection with Task List), APP (Automatic Specification Assignment), APA (Preferred Inspection Type).. 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: Can be enhanced (character-type or numeric)


SAP DQMAT 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
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
ARTInspection Type QPARTCHAR8Assigned to domainQPARTQLA
PPLInspection with Task List QPPLCHAR1QKZ
APPAutomatic Specification Assignment QAPP_DCHAR1QKZ
APAPreferred Inspection Type QAPACHAR1QKZ
AFRInspection for Handling Unit QAFRCHAR1QKZ
AVEAutomatic Usage Decision QAVE_DCHAR1QKZ
HPZ100% Inspection QHPZCHAR1QKZ
DYNSkips Allowed QDYNCHAR1QKZ
MPBEnter the Sample Manually QMPBCHAR1QKZ
MMASelect Characteristics Manually QMMA_DCHAR1QKZ
MSTTrigger Sample Calculation Manually QMSTCHAR1QKZ
TLSPartial Lots Possible QTLSCHAR1QKZ
EINSerial Number Management Possible QEINZCHAR1QKZ
NKMPRField Not Used as of 3.0 Field Reserved for SAP QNKMPRDATS8DATUM
PRFRQField Not Used as of 3.0 Field Reserved for SAP QPRFRQDEC3QPRFRQ
MERInspect by Characteristics QMERKCHAR1QKZ
FEHOnly Defects Recording is Defined QFEHLCHAR1QKZ
MPDAUAverage Inspection Duration QMPDAUDEC3DEC3
QKZVERFProcedure for Calculating Quality Score QKZVERFCHAR2Assigned to domainQKZVERF
QPMATAllowed Share of Scrap (Percent) in Inspection Lot QAUSSCHUSSDEC6(4) QPMAT
CHGControl of Inspection Lot Creation (Lot Summary) Q1WELOSCHAR1Q1WELOS
SPROZInspection Percentage QSPROZDEC3DEC3
AKTIVInspection Type - Material Combination is Active QMATAKTIVCHAR1QKZ
INSMKPost to Inspection Stock QINSMKCHAR1QKZ
SPEZUEBERInspect with Material Specification QSPEZUEBERCHAR1QKZ
KZPRFKOSTRecord Appraisal Costs in Individual QM Order QKZPRFKOSTCHAR1QKZ
AUFNR_COOrder Number for Recording Appraisal Costs QAUFNR_COCHAR12Assigned to domainALPHAAUFNRANR
CONFInspection Specifications from Configuration QCONFCHAR1QKZ
STICHPRVERSampling Procedure QSTPRVERCHAR8Assigned to domainQSTPRVERQSV
DYNREGELDynamic Modification Rule QDYNREGELCHAR3Assigned to domainQDYNREGELQDR
MS_FLAGIndicator: Multiple Specifications Q_MS_FLGCHAR1Q_MS_FLG

Key field Non-key field



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

As DQMAT 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 DQMAT as there is no data to select.

How to access SAP table DQMAT

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