QAPP_D01 SAP (QAPP for ALV Display) Structure details

Dictionary Type: Structure
Description: QAPP for ALV Display




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




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

QAPP_D01 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 "QAPP for ALV Display" 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_QAPP_D01 TYPE QAPP_D01.

The QAPP_D01 table consists of various fields, each holding specific information or linking keys about QAPP for ALV Display 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP QAPP_D01 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 MANDTCLNT3Assigned to domainMANDT
PRUEFLOSInspection Lot Number QPLOSNUMC12Assigned to domainQPLOSQLSQALS
VORGLFNRCurrent Node Number from Order Counter APLZL QLFNKNNUMC8KNTNR
PROBENRSample Number (Based on an Inspection Point) QPROBENRPPNUMC6Assigned to domainQPROBENR
TEILLOSPartial lot number QTLOSNUMC6Assigned to domainQTLOSQTL
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
PHYNRPhysical Sample Number QPHYSPRNRCHAR12Assigned to domainALPHAQPHYSPRNRQPN
USERC1User Field for 18 Characters QUSRCHAR18CHAR18ALPHAQUSRCHAR18
USERC2User Field for 10 Characters QUSRCHAR10CHAR10ALPHAQUSRCHAR10
USERN1User Field for 10 Digits QUSRNUMC10NUMC10QUSRNUMC10
USERN2User Field for 3 Digits QUSRNUMC3NUMC3QUSRNUMC3
USERD1User Field for Date QUSRDATSDATS8QUSRDATS
USERT1User Field for Time QUSRTIMSTIMS6QUSRTIMS
TXTPPBEWShort Text for Inspection Point Valuation QTXTPPBEWCHAR40QKURZTEXT
PRUEFERName of the Inspector QPRUEFERCHAR12QPRUEFERQPR
ERSTELDATDate on Which Record Was Created ERDATDATS8DATUM
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 QAPP_D01 using ABAP code?

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

How to access SAP table QAPP_D01

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