The ESCHEXT table in SAP ERP or S/4HANA stores Billing Schema Extension (Administrative Data) data. There are total 8 fields in ESCHEXT table. The Billing Schema Extension (Administrative Data) 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 ESCHEXT table. It is in IS-U: Billing (EE20) ABAP package and is part of the Contract Billing (IS-U-BI) module.
SAP ESCHEXT Table Fields
Following is the list of fields that are available in SAP ESCHEXT table. The primary key fields of the table are MANDT (Client), SCHEMANR (Number of the billing schema).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| SCHEMANR | Number of the billing schema | SCHEMANR | * | CHAR (10) |
| CR_DATE | Date on which the record was created | ERDAT | DATS (8) | |
| CR_TIME | Entry time | ERZET | TIMS (6) | |
| CR_NAME | Name of Person who Created the Object | ERNAM | CHAR (12) | |
| CH_DATE | Date of Last Change | AEDAT | DATS (8) | |
| CH_TIME | Time last change was made | AEZET | TIMS (6) | |
| CH_NAME | Name of person who changed object | AENAM | CHAR (12) |


