E3IDRH1 SAP (IDoc reference: Header segment of reference IDoc (ES)) Structure details

Dictionary Type: Structure
Description: IDoc reference: Header segment of reference IDoc (ES)




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




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

E3IDRH1 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 "IDoc reference: Header segment of reference IDoc (ES)" 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_E3IDRH1 TYPE E3IDRH1.

The E3IDRH1 table consists of various fields, each holding specific information or linking keys about IDoc reference: Header segment of reference IDoc (ES) data available in SAP. These include ELSIGN (Type of Signature), DOCNUM (IDoc field IDoc ID), DOCTYP (IDoc Type), IDOCTYP (Basic type).. 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: Not classified


SAP E3IDRH1 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
RELNUMProcess number EDI_RELNUMNUMC12Assigned to domainSWW_WIID
ELSIGNType of Signature EDI_ELSIGNCHAR1EDI_ELSIGN
DOCNUMIDoc field IDoc ID EDI_HDOCNUNUMC16EDI_DOCNUM
DOCTYPIDoc Type EDI_DOCTYPCHAR8EDI_DOCTYP
IDOCTYPBasic type EDI_IDOCTPCHAR30Assigned to domainEDI_IDOCTPIDC
CIMTYPExtension EDI_CIMTYPCHAR30Assigned to domainEDI_CIMTYPCIM
DOCRELSAP Release for IDoc EDI_DOCRELCHAR4SAPRL
STATUSIDoc field for status EDI_HSTATUCHAR2Assigned to domainEDI_STATUS
DIRECTDirection for IDoc EDI_DIRECTCHAR1EDI_DIRECT
MESTYPMessage Type EDI_MESTYPCHAR30Assigned to domainEDI_MESTYPMES
MESCODLogical Message Variant EDI_MESCODCHAR3EDI_MESCOD
MESFCTLogical message function EDI_MESFCTCHAR3EDI_MESFCT
OUTMODOutput Mode EDI_OUTMODCHAR1EDI_OUTMOD
TESTTest Flag EDI_TESTCHAR1EDI_TEST
EXPRSSOverriding in inbound processing EDI_EXPRSSCHAR1EDI_EXPRSS
SNDPRNPartner Number of Sender EDI_SNDPRNCHAR10Assigned to domainALPHAEDI_PARNUM
SNDPRTPartner type of sender EDI_SNDPRTCHAR2EDI_PARTYP
SNDPFCPartner Function of Sender EDI_SNDPFCCHAR2EDIPVEDI_PARVW
SNDPORSender port (SAP System, EDI subsystem) EDI_SNDPORCHAR10EDI_PORT
SNDSADIDoc: SADR fields in total EDI_SADRCHAR21CHAR21
SNDLADLogical address of sender EDI_SNDLADCHAR70EDI_LOGADR
RCVPRNPartner Number of Receiver EDI_RCVPRNCHAR10Assigned to domainALPHAEDI_PARNUM
RCVPRTPartner Type of Receiver EDI_RCVPRTCHAR2EDI_PARTYP
RCVPFCPartner Function of Receiver EDI_RCVPFCCHAR2EDIPVEDI_PARVW
RCVPORReceiver port (SAP System, EDI subsystem) EDI_RCVPORCHAR10EDI_PORT
RCVSADIDoc: SADR fields in total EDI_SADRCHAR21CHAR21
RCVLADLogical address of recipient EDI_RCVLADCHAR70EDI_LOGADR
CREDATIDoc Created On EDI_CCRDATDATS8DATUM
CRETIMIDoc Created at EDI_CCRTIMTIMS6UZEIT
STDEDI Standard EDI_STDCHAR1EDI_STD
STDVRSVersion of EDI standard EDI_STDVRSCHAR6EDI_STDVRS
STDMESEDI message type EDI_STDMESCHAR6EDI_STDMES
REFINTReference to interchange file IDOCCRFINTCHAR14EDI_REFNUM
REFGRPReference to message group IDOCCRFGRPCHAR14EDI_REFNUM
REFMESReference to message IDOCCRFMESCHAR14EDI_REFNUM
ARCKEYEDI archive key IDOCCARKEYCHAR70EDI_ARCKEY
SERIALSerialization field EDI_SERIALCHAR20CHAR20
EDBVKYIDoc field for EDBV key EDI_EDBVKYCHAR70EDI_EDBVKY

Key field Non-key field



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

As E3IDRH1 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 E3IDRH1 as there is no data to select.

How to access SAP table E3IDRH1

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