EDIDD_OLD SAP (IDoc Data Record) Cluster Table details

Dictionary Type: Cluster Table
Description: IDoc Data Record




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




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

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

The EDIDD_OLD table consists of various fields, each holding specific information or linking keys about IDoc Data Record 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 EDIDD_OLD 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 EDI_MANDTCLNT3Assigned to domainMANDT
DOCNUMIDoc number EDI_DOCNUMNUMC16EDI_DOCNUMDCN
SEGNUMNumber of SAP segment IDOCDSGNUMNUMC6EDI_NUMBER
SEGNAM Name of SAP segment0
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 EDIDD_OLD using ABAP code

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

SELECT SINGLE *
FROM EDIDD_OLD
INTO CORRESPONDING FIELDS OF WA_EDIDD_OLD
WHERE...

How to access SAP table EDIDD_OLD

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