QRP_CPZP SAP (Reporting Points - Total Values per Date) Table details

Dictionary Type: Table
Description: Reporting Points - Total Values per Date




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




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

QRP_CPZP is a standard SAP Table which is used to store Reporting Points - Total Values per Date data and is available within R/3 SAP systems depending on the version and release level.

The QRP_CPZP table consists of various fields, each holding specific information or linking keys about Reporting Points - Total Values per Date data available in SAP. These include OBJNR (Object number), DATE_P (Posting Date), F_OBJNR (Object for Which Quantities Are Counted), GJPER (Fiscal Year * 1000 + Three-Place Period).. 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 or numeric)


SAP QRP_CPZP 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 MANDTCLNT3Assigned to domainMANDT
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
DATE_PPosting Date CO_BUDATDATS8DATUM
F_OBJNRObject for Which Quantities Are Counted F_OBJNRCHAR22Assigned to domainJ_OBJNRONR
GJPERFiscal Year * 1000 + Three-Place Period CO_GJPERNUMC7NUM7
ZAEHLCounter for Reporting Points COUNT_ZPNUMC8NUM8
PLNKNNumber of the task list node PLNKNNUMC8KNTNR
VORNEReporting point operation number PZPNRCHAR4NUMCVVORNR
PLNFLSequence PLNFOLGECHAR6ALPHAPLNFOLGE
ISTMNActual Quantity on Production Line After Reporting Point IST_MENGEQUAN13(3) MENG13V
GMPERYield in Current Period G_MEN_PERQUAN13(3) MENG13V
XMPERScrap Quantity in Current Period X_MEN_PERQUAN13(3) MENG13V
GMSUMTotal Yield of Reporting Point for All Previous Periods G_MEN_SUMQUAN13(3) MENG13V
XMSUMTotal Scrap Qty of the Reporting Point for All Prev. Periods X_MEN_SUMQUAN13(3) MENG13V
MEINHUnit of Measure for Activity/Operation VORMEUNIT3Assigned to domainCUNITMEINS
AUFAKScrap factor AUSCHUFAKDEC5(3) AUSCHUFAK
UMREZNumerator for Conversion to Base Units of Measure UMREZDEC5UMBSZ
UMRENDenominator for conversion to base units of measure UMRENDEC5UMBSN
PLNMETask list unit of measure PLNMEUNIT3Assigned to domainCUNITMEINS
KZZPKIndicator for Reporting Point/Milestone Operation KZZPKCHAR1CHAR1_X
REWQTYRework quantity FCO_REWORK_QTYQUAN13(3) MENG13V
VARMNVariance Quantity Based On Components QRP_VAR_QTYQUAN13(3) MENG13V

Key field Non-key field



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

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

SELECT SINGLE *
FROM QRP_CPZP
INTO CORRESPONDING FIELDS OF WA_QRP_CPZP
WHERE...

How to access SAP table QRP_CPZP

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