EDX_TRANSF_IN SAP (EDX: Configuration for Incoming Transformations) Table details

Dictionary Type: Table
Description: EDX: Configuration for Incoming Transformations




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




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

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

The EDX_TRANSF_IN table consists of various fields, each holding specific information or linking keys about EDX: Configuration for Incoming Transformations data available in SAP. These include SP_ID (EDX: Service Provider Identifier), SENDER_ID (EDX: Sender Identifier at Service Provider), SP_DOC_TYPE_IN (EDX: Name of Inbound/Outbound Message Type), SP_DOC_FORMAT_IN (EDX: Service Provider Document Format).. 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_TRANSF_IN 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
SP_IDEDX: Service Provider Identifier EDX_SP_PIDCHAR17ALPHAEDX_PID
SENDER_IDEDX: Sender Identifier at Service Provider EDX_SENDER_PID_STRCHAR17
SP_DOC_TYPE_INEDX: Name of Inbound/Outbound Message Type EDX_SP_DOC_TYPECHAR64EDX_SP_DOC_TYPE
SP_DOC_FORMAT_INEDX: Service Provider Document Format EDX_SP_DOC_FORMATCHAR64EDX_SP_DOC_FORMAT
TRANS_NAMEName of an XSLT Program CXSLTDESCCHAR40XSLTNAMEO2XSLTNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM EDX_TRANSF_IN
INTO CORRESPONDING FIELDS OF WA_EDX_TRANSF_IN
WHERE...

How to access SAP table EDX_TRANSF_IN

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