EDMAP - Documentation for R/3 <-> IDOC type assignments
Documentation for R/3 <-> IDOC type assignments information is stored in SAP table EDMAP.
It is part of development package SED in software component BC-MID-ALE. This development package consists of objects that can be grouped under "IDoc Interface (Processing, Administration, Definition)".
It is part of development package SED in software component BC-MID-ALE. This development package consists of objects that can be grouped under "IDoc Interface (Processing, Administration, Definition)".
Fields for table EDMAP
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
DOCTYP | IDoc type (for example, ORDERS01) | X | DOCTYP | CHAR | 8 | EDIDO |
MSGTYP | SAP message type | X | MSGTYP | CHAR | 30 | EDMSG |
SEG | Segment name in IDoc types | X | SEG | CHAR | 10 | EDSEG |
FIELD | Field name in IDoc table | X | ID_FIELD | CHAR | 10 | |
DIRECT | Direction (1=outbound, 2=inbound) | X | DIRECTION | NUMC | 1 | |
TABNAM | SAP Table to Which IDoc Field Is Assigned | X | R3_TABNAM | CHAR | 30 | |
FLDNAM | SAP Field to Which IDoc Field Is Assigned | X | R3_FIELD | CHAR | 10 | |
DOCU | Standard text describing assignment | X | DOCUNAME | CHAR | 20 | |
MUSTFL | Flag: This field is mandatory | MUSTFLD | CHAR | 1 | ||
CODEFL | Flag: Code list is used for translation | CODEFL | CHAR | 1 |