EDMAP SAP (Documentation for R/3 <-> IDOC type assignments) Table details

Dictionary Type: Table
Description: Documentation for R/3 <-> IDOC type assignments




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




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

EDMAP is a standard SAP Table which is used to store Documentation for R/3 <-> IDOC type assignments data and is available within R/3 SAP systems depending on the version and release level.

The EDMAP table consists of various fields, each holding specific information or linking keys about Documentation for R/3 <-> IDOC type assignments data available in SAP. These include MSGTYP (SAP message type), SEG (Segment name in IDoc types), FIELD (Field name in IDoc table), DIRECT (Direction (1=outbound, 2=inbound)).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP EDMAP 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
DOCTYPIDoc type (for example, ORDERS01) DOCTYPCHAR8EDIDOEDI_DOCTYPEDD
MSGTYPSAP message type MSGTYPCHAR30EDMSGEDI_MESTYP
SEGSegment name in IDoc types SEGCHAR10EDSEGEDI_SEGTYP
FIELDField name in IDoc table ID_FIELDCHAR10CHAR10
DIRECTDirection (1=outbound, 2=inbound) DIRECTIONNUMC1NUM1
TABNAMSAP Table to Which IDoc Field Is Assigned R3_TABNAMCHAR30OBJNAME
FLDNAMSAP Field to Which IDoc Field Is Assigned R3_FIELDCHAR10CHAR10
DOCUStandard text describing assignment DOCUNAMECHAR20CHAR20
MUSTFLFlag: This field is mandatory MUSTFLDCHAR1XFELD
CODEFLFlag: Code list is used for translation CODEFLCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM EDMAP
INTO CORRESPONDING FIELDS OF WA_EDMAP
WHERE...

How to access SAP table EDMAP

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