MGV_QCPR SAP (Generated Table for View MGV_QCPR) Table View details

Dictionary Type: Table View
Description: Generated Table for View MGV_QCPR




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




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

MGV_QCPR is a standard SAP Table View which is used to store Generated Table for View MGV_QCPR data and is available within R/3 SAP systems depending on the version and release level.

The MGV_QCPR table consists of various fields, each holding specific information or linking keys about Generated Table for View MGV_QCPR data available in SAP. These include CERTNO (QM Quality Certificate), ZGTYP (Certificate Type), EBELN (Purchasing Document Number), EBELP (Item Number of Purchasing Document).. 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 MGV_QCPR table view 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
CERTNOQM Quality Certificate QCCERTNONUMC12QCCERTNOQCN
ZGTYPCertificate Type QZGTYPCHAR4TQ05QZGTYPQCT
EBELNPurchasing Document Number EBELNCHAR10EKKOALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5EKPOEBELPBSP
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
CHARGBatch Number CHARG_DCHAR10MCH1CHARGCHA
LICHNVendor Batch Number LICHNCHAR15LICHN
LFSNRNumber of External Delivery Note LFSNR1CHAR16XBLNR1
LIFNRVendor Account Number ELIFNCHAR10LFA1ALPHALIFNRLIFKRED_C
HERSTELLERNumber of Manufacturer QLIFNRCHAR10LFA1ALPHALIFNRLIF
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
MBLNRNumber of Material Document MBLNRCHAR10MKPFALPHABELNRMBN
ZEILEItem in Material Document MBLPONUMC4MSEGMBLPOPOS
BUDATPosting Date in the Document BUDATDATS8DATUM
STATUSCertificate Status QCSTATUSCHAR1QCSTATUS
REMDATReminder Date QCREMDATDATS8QCREMDAT
ESCDATEscalation Date QCESCDATDATS8QCESCDAT
CERTDATDate of Certfificate Receipt QCERTDATDATS8QCERTDAT
CERTRECCertificate Receipt Entered By QCERTRECCHAR12QCERTREC
ERSTELLERName of User Who Created the Data Record QERSTELLERCHAR12QAENDERER
ERSTELDATDate on Which the Data Record Was Created QDATUMERSTDATS8DATUM
ERSTELZEITTime Data Record Was Created QERSTZEITTIMS6QZEIT
AENDERERName of User who Most Recently Changed the Data Record QAENDERERCHAR12QAENDERER
AENDERDATDate on Which Data Record Was Changed QDATUMAENDDATS8DATUM
AENDERZEITTime of Last Data Record Change QAENZEITTIMS6QZEIT
MATNR_EXTExternal Long Material Number MATNR_EXTCHAR40MATNLMATNR_EXT
MATNR_VERSMaterial Version Number MATNR_VERSCHAR10MATNWMATNR_VERSMATVERS

Key field Non-key field



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

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

SELECT SINGLE *
FROM MGV_QCPR
INTO CORRESPONDING FIELDS OF WA_MGV_QCPR
WHERE...

How to access SAP table MGV_QCPR

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