XDQMAT SAP (Structure for Change Document: Generated by RSSCD000) Structure details

Dictionary Type: Structure
Description: Structure for Change Document: Generated by RSSCD000




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




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

XDQMAT 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 "Structure for Change Document: Generated by RSSCD000" 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_XDQMAT TYPE XDQMAT.

The XDQMAT table consists of various fields, each holding specific information or linking keys about Structure for Change Document: Generated by RSSCD000 data available in SAP. These include WERKS (Plant), ART (Inspection Type), PPL (Inspection with Task List), APP (Automatic Specification Assignment).. 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 XDQMAT 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
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



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

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

How to access SAP table XDQMAT

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