QPR6 SAP (Selection Screen Structure for QPR6 (new PSD with reference)) Structure details

Dictionary Type: Structure
Description: Selection Screen Structure for QPR6 (new PSD with reference)




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




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

QPR6 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 "Selection Screen Structure for QPR6 (new PSD with reference)" 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_QPR6 TYPE QPR6.

The QPR6 table consists of various fields, each holding specific information or linking keys about Selection Screen Structure for QPR6 (new PSD with reference) data available in SAP. These include AUFNR (Order Number), MATNR (Material Number), WERK (Plant), VERID (Production Version).. 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 QPR6 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
PRUEFLOSInspection Lot Number QPLOSNUMC12Assigned to domainQPLOSQLSQALS
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
VERIDProduction Version VERIDCHAR4Assigned to domainVERIDVER
PRANZNumber of Physical Samples for Physical-Sample Drawing QPRANZINT13QANZAHL1
TESTSimulate Physical-Sample Creation QPR6TESTCHAR1QKZ
NOPROTList Cannot Be Displayed QPR6NOLICHAR1QKZ
PRTYPSample Category QPRTYPCHAR1TQ44QPRTYP
GBTYPPhysical-Sample Container QGEBINDETCHAR6TQ42QGEBINDET
MENGESize of the Physical Sample QPHYSPRUMQUAN13(3) QMENGEPLOS
MEINHUnit of Measure for Physical Sample Size QPHYSPRMEUNIT3T006CUNITMEINS
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
ABORTStorage Location for a Physical Sample QAUFBEWORTCHAR12TQ41QAUFBEWORT
ABINFStorage Information for the Physical Sample QAUFBINFOCHAR80TEXT80
ABDATStorage Deadline for Physical Sample QAUFBDATUMDATS8DATUM
ABDAUStorage Duration of the Physical Sample in Days QAUFBDAUERDEC5DEC5
NOPPKTWorklist for Physical Samples Not Created Q_NO_PPKTCHAR1QKZ
PPKTWorklist Created for Physical Samples Q_PPKTCHAR1QKZ
VORNROperation Number QVORNRCHAR4NUMCVVORNRQVO
PLNFLSequence of Operations Within a Plan QPLNFOLGECHAR6ALPHAPLNFOLGEQPF
VORGLFNRCurrent Node Number from Order Counter APLZL QLFNKNNUMC8KNTNR

Key field Non-key field



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

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

How to access SAP table QPR6

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