EDID4 SAP (IDoc Data Records from 4.0 onwards) Cluster Table details

Dictionary Type: Cluster Table
Description: IDoc Data Records from 4.0 onwards




ABAP Code to SELECT data from EDID4
Related tables to EDID4
Access table EDID4




Cluster Table field list including key, data, relationships and ABAP select examples

EDID4 is a standard SAP Cluster Table which is used to store IDoc Data Records from 4.0 onwards data and is available within R/3 SAP systems depending on the version and release level.

The EDID4 table consists of various fields, each holding specific information or linking keys about IDoc Data Records from 4.0 onwards data available in SAP. These include DOCNUM (IDoc number), COUNTER (Counter in cluster table), SEGNUM (Number of SAP segment), SEGNAM (Name of SAP segment).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP EDID4 cluster table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
DOCNUMIDoc number EDI_DOCNUMNUMC16EDI_DOCNUMDCN
COUNTERCounter in cluster table EDI_CLUSTCNUMC3EDI_CLUSTC
SEGNUMNumber of SAP segment IDOCDSGNUMNUMC6EDI_NUMBER
SEGNAMName of SAP segment EDI_SEGNAMCHAR30EDI_DICOBJ
PSGNUMNumber of the hierarchically higher SAP segment EDI_PSGNUMNUMC6EDI_NUMBER
HLEVELHierarchy level EDI_HLEVELNUMC2EDI_HLEVEL
DTINT2Length field for VARC field EDI_DTINT2INT25EDI_DTINT2
SDATAApplication data EDI_SDATALCHR1000EDI_SDATA

Key field Non-key field



How do I retrieve data from SAP table EDID4 using ABAP code

The following ABAP code Example will allow you to do a basic selection on EDID4 to SELECT all data from the table
DATA: WA_EDID4 TYPE EDID4.

SELECT SINGLE *
FROM EDID4
INTO CORRESPONDING FIELDS OF WA_EDID4
WHERE...

How to access SAP table EDID4

Within an ECC or HANA version of SAP you can also view further information about EDID4 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!