TEDE2 SAP (EDI process types (inbound)) Table details

Dictionary Type: Table
Description: EDI process types (inbound)




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




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

TEDE2 is a standard SAP Table which is used to store EDI process types (inbound) data and is available within R/3 SAP systems depending on the version and release level.

The TEDE2 table consists of various fields, each holding specific information or linking keys about EDI process types (inbound) data available in SAP. These include EVCODE (Process code for inbound processing), EVENTT (Process type), EVENTN (Identification of a process type), EDIVR2 (Version of process type for EDI inbound processing).. 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

Text table = EDE2T


SAP TEDE2 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
EVCODEProcess code for inbound processing EDI_EVCODECHAR30EDI_EVCODE
EVENTTProcess type EDI_EVENT_CHAR10TWFPTWF_PRC_TP
EVENTNIdentification of a process type EDI_EVENTNCHAR14CHAR14
EDIVR2Version of process type for EDI inbound processing EDI_EDIVR2CHAR1EDI_EDIVR2
EVENXXDescription of process type EDI_EVENXXCHAR12CHAR12
EVENLXDescription of process type EDI_EVENLXCHAR40CHAR40
EVENIDIdentification of process EDI_EVENIDCHAR30CHAR30

Key field Non-key field



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

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

SELECT SINGLE *
FROM TEDE2
INTO CORRESPONDING FIELDS OF WA_TEDE2
WHERE...

How to access SAP table TEDE2

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