The EDISDEF table in SAP ERP or S/4HANA stores IDoc Development : IDoc Segment Definitions data. There are total 12 fields in EDISDEF table. The IDoc Development : IDoc Segment Definitions 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 EDISDEF table. It is in IDoc Interface (Processing, Administration, Definition) (SED) ABAP package and is part of the ALE Integration Technology (BC-MID-ALE) module.
SAP EDISDEF Table Fields
Following is the list of fields that are available in SAP EDISDEF table. The primary key fields of the table are SEGTYP (Segment type), VERSION (IDoc development: Segment version).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| SEGTYP | Segment type | EDILSEGTYP | EDISEGMENT | CHAR (27) |
| VERSION | IDoc development: Segment version | SEGMENTVRS | NUMC (3) | |
| SEGDEF | IDoc Development : Segment definition | EDISEGDEF | CHAR (30) | |
| RELEASED | IDoc development: Release of segment definition | SEGDEFREL | CHAR (4) | |
| CLOSED | IDoc Development : Segment definition release ID | EDISCLOSED | CHAR (1) | |
| CREDATE | IDoc development: Creation date | SEGCDATE | DATS (8) | |
| CRETIME | IDoc development: Creation time | SEGCTIME | TIMS (6) | |
| LDATE | IDoc development: Last changed on | SEGLDATE | DATS (8) | |
| LTIME | IDoc development: Time of last change | SEGLTIME | TIMS (6) | |
| FIELDNUM | Idoc development: No.of fields in IDoc segment definition | SEGDEFNUM | NUMC (4) | |
| EXPLENG | IDoc development: Export length of segment definition | SEGDEFLENG | NUMC (4) | |
| APPLREL | IDoc Development: Application Release of Segment Definition | SEGDEFARL | CHAR (10) |


