EDX_CONFIG_OUT SAP (EDX: Configuration for Outgoing Messages) Table details

Dictionary Type: Table
Description: EDX: Configuration for Outgoing Messages




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




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

EDX_CONFIG_OUT is a standard SAP Table which is used to store EDX: Configuration for Outgoing Messages data and is available within R/3 SAP systems depending on the version and release level.

The EDX_CONFIG_OUT table consists of various fields, each holding specific information or linking keys about EDX: Configuration for Outgoing Messages data available in SAP. These include DOC_TYPE_OUT (Outgoing Message Type), SP_DOC_TYPE (EDX: Name of Inbound/Outbound Message Type), OBJ_TYPE_IDOC (EDX: Object Type of IDoc Database Link), AR_DOC_TYPE (EDX: Document Type for Archive Link).. 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: Cannot Be Enhanced


SAP EDX_CONFIG_OUT 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 MANDTCLNT3Assigned to domainMANDT
DOC_TYPE_OUTOutgoing Message Type EDX_DOC_TYPE_OUTCHAR3EDX_DOC_TYPE_OUT
SP_DOC_TYPEEDX: Name of Inbound/Outbound Message Type EDX_SP_DOC_TYPECHAR64EDX_SP_DOC_TYPE
OBJ_TYPE_IDOCEDX: Object Type of IDoc Database Link EDX_OBJ_TYPE_IDOCCHAR10Assigned to domainOJ_NAME
AR_DOC_TYPEEDX: Document Type for Archive Link EDX_ARCHIVE_DOC_TYPECHAR10Assigned to domainSADC10_DV
AR_OBJ_TYPEEDX: Archive Link Object Type EDX_ARCHIVE_OBJ_TYPECHAR10Assigned to domainOJ_NAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM EDX_CONFIG_OUT
INTO CORRESPONDING FIELDS OF WA_EDX_CONFIG_OUT
WHERE...

How to access SAP table EDX_CONFIG_OUT

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