EDX_TRACE SAP (EDX: Trace) Table details

Dictionary Type: Table
Description: EDX: Trace




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




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

EDX_TRACE is a standard SAP Table which is used to store EDX: Trace data and is available within R/3 SAP systems depending on the version and release level.

The EDX_TRACE table consists of various fields, each holding specific information or linking keys about EDX: Trace data available in SAP. These include TRACE_DATE (EDX: Event Date of a Trace Entry), TRACE_TIME (EDX:Event Time of a Trace Entry), TRACE_MILLI_SEC (EDX: Milliseconds), TRACE_LEVEL (EDX: Which Level has been Assigned to this Trace Entry).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP EDX_TRACE 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
TRACE_DATEEDX: Event Date of a Trace Entry EDX_TRACE_DATEDATS8
TRACE_TIMEEDX:Event Time of a Trace Entry EDX_TRACE_TIMETIMS6
TRACE_MILLI_SECEDX: Milliseconds EDX_MILLI_SECSCHAR21
TRACE_LEVELEDX: Which Level has been Assigned to this Trace Entry EDX_TRACE_LEVELCHAR5EDX_TRACE_LEVEL
FUNCTION_NAMEEDX: Which Function Caused the Trace to be Triggered EDX_TRACE_FUNCTIONCHAR40EDX_TRACE_FUNCTION
ACTION_NAMEEDX: Action for Which Tracing has been Triggered EDX_TRACE_ACTIONCHAR200EDX_TRACE_ACTION
MSG_TYPEEDX: Logging, Message Type EDX_TRACE_MSG_TYPECHAR20EDX_TRACE_MSG_TYPE
MSG_IDEDX: Logging, Message Number EDX_TRACE_MSG_IDCHAR35EDX_BELNR
MSG_STATUSEDX: Logging, Message Status EDX_TRACE_MSG_STATUSCHAR2EDX_STATUS
DESCRIPTIONEDX: Additional Description for Trace Entry EDX_TRACE_DESCRIPTIONCHAR200EDX_TRACE_DESCRIPTION
VALUEEDX: Additional Value for Trace Entry EDX_TRACE_VALUECHAR20EDX_TRACE_VALUE
STATUS_TEXTEDX: Message Status Description EDX_STATUS_TEXTCHAR30
MSG_TYPE_TEXTEDX: Description of a Message Type EDX_MSG_TYPE_TEXTCHAR30
COLOR_LINENot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4

Key field Non-key field



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

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

SELECT SINGLE *
FROM EDX_TRACE
INTO CORRESPONDING FIELDS OF WA_EDX_TRACE
WHERE...

How to access SAP table EDX_TRACE

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