QAKL SAP (Results table for value classes) Table details

Dictionary Type: Table
Description: Results table for value classes




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




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

QAKL is a standard SAP Table which is used to store Results table for value classes data and is available within R/3 SAP systems depending on the version and release level.

The QAKL table consists of various fields, each holding specific information or linking keys about Results table for value classes data available in SAP. These include PRUEFLOS (Inspection Lot Number), VORGLFNR (Current Node Number from Order Counter APLZL), MERKNR (Inspection Characteristic Number), DETAILERG (Number of the Individual Result).. 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 QAKL table 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 table QAKL using ABAP code

The following ABAP code Example will allow you to do a basic selection on QAKL to SELECT all data from the table
DATA: WA_QAKL TYPE QAKL.

SELECT SINGLE *
FROM QAKL
INTO CORRESPONDING FIELDS OF WA_QAKL
WHERE...

How to access SAP table QAKL

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