ECHEVG SAP (Consumption History Evaluation Group) Table details

Dictionary Type: Table
Description: Consumption History Evaluation Group




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




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

ECHEVG is a standard SAP Table which is used to store Consumption History Evaluation Group data and is available within R/3 SAP systems depending on the version and release level.

The ECHEVG table consists of various fields, each holding specific information or linking keys about Consumption History Evaluation Group 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP ECHEVG 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
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 ECHEVG using ABAP code

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

SELECT SINGLE *
FROM ECHEVG
INTO CORRESPONDING FIELDS OF WA_ECHEVG
WHERE...

How to access SAP table ECHEVG

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