The ECONDI table in SAP ERP or S/4HANA stores IS-U: Conditions data. There are total 23 fields in ECONDI table. The IS-U: Conditions 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 ECONDI table. It is in IS-U: Billing (EE20) ABAP package and is part of the Contract Billing (IS-U-BI) module.
SAP ECONDI Table Fields
Following is the list of fields that are available in SAP ECONDI table. The primary key fields of the table are MANDT (Client), CONDITONID (Identification of Condition).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| CONDITONID | Identification of Condition | CONDITONID | NUMC (20) | |
| CONDIPRGCAT | Conditional Billing Program Category | ECPRG_CATEGORY | CHAR (2) | |
| CONDISTATUS | Billing Status of Condition | ECONDI_STATUS | NUMC (2) | |
| DATEFROM | Start Date | ECONDI_DATEFROM | DATS (8) | |
| TIMEFROM | Start Time | ECONDI_TIMEFROM | TIMS (6) | |
| DATETO | End Date | ECONDI_DATETO | DATS (8) | |
| TIMETO | End Time | ECONDI_TIMETO | TIMS (6) | |
| DATECRT | Date on which the record was created | ERDAT | DATS (8) | |
| TIMECRT | Entry time | ERZET | TIMS (6) | |
| DATECHG | Date of Last Change | AEDAT | DATS (8) | |
| TIMECHG | Time last change was made | AEZET | TIMS (6) | |
| APPL_CONTRACT | Contract | VERTRAG | * | CHAR (10) |
| APPL_DATEFROM | Start Date | ECONDI_DATEFROM | DATS (8) | |
| APPL_TIMEFROM | Start Time | ECONDI_TIMEFROM | TIMS (6) | |
| APPL_DATETO | End Date | ECONDI_DATETO | DATS (8) | |
| APPL_TIMETO | End Time | ECONDI_TIMETO | TIMS (6) | |
| APPL_TIMEZONE | Time Zone for a Condition | ECONDI_TIMEZONE | * | CHAR (6) |
| APPL_SOURCE | Source of a Condition | ECONDI_SOURCE | CHAR (4) | |
| CONDI_QUANT | Value to be billed | E_WERT2 | DEC (16) | |
| CONDI_FACTOR | Value to be billed | E_WERT2 | DEC (16) | |
| CONDI_AMOUNT | Value to be billed | E_WERT2 | DEC (16) | |
| CONDI_TEXT10 | Text to Describe How a Condition is Used | CONDI_TEXT10 | CHAR (10) |


