QAS1 SAP (Classed sample results for the characteristic) Structure details

Dictionary Type: Structure
Description: Classed sample results for the characteristic




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




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

QAS1 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 "Classed sample results for the 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_QAS1 TYPE QAS1.

The QAS1 table consists of various fields, each holding specific information or linking keys about Classed sample results for the characteristic data available in SAP. These include MANDANT (Client), PRUEFLOS (Inspection Lot Number), VORGLFNR (Current Node Number from Order Counter APLZL), MERKNR (Inspection Characteristic 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 QAS1 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
MANDANTClient MANDTCLNT3T000MANDT
PRUEFLOSInspection Lot Number QPLOSNUMC12QALSQPLOSQLSQALS
VORGLFNRCurrent Node Number from Order Counter APLZL QLFNKNNUMC8KNTNR
MERKNRInspection Characteristic Number QMERKNRPNUMC4QMERKNRP
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
PROBENRSample Number QPROBENRNUMC6QASVQPROBENRQPO
KLASSENRNumber of the Inspection Results Class QKLASSNRNUMC4QZAEHL
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
KLASGRZONIValue Not Initial if Set QNINITIALCHAR1QKZ
KLASGRZUNIValue Not Initial if Set QNINITIALCHAR1QKZ
KLASGRENZOUpper Class Limit (Not Considered) QKLSGRENZOFLTP16(16) QSOLLWERTE
KLASGRENZULower Class Limit (Considered) QKLSGRENZUFLTP16(16) QSOLLWERTE
ANZKLASEHClass Size (in Sample Units) QANZKLASEHINT410QANZAHL4
KATALOGCatalog QKATARTCHAR1TQ15QKATARTQKT
GRUPPECode Group QCODEGRPCHAR8QPGRQCODEGRPCGP
CODECode QCODECHAR4QPCDQCODEQCODE
VERSIONVersion Number QVERSNRCHAR6ALPHAQVERSNR
ANZFEHLERNumber of Defects Found QANZFEHL2INT25QANZAHL2
FEHLKLASDefect Class QFKLASERGCHAR2TQ17QFEHLKLAS
MBEWERTGInspection Result Valuation QMBEWERTGCHAR1QEEBEWERTG

Key field Non-key field



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

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

How to access SAP table QAS1

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