QMAT SAP (Inspection type - material parameters) Table details

Dictionary Type: Table
Description: Inspection type - material parameters




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




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

QMAT is a standard SAP Table which is used to store Inspection type - material parameters data and is available within R/3 SAP systems depending on the version and release level.

The QMAT table consists of various fields, each holding specific information or linking keys about Inspection type - material parameters data available in SAP. These include ART (Inspection Type), MATNR (Material Number), WERKS (Plant), PPL (Inspection with Task List).. 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 QMAT 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
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM QMAT
INTO CORRESPONDING FIELDS OF WA_QMAT
WHERE...

How to access SAP table QMAT

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