E_V_ECHEVG SAP (Generated Table for View E_V_ECHEVG) Table View details

Dictionary Type: Table View
Description: Generated Table for View E_V_ECHEVG




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




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

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

The E_V_ECHEVG table consists of various fields, each holding specific information or linking keys about Generated Table for View E_V_ECHEVG data available in SAP. These include EVGRP (Customer Overview Evaluation Group), DOCFLG (Number of documents), MTHFLG (Number of Months), EVFLG1 (Identical Evaluation Indicator).. 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 E_V_ECHEVG 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
EVGRPCustomer Overview Evaluation Group E_EVGRPCHAR3ECH_EVGRP
DOCFLGNumber of documents E_DOCFLGNUMC2E_DOCFLG
MTHFLGNumber of Months E_MTHFLGNUMC2E_MTHFLG
EVFLG1Identical Evaluation Indicator E_EVFLG1CHAR1E_EVFLG
EVFLG2Period comparison E_EVFLG2CHAR1E_EVFLG
EVFLG3Period comparison year E_EVFLG3CHAR1E_EVFLG
COMPFLGCompress Consumption History Data E_COMPFLGCHAR1E_COMPFLG
GRPNAMEEvaluation Group Description E_EVGRPTCHAR30E_EVGRPT

Key field Non-key field



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

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

SELECT SINGLE *
FROM E_V_ECHEVG
INTO CORRESPONDING FIELDS OF WA_E_V_ECHEVG
WHERE...

How to access SAP table E_V_ECHEVG

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