The EDIQI table in SAP ERP or S/4HANA stores IDoc Inbound Queue Table data. There are total 7 fields in EDIQI table. The IDoc Inbound Queue Table 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 EDIQI 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 EDIQI Table Fields
Following is the list of fields that are available in SAP EDIQI table. The primary key fields of the table are MANDT (Client), ABSENDER (Partner Number of Sender).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| ABSENDER | Partner Number of Sender | EDI_SNDPRN | * | CHAR (10) |
| DOCNUM | IDoc number | EDI_DOCNUM | NUMC (16) | |
| STATUS | Status of IDoc | EDI_STATUS | * | CHAR (2) |
| MESTYP | Message Type | EDI_MESTYP | * | CHAR (30) |
| CREDAT | IDoc Created On | EDI_CCRDAT | DATS (8) | |
| CRETIM | IDoc Created at | EDI_CCRTIM | TIMS (6) |


