QAIMR3 SAP (Structure for Uploading Charac. Results from QM Subsystem) Structure details

Dictionary Type: Structure
Description: Structure for Uploading Charac. Results from QM Subsystem




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




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

QAIMR3 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 Uploading Charac. Results from QM Subsystem" 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_QAIMR3 TYPE QAIMR3.

The QAIMR3 table consists of various fields, each holding specific information or linking keys about Structure for Uploading Charac. Results from QM Subsystem data available in SAP. These include RUECKMELNR (Confirmation Number for Inspection Characteristic), KZABSCHL (Close Characteristic or Sample), KZBEWEEXT (Copy Valuation from External System), ATTRIBUT (Attribute of the Results Record (Valid, Invalid,...)).. 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 QAIMR3 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
SATZARTRecord Types for QM Interface - Subsystems QEIFARTCHAR3QEIFART
RUECKMELNRConfirmation Number for Inspection Characteristic QRUECKNRNUMC8QRUECKNRQRU
KZABSCHLClose Characteristic or Sample QEIFABSCHLCHAR1QKZ
KZBEWEEXTCopy Valuation from External System QEIFBEWECHAR1QKZ
ATTRIBUTAttribute of the Results Record (Valid, Invalid,...) QATTRIBUTCHAR1QATTRIBUT
MBEWERTGInspection Result Valuation QMBEWERTGCHAR1QEEBEWERTG
FEHLKLASDefect Class QFEHLKLASCHAR2TQ17QFEHLKLAS
GRUPPE1Code Group QCODEGRPCHAR8QPGRQCODEGRPCGP
CODE1Code QCODECHAR4QPCDQCODEQCODE
GRUPPE2Code Group QCODEGRPCHAR8QPGRQCODEGRPCGP
CODE2Code QCODECHAR4QPCDQCODEQCODE
GRUPPE3Code Group QCODEGRPCHAR8QPGRQCODEGRPCGP
CODE3Code QCODECHAR4QPCDQCODEQCODE
GRUPPE4Code Group QCODEGRPCHAR8QPGRQCODEGRPCGP
CODE4Code QCODECHAR4QPCDQCODEQCODE
GRUPPE5Code Group QCODEGRPCHAR8QPGRQCODEGRPCGP
CODE5Code QCODECHAR4QPCDQCODEQCODE
ANZWERTGNo. of Valid Values for Char. Results Upload to QM Subsys. QEIFAWERTGCHAR7CHAR7
ANZFEHLEHNo. of Nonconforming Units for Char. Confirmation via QM-IDI QEIFAFEEHCHAR7CHAR7
ANZFEHLERNumber of Defects for Confirmation of Charac. via QM-IDI QEIFAFEHLCHAR7CHAR7
ANZWERTONumber of Values Above the Tolerance Limit (Characteristic) QEIFAWRTOCHAR7CHAR7
ANZWERTUNumber of Values Below the Tolerance Limit (Characteristic) QEIFAWRTUCHAR7CHAR7
MITTELWERTArithmetic Mean of Valid Measured Values QMITTEWRTCCHAR16QSTATWERTC
VARIANZDispersion (Variance) of Valid Measured Values QVARIANZCCHAR16QSTATWERTC
MAXWERTMaximum Value of the Valid Measured Values QMAXWERTCCHAR16QSTATWERTC
MEDIANWERTMedian of Valid Measured Values QMEDIAWRTCCHAR16QSTATWERTC
MINWERTMinimum Value of the Valid Measured Values QMINWERTCCHAR16QSTATWERTC
IVARIANZInternal Dispersion of Valid Measured Values QIVARIANZCCHAR16QSTATWERTC
PRUEFDATUVInspection Start Date (QM Subsystem Interface) QEIFPRDATVDATS8DATUM
PRUEFDATUBInspection End Date (QM Subsystem Interface) QEIFPRDATBDATS8DATUM
PRUEFZEITVInspection Start Time (QM Subsystem Interface) QEIFPRZTVTIMS6QZEIT
PRUEFZEITBInspection End Time (QM Subsystem Interface) QEIFPRZTBTIMS6QZEIT
PRUEFERName of the Inspector QPRUEFERCHAR12QPRUEFERQPR
QERGDATHData Origin QRES_ORGCHAR2Assigned to domainQERGDATH
MASCHINEGeneral Information QMASCHINECHAR18ALPHAQEQUNR
POSITIONPosition on the Machine (QM Interface - Subsystem) QEIFPOSMASCHAR4CHAR4
PRUEFBEMKTShort Text QKURZTEXTCHAR40QKURZTEXT
ORIGINAL_INPUTOriginal Value Before Input Processing QORIGINAL_INPUTCHAR25CHAR25
DIFF_DEC_PLACESDifferent Number of Decimal Places QDIFF_DEC_PLACESINT25INT2
INPPROC_READYInput Processing Successfully Completed QINPPROC_READYCHAR1QKZ

Key field Non-key field



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

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

How to access SAP table QAIMR3

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