QAEEA SAP (Interface table for input data) Structure details

Dictionary Type: Structure
Description: Interface table for input data




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




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

QAEEA 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 input data" 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_QAEEA TYPE QAEEA.

The QAEEA table consists of various fields, each holding specific information or linking keys about Interface table for input data data available in SAP. These include DYNPROCALL (X and Blank), 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 QAEEA 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
DYNPROCALLX and Blank QKZCHAR1QKZ
MERKNRInspection Characteristic Number QMERKNRPNUMC4QMERKNRP
KURZTEXTShort Text for the Inspection Characteristic QMKKURZTXTCHAR40QKURZTEXT
PROBENRSample Number QPROBENRNUMC6Assigned to domainQPROBENRQPO
SOLLSTPUMFSample Size that Has to Be Inspected for a Characteristic QGESUMFINT410QANZAHL4
ANNAHMEZAcceptance Number QANNAHMEZINT25QINT2NEG
RUECKWEZRejection Number QRUECKWEZINT25QANZAHL2
KFAKTORK-Factor for a Variable Inspection QKFAKTORCCHAR16QKFAKTORC
ANZWERTGNumber of Inspected Sample Units QANZWERTG4INT410QANZAHL4
ANZFEHLEHNumber of Nonconforming Sample Units QANZFEHEH4INT410QANZAHL4
ANZFEHLERNumber of Defects Found QANZFEHL4INT410QANZAHL4
MITTELWERTArithmetic Mean of Valid Measured Values QMITTEWRTCCHAR16QSTATWERTC
STDABWStandard Deviation of Valid Measured Values QSTDAWCCHAR16QSTATWERTC
MBEWERTGInspection Result Valuation QMBEWERTGCHAR1QEEBEWERTG
DBEWERTGValuation of the Characteristic for Dynamic Modification QDBEWERTGCHAR1QEEBEWERTG
FEHLKLASDefect Class QFEHLKLASCHAR2TQ17QFEHLKLAS
TEXT1Text Line for Additional Information QTXT40CHAR40QTXT40
TEXT2Text Line for Additional Information QTXT40CHAR40QTXT40
STAT27Inspection Lot is an R/2 Inspection Lot QSTAT27CHAR1QKZ
ANNEHMENAccept Characteristic (Partial Sample) QANNEHMENCHAR1QKZ
RUECKWEISReject Characteristic (Partial Sample) QRUECKWEISCHAR1QKZ
SCHLCODEKey Code QSTSCHLCHAR4CHAR4
STICHPRVERSampling Procedure in Inspection Characteristic QSTICHVERFCHAR8Assigned to domainQSTPRVER
ISTSTPANZNumber of Partial Samples for the Characteristic QANZSTIPROINT25QANZAHL2
SOLLSTPUM2Sample Size that Has to Be Inspected for a Characteristic QGESUMFINT410QANZAHL4
ISTSTPANZ2Number of Partial Samples for the Characteristic QANZSTIPROINT25QANZAHL2
ANNAHMEZ2Acceptance Number QANNAHMEZINT25QINT2NEG
RUECKWEZ2Rejection Number QRUECKWEZINT25QANZAHL2
KZMAXPROBMaximum Number of Dependent Multiple Samples Reached QKZMAXPROBCHAR1QKZ
KZMANUELLManual Valuation for Dependent Multiple Samples QKZMANUELLCHAR1QKZ
TEXT3Text Line for Additional Information QTXT40CHAR40QTXT40
TEXT4Text Line for Additional Information QTXT40CHAR40QTXT40
TEXT5Text Line for Additional Information QTXT40CHAR40QTXT40
ANZPROBABCurrent Sample in Dependent Multiple Samples QANZPROBABINT25QANZAHL2
ANZPROBAB2Current Sample in Dependent Multiple Samples QANZPROBABINT25QANZAHL2

Key field Non-key field



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

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

How to access SAP table QAEEA

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