EDID2 SAP (IDoc Data Record from 3.0C onwards) Cluster Table details

Dictionary Type: Cluster Table
Description: IDoc Data Record from 3.0C onwards




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




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

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

The EDID2 table consists of various fields, each holding specific information or linking keys about IDoc Data Record from 3.0C 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 EDID2 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_SEGNA3CHAR10CHAR10
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 EDID2 using ABAP code

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

SELECT SINGLE *
FROM EDID2
INTO CORRESPONDING FIELDS OF WA_EDID2
WHERE...

How to access SAP table EDID2

Within an ECC or HANA version of SAP you can also view further information about EDID2 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!