QCPRP SAP (Update table QCPR) Structure details

Dictionary Type: Structure
Description: Update table QCPR




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




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

QCPRP 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 "Update table QCPR" 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_QCPRP TYPE QCPRP.

The QCPRP table consists of various fields, each holding specific information or linking keys about Update table QCPR data available in SAP. These include MANDT (Client), CERTNO (QM Quality Certificate), ZGTYP (Certificate Type), EBELN (Purchasing Document 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 or numeric)


SAP QCPRP 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
CERTNOQM Quality Certificate QCCERTNONUMC12Assigned to domainQCCERTNOQCN
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
VBKZUpdate indicator VBKZCHAR1VERBUCHER

Key field Non-key field



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

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

How to access SAP table QCPRP

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