EDID3 SAP (IDoc Data Record from 3.0 onwards) Table details

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




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




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

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

The EDID3 table consists of various fields, each holding specific information or linking keys about IDoc Data Record from 3.0 onwards data available in SAP. These include DOCNUM (IDoc number), SEGNUM (Number of SAP segment), SEGNAM (Name of SAP segment), PSGNUM (Number of the hierarchically higher 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: Not classified


SAP EDID3 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
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
SDATAPART1EDI: Part of IDoc data record EDI_CHR250CHAR250EDI_CHR250
SDATAPART2EDI: Part of IDoc data record EDI_CHR250CHAR250EDI_CHR250
SDATAPART3EDI: Part of IDoc data record EDI_CHR250CHAR250EDI_CHR250
SDATAPART4EDI: Part of IDoc data record EDI_CHR250CHAR250EDI_CHR250

Key field Non-key field



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

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

SELECT SINGLE *
FROM EDID3
INTO CORRESPONDING FIELDS OF WA_EDID3
WHERE...

How to access SAP table EDID3

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