SAP STEV_EVWB Earned Value Data of Progress Analysis Workbench. Table data and field list

STEV_EVWB is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Earned Value Data of Progress Analysis Workbench." Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_STEV_EVWB TYPE STEV_EVWB.

The STEV_EVWB table consists of various fields, each holding specific information or linking keys about Earned Value Data of Progress Analysis Workbench. data available in SAP. These include EVMET_TXT_P (Measurement method for PS progress analysis (plan)), EVMET_TXT_A (Measurement method in PS progress analysis (actual)), POC_PLN (Percentage of completion), POC_ACT (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. .

STEV_EVWB structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP STEV_EVWB structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the STEV_EVWB table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
VERSN_EVProgress Version VERSN_EVCHAR3Assigned to domainALPHAVERSN_EVVERSN_EVEVVS_VERSN_EV
EVMET_TXT_PMeasurement method for PS progress analysis (plan) EV_METHOD_PLNCHAR10CHAR10
EVMET_TXT_AMeasurement method in PS progress analysis (actual) EV_METHOD_ACTCHAR10CHAR10
POC_PLNPercentage of completion EV_FERGRDDEC5(2) DEC03_2
POC_ACTPercentage of completion EV_FERGRDDEC5(2) DEC03_2
EV_PLAN_ORG1Budgeted cost of work scheduled EVPLANORG1CURR15(2) WERTV8
BCWSCUKYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
EV_PLAN_QUAN_ORG1Budgeted cost of work scheduled, quantity EVPLANQUANORG1QUAN15(3) CQUA8
BCWSMEINHUnit of Measure for Display MEINHUNIT3Assigned to domainCUNITMEINS
EV_ACT_ORG1Budgeted cost of work performed EVACTORG1CURR15(2) WERTV8
BCWPCUKYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
EV_ACT_QUAN_ORG1Budgeted cost of work performed, quantity EVACTQUANORG1QUAN15(3) CQUA8
BCWPMEINHUnit of Measure for Display MEINHUNIT3Assigned to domainCUNITMEINS
ISTKOSTENActual costs ISTKOSTENCURR15(2) WERTV8
ACTUALCUKYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
IDAUERActual Duration - Progress Analysis DAUER_EVQUAN15(3) MENGV8
ACTUALMEINHUnit of Measure for Display MEINHUNIT3Assigned to domainCUNITMEINS
BACCBudget at Completion: Costs BACCCURR15(2) WERTV8
BACCUKYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BACHBudget at Completion: Duration BACHQUAN15(3) CQUA8
BACMEINHUnit of Measure for Display MEINHUNIT3Assigned to domainCUNITMEINS
BACSTAPERBudget at Completion: Start Period BACSTAPERCHAR14Assigned to domainACPOS
BACFINPERBudget at Completion: Finish Period BACFINPERCHAR14Assigned to domainACPOS
LST_FERTGPercentage of completion (%) MLST_FERTGNUMC3PROZENT100

Key field Non-key field



How do I retrieve data from SAP structure STEV_EVWB using ABAP code?

As STEV_EVWB is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on STEV_EVWB as there is no data to select.

How to access SAP table STEV_EVWB

Within an ECC or HANA version of SAP you can also view further information about STEV_EVWB and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).