The ECHDISP table in SAP ERP or S/4HANA stores Consumption History Display Format data. There are total 14 fields in ECHDISP table. The Consumption History Display Format table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of ECHDISP table. It is in IS-U: Billing (EE20) ABAP package and is part of the Contract Billing (IS-U-BI) module.
SAP ECHDISP Table Fields
Following is the list of fields that are available in SAP ECHDISP table. The primary key fields of the table are MANDT (Client), EVGRP (Customer Overview Evaluation Group), REFTAB (Table Name), REFFIELD (Field Name).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | T000 | CLNT (3) |
| EVGRP | Customer Overview Evaluation Group | E_EVGRP | ECHEVG | CHAR (3) |
| REFTAB | Table Name | TABNAME | DD02L | CHAR (30) |
| REFFIELD | Field Name | FIELDNAME | DD03L | CHAR (30) |
| LENGTH | Length | FKK_INFO_LENGTH | INT1 (3) | |
| CVSEQ | Customer Overview Display Sequence | E_CVSEQ | NUMC (2) | |
| CVSUM | Customer Overview Summarisation Indicator | E_CVSUM | NUMC (1) | |
| CVSORT | Customer Overview Sort Order | E_CVSORT | NUMC (2) | |
| CVSORTYP | Sort order | E_CVSORTYP | CHAR (1) | |
| GRPIND | Graph Indicator | E_GRPIND | CHAR (1) | |
| NVGRP | IS-U Navigator: Field Group | E_NVGRP | CHAR (1) | |
| NVSEQ | IS-U Navigator: Display Sequence | E_NVSEQ | NUMC (2) | |
| NVSUM | IS-U Navigator: Summarisation Indicator | E_NVSUM | NUMC (1) | |
| NVSORT | IS-U Navigator: Sort Sequence | E_NVSORT | NUMC (2) |


