QAISR_O1 SAP (Structure for Uploading Sample Results from QM Subsystem) Structure details

Dictionary Type: Structure
Description: Structure for Uploading Sample Results from QM Subsystem




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




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

QAISR_O1 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 Sample 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_QAISR_O1 TYPE QAISR_O1.

The QAISR_O1 table consists of various fields, each holding specific information or linking keys about Structure for Uploading Sample Results from QM Subsystem data available in SAP. These include RUECKMELNR (Confirmation Number for Inspection Characteristic), PROBENR (Number of the Partial Sample), KZLPROBE (Last Original Value, Sample or Inspection Point), KZABSCHL (Close Characteristic or Sample).. 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 QAISR_O1 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
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
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 Sample Results Upload to QM subsys. QEIFANZWRTNUMC4NUMC4
ANZFEHLEHNumber of Nonconforming Units for QM Subsystem Interface QEIFAFHLEHCHAR4CHAR4
ANZFEHLERNumber of Defects for Sample Confirmation Using QM-IDI QEIFANZFHLCHAR4CHAR4
ANZWERTONumber of Values Above Tolerance Limit (Sample) QEIFAWERTOCHAR4CHAR4
ANZWERTUNumber of Values Below the Tolerance Limit (Sample) QEIFAWERTUCHAR4CHAR4
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
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
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 QAISR_O1 using ABAP code?

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

How to access SAP table QAISR_O1

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