/SAPPCE/TPNV SAP (Construction Progress Report) Table details

Dictionary Type: Table
Description: Construction Progress Report




ABAP Code to SELECT data from /SAPPCE/TPNV
Related tables to /SAPPCE/TPNV
Access table /SAPPCE/TPNV




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

/SAPPCE/TPNV is a standard SAP Table which is used to store Construction Progress Report data and is available within R/3 SAP systems depending on the version and release level.

The /SAPPCE/TPNV table consists of various fields, each holding specific information or linking keys about Construction Progress Report data available in SAP. These include PVNNO (Construction Progress Report Document Number), PS_PSP_PNR (Work Breakdown Structure Element (WBS Element)), PS_PSP_PHIUP (Number of the superior WBS element), PSP_PROJ (Current number of the appropriate project).. 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 /SAPPCE/TPNV 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 MANDTCLNT3T000MANDT
PVNNOConstruction Progress Report Document Number /SAPPCE/PVNNONUMC10/SAPPCE/PVNNO/SAPPCE/PNV
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8PRPSKONPRPS_POSNR
PS_PSP_PHIUPNumber of the superior WBS element PS_PHIUPNUMC8PRPSKONPRPS_POSNR
PSP_PROJCurrent number of the appropriate project PS_PSPHINUMC8PROJKONPDPS_PSPNR
PKOKRControlling area for WBS element PS_PKOKRCHAR4Assigned to domainCACCDCAC
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PERIOPeriod CO_PERIONUMC3PERBLVPE
BUDATPosting Date CO_BUDATDATS8DATUM
BLTXTDocument Header Text CO_BLTXTCHAR50TEXT50
ERTIMESTMPTime created (Greenwich Meantime) RKE_HZSTMPDEC16RKE_TSTMP
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZETEntry time ERZETTIMS6UZEIT
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AETIMESTMPChange Time in Greenwich Meantime /SAPPCE/DPNV_CHSTMPDEC16RKE_TSTMP
AEDTMChanged On AEDATDATS8DATUM
AEZETTime last change was made AEZETTIMS6UZEIT
AENAMName of Person Who Changed Object AENAMCHAR12USNAM

Key field Non-key field



How do I retrieve data from SAP table /SAPPCE/TPNV using ABAP code

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

SELECT SINGLE *
FROM /SAPPCE/TPNV
INTO CORRESPONDING FIELDS OF WA_/SAPPCE/TPNV
WHERE...

How to access SAP table /SAPPCE/TPNV

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