CPZPTEMP SAP (Production Reporting Points Periodic Totals Values (Temp)) Table details

Dictionary Type: Table
Description: Production Reporting Points Periodic Totals Values (Temp)




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




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

CPZPTEMP is a standard SAP Table which is used to store Production Reporting Points Periodic Totals Values (Temp) data and is available within R/3 SAP systems depending on the version and release level.

The CPZPTEMP table consists of various fields, each holding specific information or linking keys about Production Reporting Points Periodic Totals Values (Temp) data available in SAP. These include OBJNR (Object number), F_OBJNR (Object for Which Quantities Are Counted), GJPER (Fiscal Year * 1000 + Three-Place Period), ZAEHL (Counter for Reporting Points).. 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 CPZPTEMP 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
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 CPZPTEMP using ABAP code

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

SELECT SINGLE *
FROM CPZPTEMP
INTO CORRESPONDING FIELDS OF WA_CPZPTEMP
WHERE...

How to access SAP table CPZPTEMP

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