CEZP SAP (Reporting Points Line Items) Table details

Dictionary Type: Table
Description: Reporting Points Line Items




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




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

CEZP is a standard SAP Table which is used to store Reporting Points Line Items data and is available within R/3 SAP systems depending on the version and release level.

The CEZP table consists of various fields, each holding specific information or linking keys about Reporting Points Line Items data available in SAP. These include BELNR (Document number for reporting point posting as line item), BUZEI (Posting row), GJAHR (Fiscal Year), PERIO (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 CEZP 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
BELNRDocument number for reporting point posting as line item RP_BELNRCHAR10CHAR10
BUZEIPosting row CO_BUZEINUMC3BUZEI
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PERIOPeriod CO_PERIONUMC3PERBLVPE
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
F_OBJNRObject for Which Quantities Are Counted F_OBJNRCHAR22Assigned to domainJ_OBJNRONR
PLNKNNumber of the task list node PLNKNNUMC8KNTNR
ZAEHLCounter for Reporting Points COUNT_ZPNUMC8NUM8
VORNEReporting point operation number PZPNRCHAR4NUMCVVORNR
PLNFLSequence PLNFOLGECHAR6ALPHAPLNFOLGE
VRGNGCO Business Transaction CO_VORGANGCHAR4Assigned to domainJ_VORGANG
MEINHUnit of Measure for Activity/Operation VORMEUNIT3Assigned to domainCUNITMEINS
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
LMVRGYield of Posting G_MENGEQUAN13(3) MENG13V
XMVRGScrap Quantity of Posting X_MENGEQUAN13(3) MENG13V
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
AGRNDReason for Variance CO_AGRNDCHAR4Assigned to domainCO_AGRND
SCOBJObject Responsible for Scrap SCR_OBJNRCHAR22Assigned to domainJ_OBJNR
BLDATDocument Date CO_BLDATDATS8DATUM
BUDATPosting Date CO_BUDATDATS8DATUM
CPUDTDate Document Was Created CO_CPUDTDATS8DATUM
CPUTMTime At Which Document Was Entered CO_CPUTMTIMS6CTME
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
STFLGIdentifier for reversal document CO_STFLGCHAR1FLAG
STOKZIndicator: Document Has Been Reversed CO_STOKZCHAR1FLAG
NOSTOIndicator 'Document cannot be canceled' CO_NOSTOCHAR1FLAG
REFBNReference Document Number CO_REFBNCHAR10ALPHABELNR
REFBTDocument type of reference document CO_REFBTCHAR1BELTY
ST_REFBNDocument Number of Canceled Reference Document CO_ST_REFBNCHAR10ALPHABELNR
.INCLU--AP 0
REWQTYRework quantity FCO_REWORK_QTYQUAN13(3) MENG13V
.INCLU--AP 0
WMVRGWIP Credit QRP_WIP_CREDITQUAN13(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 CEZP using ABAP code

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

SELECT SINGLE *
FROM CEZP
INTO CORRESPONDING FIELDS OF WA_CEZP
WHERE...

How to access SAP table CEZP

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