QAPP SAP (Inspection point) Table details

Dictionary Type: Table
Description: Inspection point




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




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

QAPP is a standard SAP Table which is used to store Inspection point data and is available within R/3 SAP systems depending on the version and release level.

The QAPP table consists of various fields, each holding specific information or linking keys about Inspection point data available in SAP. These include PRUEFLOS (Inspection Lot Number), VORGLFNR (Current Node Number from Order Counter APLZL), PROBENR (Sample Number (Based on an Inspection Point)), TEILLOS (Partial lot 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: 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 QAPP 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
MANDTClient MANDTCLNT3T000MANDT
PRUEFLOSInspection Lot Number QPLOSNUMC12QALSQPLOSQLSQALS
VORGLFNRCurrent Node Number from Order Counter APLZL QLFNKNNUMC8KNTNR
PROBENRSample Number (Based on an Inspection Point) QPROBENRPPNUMC6QASVQPROBENR
TEILLOSPartial lot number QTLOSNUMC6QALTQTLOSQTL
PPSORTKEYKey Field (Sort Field) for Inspection Point QPPSORTKEYCHAR70QPPSORT
MENGEInspection Point Yield QMENGEPPQUAN13(3) MENG13
MENGE_AScrap for Inspection Point QMENGEPPAQUAN13(3) MENG13
MENGE_NRework Quantity for The Inspection Point QMENGEPPNQUAN13(3) MENG13
MENGENEINHUnit of Measure for the Inspection Point QPPMEINHUNIT3T006CUNITMEINS
EQUNREquipment Number EQUNRCHAR18EQUIALPHAEQUNREQNEQUI
EQUNRAKTField Active QKZUSRAKTCHAR1QKZUSRAKT
TPLNRFunctional Location TPLNRCHAR30IFLOTTPLNRTPLNRIFLIFLM
TPLNRAKTField Active QKZUSRAKTCHAR1QKZUSRAKT
PHYNRPhysical Sample Number QPHYSPRNRCHAR12QPRSALPHAQPHYSPRNRQPN
PHYNRAKTField Active QKZUSRAKTCHAR1QKZUSRAKT
USERC1User Field for 18 Characters QUSRCHAR18CHAR18ALPHAQUSRCHAR18
USERC1AKTField Active QKZUSRAKTCHAR1QKZUSRAKT
USERC2User Field for 10 Characters QUSRCHAR10CHAR10ALPHAQUSRCHAR10
USERC2AKTField Active QKZUSRAKTCHAR1QKZUSRAKT
USERN1User Field for 10 Digits QUSRNUMC10NUMC10QUSRNUMC10
USERN1AKTField Active QKZUSRAKTCHAR1QKZUSRAKT
USERN2User Field for 3 Digits QUSRNUMC3NUMC3QUSRNUMC3
USERN2AKTField Active QKZUSRAKTCHAR1QKZUSRAKT
USERD1User Field for Date QUSRDATSDATS8QUSRDATS
USERD1AKTField Active QKZUSRAKTCHAR1QKZUSRAKT
USERT1User Field for Time QUSRTIMSTIMS6QUSRTIMS
USERT1AKTField Active QKZUSRAKTCHAR1QKZUSRAKT
VKATARTCatalog QKATARTCHAR1TQ15QKATARTQKT
VWERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
VAUSWAHLMGSelected Set of the Usage Decision QVMENGECHAR8QPAMQAUSWAHLMG
VCODEGRPCode Group of the Usage Decision QVGRUPPECHAR8QPGRQCODEGRPCGP
VCODEUsage Decision Code QVCODECHAR4QPCDQCODE
VBEWERTUNGCode Valuation QBEWERTUNGCHAR1QBEWERTUNG
KZBEWERTValuation Status Inspection Point QPPBEWERTCHAR1QPPBEWERT
KZFERTIGInspection Point Status QPPFERTIGCHAR1QPPFERTIG
KZPTLBESTInspection with Stock-Related Partial Lot Assignment QKZPTLBESTCHAR1QKZ
RUECKCompletion confirmation number for the operation CO_RUECKNUMC10CO_RUECKRCK
RMZHLConfirmation counter CO_RMZHLNUMC8CIM_COUNTRZL
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
ZEILEItem in Material Document MBLPONUMC4MBLPOPOS
PRUEFERName of the Inspector QPRUEFERCHAR12QPRUEFERQPR
ENTSTEHDATDate of Inspection Point Creation QENTDATPPDATS8DATUM
ENTSTEHZTTime of Inspection Point Creation QENTZEITPPTIMS6QZEIT
ERSTELLERName of Person who Created the Object ERNAMCHAR12USNAM
ERSTELDATDate on Which Record Was Created ERDATDATS8DATUM
ERSTELZEITTime at which data record was created QZEITERSTLTIMS6QZEIT
AENDERERName of Person Who Changed Object AENAMCHAR12USNAM
AENDERDATChanged On AEDATDATS8DATUM
AENDERZEITTime at which data record was last changed QZEITAENDTIMS6QZEIT

Key field Non-key field



How do I retrieve data from SAP table QAPP using ABAP code

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

SELECT SINGLE *
FROM QAPP
INTO CORRESPONDING FIELDS OF WA_QAPP
WHERE...

How to access SAP table QAPP

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