CHZP SAP (Reporting Points - Change History) Table details

Dictionary Type: Table
Description: Reporting Points - Change History




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




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

CHZP is a standard SAP Table which is used to store Reporting Points - Change History data and is available within R/3 SAP systems depending on the version and release level.

The CHZP table consists of various fields, each holding specific information or linking keys about Reporting Points - Change History data available in SAP. These include OBJNR (Object number), F_OBJNR (Object for Which Quantities Are Counted), AENDAT (Date Document Was Created), AENTIME (Time At Which Document Was Entered).. 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 CHZP 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
AENDATDate Document Was Created CO_CPUDTDATS8DATUM
AENTIMETime At Which Document Was Entered CO_CPUTMTIMS6CTME
STATUSStatus of Reporting Point on Change Date (Before/After) AEN_STATUSCHAR1CHAR1_VN
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
PLNTYTask List Type PLNTYCHAR1Assigned to domainPLNTYPTYH_TCA01
PLNNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
PLNALGroup Counter PLNALCHAR2ALPHAALTNRPAL
.INCLU--AP 0
REWQTYRework quantity FCO_REWORK_QTYQUAN13(3) MENG13V

Key field Non-key field



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

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

SELECT SINGLE *
FROM CHZP
INTO CORRESPONDING FIELDS OF WA_CHZP
WHERE...

How to access SAP table CHZP

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