QAPPD SAP (Structure for QAPP) Structure details

Dictionary Type: Structure
Description: Structure for QAPP




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




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

QAPPD 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 QAPP" 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_QAPPD TYPE QAPPD.

The QAPPD table consists of various fields, each holding specific information or linking keys about Structure for QAPP data available in SAP. These include MANDT (Client), PRUEFLOS (Inspection Lot Number), VORGLFNR (Current Node Number from Order Counter APLZL), PROBENR (Sample Number (Based on an Inspection Point)).. 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 QAPPD 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
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 structure QAPPD using ABAP code?

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

How to access SAP table QAPPD

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