SAP table EDID4 (IDoc Data Records from 4.0 onwards)
SAP table EDID4 has 4 primary key fields being MANDT,DOCNUM,COUNTER,SEGNUM.
If you're only analyzing data from a single SAP instance you may omit field MANT in your relationships as it will we the same across the entire dataset. On the other hand, if you're combining data from multiple SAP instances you need to take MANDT into account.
Field | Description | Data Type | Length | Decimals | Checktable | Data Element | |
---|---|---|---|---|---|---|---|
MANDT | Client | CLNT | 3 | 0 | MANDT | ||
DOCNUM | IDoc number | NUMC | 16 | 0 | EDI_DOCNUM | ||
COUNTER | Counter in cluster table | NUMC | 3 | 0 | EDI_CLUSTC | ||
SEGNUM | Number of SAP segment | NUMC | 6 | 0 | IDOCDSGNUM | ||
SEGNAM | Name of SAP segment | CHAR | 30 | 0 | EDI_SEGNAM | ||
PSGNUM | Number of the hierarchically higher SAP segment | NUMC | 6 | 0 | EDI_PSGNUM | ||
HLEVEL | Hierarchy level | NUMC | 2 | 0 | EDI_HLEVEL | ||
_DATAAGING | Data Filter Value for Data Aging | DATS | 8 | 0 | DATA_TEMPERATURE | ||
DTINT2 | Length field for VARC field | INT2 | 5 | 0 | EDI_DTINT2 | ||
SDATA | Application data | LCHR | 1000 | 0 | EDI_SDATA |