QAISE SAP (Structure for uploading single values from QM subsystem) Structure details

Dictionary Type: Structure
Description: Structure for uploading single values from QM subsystem




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




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

QAISE 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 single values 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_QAISE TYPE QAISE.

The QAISE table consists of various fields, each holding specific information or linking keys about Structure for uploading single values from QM subsystem data available in SAP. These include RUECKMELNR (Confirmation Number for Inspection Characteristic), PROBENR (Number of the Partial Sample), STUECKNR (Counter for Inspection Unit Number), KZSERNR (Serial Number To Be Recorded in QM Subsystem).. 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: Can be enhanced (character-type or numeric)


SAP QAISE 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
PROBENRNumber of the Partial Sample QSTIPRONRNUMC6QASVQPROBENR
STUECKNRCounter for Inspection Unit Number QSTUECKNRNUMC4QZAEHL
KZSERNRSerial Number To Be Recorded in QM Subsystem QEIFSERNRCHAR1QKZ
SERIALNRSingle-Unit Number for the Unit to Be Inspected QSERIALNRCHAR18ALPHAQSERIALNR
KZLWERTLast Original Value, Sample or Inspection Point QEIFKZENDECHAR1QKZ
KZLPROBELast Original Value, Sample or Inspection Point QEIFKZENDECHAR1QKZ
KZABSCHLClose Characteristic or Sample QEIFABSCHLCHAR1QKZ
KZBEWEEXTCopy Valuation from External System QEIFBEWECHAR1QKZ
ATTRIBUTAttribute of the Results Record (Valid, Invalid,...) QATTRIBUTCHAR1QATTRIBUT
MESSWERTMeasured Value for a Sample Unit QMESSWERTCCHAR16QSOLLWERTC
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
BEWERTUNGValuation of Original Value - Upload to QM Subsystem QEIFBEWURWCHAR1QEEBEWERTG
FEHLKLASDefect Class QFKLASERGCHAR2TQ17QFEHLKLAS
ANZFEHLERNumber of Defects for Confirming Indiv. Units via QM-IDI QEIFAFHL2CHAR2CHAR2
PRUEFDATUVInspection Start Date (QM Subsystem Interface) QEIFPRDATVDATS8DATUM
PRUEFZEITVInspection Start Time (QM Subsystem Interface) QEIFPRZTVTIMS6QZEIT
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
MBEWERTGPRValuation of Sample for Usage Decision QEIFMPRBEWCHAR1QEEBEWERTG
FEHLKLASPRDefect Class QFEHLKLASCHAR2TQ17QFEHLKLAS
MBEWERTGMKInspection Result Valuation QMBEWERTGCHAR1QEEBEWERTG
FEHLKLASMKDefect Class QFEHLKLASCHAR2TQ17QFEHLKLAS

Key field Non-key field



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

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

How to access SAP table QAISE

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