QAERR SAP (Interface table for error message list for characteristic) Structure details

Dictionary Type: Structure
Description: Interface table for error message list for characteristic




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




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

QAERR 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 "Interface table for error message list for characteristic" 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_QAERR TYPE QAERR.

The QAERR table consists of various fields, each holding specific information or linking keys about Interface table for error message list for characteristic data available in SAP. These include VORNR (Operation/Activity Number), MERKNR (Inspection Characteristic Number), KURZTEXT (Short Text for the Inspection Characteristic), PROBENR (Sample Number).. 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 QAERR 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
AKTIONProcessing Function of Characteristic QAKTIONCHAR1CHAR01
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
MERKNRInspection Characteristic Number QMERKNRPNUMC4QMERKNRP
KURZTEXTShort Text for the Inspection Characteristic QMKKURZTXTCHAR40QKURZTEXT
PROBENRSample Number QPROBENRNUMC6Assigned to domainQPROBENRQPO
KZUMFSMultiple Samples QKZUMFSCHAR1QKZUMFS
SOLLSTPUMFSample Size that Has to Be Inspected for a Characteristic QGESUMFINT410QANZAHL4
SATZSTATUSResults Record Status QBEASTATUSCHAR1TQ76QSTATUS
DUMMY1Text Line for Additional Information QDUMMY1CHAR10QTXT10
DUMMY2Text Line for Additional Information QDUMMY2CHAR10QTXT10
DUMMY3Text Line for Additional Information QDUMMY3CHAR10QTXT10
MSGNRNumber of the Error Message QMSGNRCHAR3CHAR3
TEXTError Text from Table 100 for the Message Number QERRORTEXTCHAR73CHAR73
PROBMGFAKSample Quantity Factor for Sample(Mult. Sample Unit of Msr.) QPROBEFAKDEC5(2) QPROBEFAK
PROBEMGEHSample Unit of Measure QPROBMEUNIT3Assigned to domainCUNITMEINS
ANNAHMEZAcceptance Number QANNAHMEZINT25QINT2NEG
RUECKWEZRejection Number QRUECKWEZINT25QANZAHL2
KFAKTORNIValue Not Initial if Set QNINITIALCHAR1QKZ
KFAKTORK-Factor for a Variable Inspection QKFAKTORFLTP16(16) QKFAKTOR
PRSTUFEInspection Stage QPRSTUFENUMC4Assigned to domainQPRSTUFE
QDYNREGELDynamic Modification Rule QDYNREGELCHAR3Assigned to domainQDYNREGELQDR
FBNAMEName of Function Module QFBNAMECHAR30Assigned to domainFUNCNAME

Key field Non-key field



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

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

How to access SAP table QAERR

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