EVOF_P SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

EVOF_P is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The EVOF_P table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include OBJNR (Object number), EVFLD (Field names for progress analysis values (PS)), EVMET (Measurement method in PS progress analysis), EVZSF (Indicator: Collapse subtree).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP EVOF_P table view 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
OBJNRObject number J_OBJNRCHAR22ONR00J_OBJNRONR
EVFLDField names for progress analysis values (PS) EV_FELDCHAR10EVFLEV_FELDDFD
EVMETMeasurement method in PS progress analysis EV_METHODCHAR10EVMTEV_METHOD
EVZSFIndicator: Collapse subtree EV_INCLUOCHAR1XFELD
REFOBReference object for secondary proportionality EV_REFOBJCHAR22ONR00J_OBJNR
SPRAS_FLTLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
BEZ20_FLTKeyword EV_FLSCHLWCHAR20TEXT20
BEZ40_FLTDescription BEZEI40CHAR40TEXT40
EVTECMeasurement technique in progress analysis (PS) EV_TECHNCHAR2EV_TECHN
FGSTRStart percentage for start-finish technique EV_FGSTARTNUMC3PROZENT100
FGMNFMaximum POC without actual finish EV_FGMAXNFNUMC3PROZENT100
MGFISQuantity field for actuals in quantity proportionality EV_MGFISNUMC2EV_MGFELD
MGFPLQuantity field for plan in quantity proportionality EV_MGFPLNUMC2EV_MGFELD
SPRAS_METLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
BEZ10_METText (10 Characters) TEXT10CHAR10TEXT10
BEZ40_METDescription BEZEI40CHAR40TEXT40

Key field Non-key field



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

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

SELECT SINGLE *
FROM EVOF_P
INTO CORRESPONDING FIELDS OF WA_EVOF_P
WHERE...

How to access SAP table EVOF_P

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