EVFL_VS SAP (CNE5: Field definition for PS ev analysis 'change doc.s') Table details

Dictionary Type: Table
Description: CNE5: Field definition for PS ev analysis 'change doc.s'




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




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

EVFL_VS is a standard SAP Table which is used to store CNE5: Field definition for PS ev analysis 'change doc.s' data and is available within R/3 SAP systems depending on the version and release level.

The EVFL_VS table consists of various fields, each holding specific information or linking keys about CNE5: Field definition for PS ev analysis 'change doc.s' data available in SAP. These include DATAB (Date), EVFLD (Field names for progress analysis values (PS)), FLDTY (Field type in progress analysis (PS)), FGRFL (Base field for percentage of completion).. 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: Not classified


SAP EVFL_VS 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
DATABDate DATUMDATS8DATUM
EVFLDField names for progress analysis values (PS) EV_FELDCHAR10Assigned to domainEV_FELDDFD
FLDTYField type in progress analysis (PS) EV_FELDTYPNUMC2EV_FELDTYP
FGRFLBase field for percentage of completion EVFL_FGRFLCHAR10EVFLEV_FELD
FGGEWAggregation weighting for percentage of completion EVFL_FGGEWCHAR10CHAR10
TRMKRSet of dates for network PS_TERMBASCHAR1PS_PLART
TFRSPEarliest possible activity / Latest possible activity FRSPCHAR1FRSP
VRSTRVersion of planned dates EVFL_VRSTRCHAR12VSNMR
FWTFGPercentage of completion (field name) for earned value EVFL_FWFGFCHAR10EVFLEV_FELD
FWTBZBase used in determining earned value EVFL_FWBZFCHAR10CHAR10
VRSBZVersion of base EVFL_VRSKOCHAR12VSNMR
OPR1HOrigin of an operand in progress analysis EVFL_OPRHKCHAR1EVFL_OPRHK
OPR1FOperand for deviation or index (field name) EVFL_OPRFLCHAR10CHAR10
OPR2HOrigin of an operand in progress analysis EVFL_OPRHKCHAR1EVFL_OPRHK
OPR2FOperand for deviation or index (field name) EVFL_OPRFLCHAR10CHAR10
FLDNRField number in reporting EVFL_FLDNRNUMC2NUMC2

Key field Non-key field



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

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

SELECT SINGLE *
FROM EVFL_VS
INTO CORRESPONDING FIELDS OF WA_EVFL_VS
WHERE...

How to access SAP table EVFL_VS

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