QPRN SAP (Sample drawing of phys. samples) Table details

Dictionary Type: Table
Description: Sample drawing of phys. samples




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




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

QPRN is a standard SAP Table which is used to store Sample drawing of phys. samples data and is available within R/3 SAP systems depending on the version and release level.

The QPRN table consists of various fields, each holding specific information or linking keys about Sample drawing of phys. samples data available in SAP. These include PN_NR (Sample-Drawing Number), PLOS (Current or Last Inspection Lot for the Sample), MATNR (Material Number), WERKS (Plant).. 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)


SAP QPRN 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
PN_NRSample-Drawing Number QPZNRNUMC12NUMC12QPZ
PLOSCurrent or Last Inspection Lot for the Sample QLOT_LATENUMC12QALSQPLOSQALS
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
REVLVRevision Level REVLVCHAR2NUMCVREVLVRVS
CHARGBatch Number CHARG_DCHAR10MCH1CHARGCHA
KUNNRCustomer (Ship-To Party) QKUNWECHAR10KNA1ALPHAKUNNRDEBI
LIFNRVendor Account Number ELIFNCHAR10LFA1ALPHALIFNRLIFKRED_C
HRSTLNumber of Manufacturer QLIFNRCHAR10LFA1ALPHALIFNRLIF
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
ZEILEItem in Material Document MBLPONUMC4MBLPOPOS
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
VERIDProduction Version VERIDCHAR4MKALVERIDVER
SA_AUFNRRun schedule header number SA_AUFNRCHAR12SAFKALPHASA_AUFNR
ANLNAUser who Created the Physical Sample QPRS_ANLCHAR12QAENDERER
ANLDTCreation Date of Physical Sample QPRS_ANLDTDATS8DATUM
ANLZTTime at Which the Physical Sample Was Created QPRS_ANLZTTIMS6QZEIT
QMATAUTHMaterial Authorization Group for Activities in QM QMATAUTHCHAR6Assigned to domainQMATAUTH
KZQUITConfirmation Required for Physical-Sample Drawing QKZQUITCHAR1QKZ
SIG_IL_SDRDigital Signature for Confirmation of Phys.-Sample Drawing SIG_IL_SDRCHAR1SIG_IL_SDR
FRGNAUser who Released the Physical Sample QPRS_FRGCHAR12QAENDERER
FRGDTPhysical Sample Release Date QPRS_FRGDTDATS8DATUM
FRGZTTime of Physical Sample Release QPRS_FRGZTTIMS6QZEIT
PZTXTComments on the Physical-Sample Drawing QPZ_TEXTCHAR40TEXT40
QMNUMNotification No QMNUMCHAR12QMELALPHAQMNUMIQM

Key field Non-key field



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

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

SELECT SINGLE *
FROM QPRN
INTO CORRESPONDING FIELDS OF WA_QPRN
WHERE...

How to access SAP table QPRN

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