QASER SAP (Results record for the sample unit) Structure details

Dictionary Type: Structure
Description: Results record for the sample unit




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




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

QASER 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 "Results record for the sample unit" 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_QASER TYPE QASER.

The QASER table consists of various fields, each holding specific information or linking keys about Results record for the sample unit data available in SAP. These include MERKNR (Inspection Characteristic Number), PROBENR (Sample Number), STUECKNR (Counter for Inspection Unit Number), UPSL (Data Base Access).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP QASER 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
VORGLFNRCurrent Node Number from Order Counter APLZL QLFNKNNUMC8KNTNR
MERKNRInspection Characteristic Number QMERKNRPNUMC4QMERKNRP
PROBENRSample Number QPROBENRNUMC6Assigned to domainQPROBENRQPO
STUECKNRCounter for Inspection Unit Number QSTUECKNRNUMC4QZAEHL
UPSLData Base Access QUPSLCHAR1QUPSL
MARKSelection Field QEEMARKCHAR1QKZ
DETAILERGNumber of the Individual Result QDETAILERGNUMC8QDETAILERG
ATTRIBUTAttribute of the Results Record (Valid, Invalid,...) QATTRIBUTCHAR1QATTRIBUT
ERSTELLERName of User Who Created the Data Record QERSTELLERCHAR12QAENDERER
ERSTELLDATDate on Which the Data Record Was Created QDATUMERSTDATS8DATUM
AENDERERName of User who Most Recently Changed the Data Record QAENDERERCHAR12QAENDERER
AENDERDATDate on Which Data Record Was Changed QDATUMAENDDATS8DATUM
PRUEFERName of the Inspector QPRUEFERCHAR12QPRUEFERQPR
PRUEFDATUVInspection Start Date QPRUEFDATVDATS8DATUMQDV
PRUEFDATUBEnd Date of the Inspection QPRUEFDATBDATS8DATUM
PRUEFZEITVStarting Time of the Inspection QPRUEFZTVTIMS6QZEITQZV
PRUEFZEITBEnd Time of the Inspection QPRUEFZTBTIMS6QZEIT
PRUEFBEMKTShort Text QKURZTEXTCHAR40QKURZTEXT
PRLTEXTKZInspection Characteristic Long Text Exists QLTEXTKZCHAR1QKZ
LTEXTSPRLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
MESSWERTNIMeasured Value is Not Initial QMESSWRTNICHAR1QNOTINI
MESSWERTMeasured Value for a Sample Unit QMESSWERTFLTP16(16) QURWERT
KATALGART1Catalog QKATARTCHAR1TQ15QKATARTQKT
GRUPPE1Code Group QCODEGRPCHAR8Assigned to domainQCODEGRPCGP
CODE1Code QCODECHAR4Assigned to domainQCODEQCODE
VERSION1Version Number QVERSNRCHAR6ALPHAQVERSNR
KATALGART2Catalog QKATARTCHAR1TQ15QKATARTQKT
GRUPPE2Code Group QCODEGRPCHAR8Assigned to domainQCODEGRPCGP
CODE2Code QCODECHAR4Assigned to domainQCODEQCODE
VERSION2Version Number QVERSNRCHAR6ALPHAQVERSNR
KATALGART3Catalog QKATARTCHAR1TQ15QKATARTQKT
GRUPPE3Code Group QCODEGRPCHAR8Assigned to domainQCODEGRPCGP
CODE3Code QCODECHAR4Assigned to domainQCODEQCODE
VERSION3Version Number QVERSNRCHAR6ALPHAQVERSNR
KATALGART4Catalog QKATARTCHAR1TQ15QKATARTQKT
GRUPPE4Code Group QCODEGRPCHAR8Assigned to domainQCODEGRPCGP
CODE4Code QCODECHAR4Assigned to domainQCODEQCODE
VERSION4Version Number QVERSNRCHAR6ALPHAQVERSNR
KATALGART5Catalog QKATARTCHAR1TQ15QKATARTQKT
GRUPPE5Code Group QCODEGRPCHAR8Assigned to domainQCODEGRPCGP
CODE5Code QCODECHAR4Assigned to domainQCODEQCODE
VERSION5Version Number QVERSNRCHAR6ALPHAQVERSNR
ANZFEHLERNumber of Defects Found QANZFEHL1INT13QANZAHL1
FEHLKLASDefect Class QFEHLKLASCHAR2TQ17QFEHLKLAS
MBEWERTGInspection Result Valuation QMBEWERTGCHAR1QEEBEWERTG
ESTUECKNRNumber of the Single Unit in the Inspection Lot QESTUECKNRNUMC4Assigned to domainQESTUECKNR
SERIALNRSingle-Unit Number for the Unit to Be Inspected QPRUEFLINRCHAR18ALPHAQSERIALNRQPRFNR
MASCHINEGeneral Information QMASCHINECHAR18ALPHAQEQUNR
POSITIONTest Position QPRPOSNUMC4QPRPOS
AENDBELEGCreate Change Documents During Results Recording QKZAENBELCHAR1QKZ
ZEITERSTLTime at which data record was created QZEITERSTLTIMS6QZEIT
ZEITAENDTime at which data record was last changed QZEITAENDTIMS6QZEIT
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 QASER using ABAP code?

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

How to access SAP table QASER

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