EVFD SAP (CNE5: Default values for fields in earned value analysis) Table details

Dictionary Type: Table
Description: CNE5: Default values for fields in earned value analysis




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




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

EVFD is a standard SAP Table which is used to store CNE5: Default values for fields in earned value analysis data and is available within R/3 SAP systems depending on the version and release level.

The EVFD table consists of various fields, each holding specific information or linking keys about CNE5: Default values for fields in earned value analysis data available in SAP. These include EVFLD (Field names for progress analysis values (PS)), EVOTY (Object type in progress analysis (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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP EVFD 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
EVFLDField names for progress analysis values (PS) EV_FELDCHAR10EVFLEV_FELDDFD
EVOTYObject type in progress analysis (PS) EV_OBTYPCHAR1EV_OBTYP
EVMETMeasurement method in PS progress analysis EV_METHODCHAR10EVMTEV_METHOD
EVZSFIndicator: Collapse subtree EV_INCLUOCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM EVFD
INTO CORRESPONDING FIELDS OF WA_EVFD
WHERE...

How to access SAP table EVFD

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