EDI_DC SAP (Control record for the interface to the EDI subsystem) Structure details

Dictionary Type: Structure
Description: Control record for the interface to the EDI subsystem




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




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

EDI_DC is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Control record for the interface to the EDI subsystem" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_EDI_DC TYPE EDI_DC.

The EDI_DC table consists of various fields, each holding specific information or linking keys about Control record for the interface to the EDI subsystem data available in SAP. These include MANDT (Client), DOCNUM (IDoc number), DOCREL (SAP Release for IDoc), STATUS (Status of IDoc).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP EDI_DC structure 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
TABNAMName of external structure EDI_TABNA3CHAR10CHAR10
MANDTClient EDI_MANDT3CHAR3CHAR3
DOCNUMIDoc number EDI_DOCNC3CHAR16CHAR16
DOCRELSAP Release for IDoc EDI_DOCRL3CHAR4CHAR4
STATUSStatus of IDoc EDI_STATU3CHAR2CHAR2
DOCTYPIDoc type EDI_DOCTP3CHAR8CHAR8
DIRECTDirection for IDoc transmission EDI_DIREC3CHAR1CHAR1
RCVPORReceiver port (SAP System, EDI subsystem) EDI_RCVPO3CHAR10CHAR10
RCVPRTPartner Type of Receiver EDI_RCVPT3CHAR2CHAR2
RCVPRNPartner Number of Receiver EDI_RCVPN3CHAR10CHAR10
RCVSADIDoc: SADR fields in total EDI_SADR3CHAR21CHAR21
RCVLADLogical address of recipient EDI_RCVLA3CHAR70CHAR70
STDEDI Standard EDI_STAND3CHAR1CHAR1
STDVRSVersion of EDI standard EDI_STDVR3CHAR6CHAR6
STDMESEDI message type EDI_STDME3CHAR6CHAR6
MESCODLogical message code EDI_MESCO3CHAR3CHAR3
MESFCTLogical message function EDI_MESFC3CHAR3CHAR3
OUTMODOutput Mode EDI_OUTMO3CHAR1CHAR1
TESTTest flag EDI_TEST3CHAR1CHAR1
SNDPORSender port (SAP System, EDI subsystem) EDI_SNDPO3CHAR10CHAR10
SNDPRTPartner type of sender EDI_SNDPT3CHAR2CHAR2
SNDPRNPartner Number of Sender EDI_SNDPN3CHAR10CHAR10
SNDSADIDoc: SADR fields in total EDI_SADR3CHAR21CHAR21
SNDLADLogical address of sender EDI_SNDLA3CHAR70CHAR70
REFINTReference to interchange file IDOCCRFIN3CHAR14CHAR14
REFGRPReference to message group IDOCCRFGR3CHAR14CHAR14
REFMESReference to message IDOCCRFME3CHAR14CHAR14
ARCKEYEDI archive key IDOCCARKY3CHAR70CHAR70
CREDATIDoc Created On EDI_CCRDT3DATS8DATS
CRETIMIDoc creation time EDI_CCRTI3TIMS6UZEIT
MESTYPLogical message type EDI_MESTP3CHAR6CHAR6
IDOCTYPName of basic type EDI_IDCTP3CHAR8CHAR8
CIMTYPExtension EDI_CIMTP3CHAR8CHAR8
RCVPFCPartner Function of Recipient EDI_RCVPF3CHAR2CHAR2
SNDPFCPartner Function of Sender EDI_SNDPF3CHAR2CHAR2
SERIALEDI/ALE: Serialization field EDI_SERIA3CHAR20CHAR20
EXPRSSOverriding in inbound processing EDI_EXPRS3CHAR1CHAR1

Key field Non-key field



How do I retrieve data from SAP structure EDI_DC using ABAP code?

As EDI_DC is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on EDI_DC as there is no data to select.

How to access SAP table EDI_DC

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