EVVS SAP (Progress version) Table details

Dictionary Type: Table
Description: Progress version




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




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

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

The EVVS table consists of various fields, each holding specific information or linking keys about Progress version data available in SAP. These include KOKRS (Controlling Area), VERSN_EV (Progress Version), EVBAS (Earned Value Basis), EVWGT (Earned Value Weighting).. 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: Can be enhanced (character-type)

Text table = EVVST


SAP EVVS 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
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
VERSN_EVProgress Version VERSN_EVCHAR3ALPHAVERSN_EVVERSN_EVEVVS_VERSN_EV
EVBASEarned Value Basis EVBASCHAR2ALPHAEVBAS
EVWGTEarned Value Weighting EVWGTCHAR2ALPHAEVWGT
VERSN_COVersion COVERSICHAR3TKVSALPHACOVERSI
VSNMR_PSNumber or description of a version VSNMRCHAR12VSNMRVS2
EVTIMTime-Based Progress Calculation EVTIMCHAR1XFELD
SET_OF_DATESSet of dates for network PS_TERMBASCHAR1PS_PLART
EARLY_LATEEarliest possible activity / Latest possible activity FRSPCHAR1FRSP
EVMET_ACT2PLNUse the actual POC method as the planned POC method EVMET_ACT2PLNCHAR1XFIELD
EVMET_PLN2ACTIndicator: Use method for planned POC as default for act.POC EVMET_PLN2ACTCHAR1XFELD
.INCLU--AP 0
VERSN_EV_GPGroup Progress Version VERSN_EV_GPCHAR3Assigned to domainALPHAVERSN_EV_GPVERSN_EV_GPEVVSGP_VERSN_EV_GP

Key field Non-key field



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

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

SELECT SINGLE *
FROM EVVS
INTO CORRESPONDING FIELDS OF WA_EVVS
WHERE...

How to access SAP table EVVS

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