EDX_SETUP SAP (EDX: Configuration (General)) Table details

Dictionary Type: Table
Description: EDX: Configuration (General)




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




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

EDX_SETUP is a standard SAP Table which is used to store EDX: Configuration (General) data and is available within R/3 SAP systems depending on the version and release level.

The EDX_SETUP table consists of various fields, each holding specific information or linking keys about EDX: Configuration (General) data available in SAP. These include WORKDIR (EDX: Work Directory for IDocs and so on), XML_PORT (EDX: Port for XML File Processing), PKCS7 (EDX: Signature Type of Archived Files (P7M or P7S)), MW_TYPE (EDX: Type of Middleware Connection).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP EDX_SETUP 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
WORKDIREDX: Work Directory for IDocs and so on EDX_WORKDIRCHAR255EDX_WORKDIR
XML_PORTEDX: Port for XML File Processing EDX_XML_PORTCHAR10EDIPORTEDI_PVPORT
PKCS7EDX: Signature Type of Archived Files (P7M or P7S) EDX_PKCS7_TYPECHAR3EDX_PKCS7_TYPE
MW_TYPEEDX: Type of Middleware Connection EDX_MW_TYPECHAR2EDX_MW_TYPE
RFCDESTEDX: RFC Name for Middleware Connection EDX_RFCDESTCHAR32Assigned to domainRFCDEST
STRIP_PDFEDX: Also Archive Signed PDF as Unsigned EDX_STRIP_PDFCHAR1XFELD
LOGGINGEDX: Activate Logging for Troubleshooting EDX_LOGGINGCHAR1XFELD
ORD_XML_SIGNEDEDX: Must XML-IDOC Purchase Order Arrive Signed? EDX_ORD_XML_SIGNEDCHAR1XFELD
ORD_PDF_SIGNEDEDX: Must PDF Purchase Order Arrive Signed? EDX_ORD_PDF_SIGNEDCHAR1XFELD
OCH_XML_SIGNEDEDX: Must XML-IDOC PO Change Arrive Signed? EDX_OCH_XML_SIGNEDCHAR1XFELD
OCH_PDF_SIGNEDEDX: Must PDF PO Change Arrive Signed? EDX_OCH_PDF_SIGNEDCHAR1XFELD
INV_XML_SIGNEDEDX: Must XML-IDOC Invoice Arrive Signed? EDX_INV_XML_SIGNEDCHAR1XFELD
INV_PDF_SIGNEDEDX: Must PDF Invoice Arrive Signed? EDX_INV_PDF_SIGNEDCHAR1XFELD
PATH_INB_MSGEDX: Directory Path for Incoming Messages EDX_ROOT_PATH_INB_MSGCHAR250TEXT_250
PATH_OUTB_MSGEDX: Directory Path for Outgoing Messages EDX_ROOT_PATH_OUTB_MSGCHAR250TEXT_250

Key field Non-key field



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

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

SELECT SINGLE *
FROM EDX_SETUP
INTO CORRESPONDING FIELDS OF WA_EDX_SETUP
WHERE...

How to access SAP table EDX_SETUP

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