PZPS SAP (Production Measuring Point for Totals Record) Table details

Dictionary Type: Table
Description: Production Measuring Point for Totals Record




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




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

PZPS is a standard SAP Table which is used to store Production Measuring Point for Totals Record data and is available within R/3 SAP systems depending on the version and release level.

The PZPS table consists of various fields, each holding specific information or linking keys about Production Measuring Point for Totals Record data available in SAP. These include OBJNR (Object number for production reporting point management), PLNKN (Number of the task list node), ZAEHL (Counter key), VORNE (Reporting point operation 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: 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 PZPS 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 for production reporting point management PZP_OBJECTCHAR22Assigned to domainJ_OBJNR
PLNKNNumber of the task list node PLNKNNUMC8KNTNR
ZAEHLCounter key OBZAENUMC4NUM4
VORNEReporting point operation number PZPNRCHAR4NUMCVVORNR
PLNFLSequence PLNFOLGECHAR6ALPHAPLNFOLGE
MEINHUnit of Measure for Activity/Operation VORMEUNIT3T006CUNITMEINS
AUFAKScrap factor AUSCHUFAKDEC5(3) AUSCHUFAK
LMVRGTotal quantity confirmed at a reporting point SA_LMNGAQUAN13(3) MENGV13
XMVRGTotal scrap quantity confirmed at a reporting point SA_XMNGAQUAN13(3) MENGV13
UMREZNumerator for Conversion to Base Units of Measure UMREZDEC5UMBSZ
UMRENDenominator for conversion to base units of measure UMRENDEC5UMBSN
PLNMETask list unit of measure PLNMEUNIT3T006CUNITMEINS
KZZPKIndicator for Reporting Point/Milestone Operation KZZPKCHAR1CHAR1_X
SCOBJObject Responsible for Scrap SCR_OBJNRCHAR22Assigned to domainJ_OBJNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM PZPS
INTO CORRESPONDING FIELDS OF WA_PZPS
WHERE...

How to access SAP table PZPS

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