GUI_E2E_TRACES SAP (Gui Epp Traces) Table details

Dictionary Type: Table
Description: Gui Epp Traces




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




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

GUI_E2E_TRACES is a standard SAP Table which is used to store Gui Epp Traces data and is available within R/3 SAP systems depending on the version and release level.

The GUI_E2E_TRACES table consists of various fields, each holding specific information or linking keys about Gui Epp Traces data available in SAP. These include SESSIONID (Trace Session ID), TRANSID (Transaction ID of Dialog Step), TIME (Trace Step Start Time), SEND2SOLMAN (Trace Data Sent to SolMan).. 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: Can be enhanced (character-type or numeric)


SAP GUI_E2E_TRACES 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
USERNAMEUser GUI_E2E_USERCHAR12SYCHAR12
SESSIONIDTrace Session ID GUI_E2E_SESSION_IDCHAR32SYSUUID_C
TRANSIDTransaction ID of Dialog Step GUI_E2E_TRANSIDCHAR32SYSUUID_C
TIMETrace Step Start Time GUI_E2E_TIMECHAR14GUI_E2E_TIME
SEND2SOLMANTrace Data Sent to SolMan GUI_E2E_SEND2SOLMANCHAR1SYCHAR01
INSTANCEInstance Name GUI_E2E_INSTANCECHAR64GUI_E2E_INSTANCE
REMARKComment GUI_E2E_COMMENTCHAR50
TRC_LEVELTrace Level GUI_E2E_TRC_LEVELCHAR1GUI_E2E_TRC_LEVEL
TRC_SQLTrace Flag GUI_E2E_TRC_FLAGINT13GUI_E2E_TRC_FLAG
TRC_TBUFTrace Flag GUI_E2E_TRC_FLAGINT13GUI_E2E_TRC_FLAG
TRC_ENQTrace Flag GUI_E2E_TRC_FLAGINT13GUI_E2E_TRC_FLAG
TRC_RFCTrace Flag GUI_E2E_TRC_FLAGINT13GUI_E2E_TRC_FLAG
TRC_AUTHTrace Flag GUI_E2E_TRC_FLAGINT13GUI_E2E_TRC_FLAG
TRC_CMODTrace Flag GUI_E2E_TRC_FLAGINT13GUI_E2E_TRC_FLAG
TRC_USERTrace Flag GUI_E2E_TRC_FLAGINT13GUI_E2E_TRC_FLAG
TRC_SATTrace Flag GUI_E2E_TRC_FLAGINT13GUI_E2E_TRC_FLAG
TRC_WSTrace Flag GUI_E2E_TRC_FLAGINT13GUI_E2E_TRC_FLAG
KERNEL_TRC_LEVELKernel Trace Level GUI_E2E_KERNEL_TRC_LEVELINT13GUI_E2E_KERNEL_TRC_LEVEL
KERNEL_TRC_COMPSKernel Trace Components GUI_E2E_KERNEL_TRC_COMPSCHAR40

Key field Non-key field



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

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

SELECT SINGLE *
FROM GUI_E2E_TRACES
INTO CORRESPONDING FIELDS OF WA_GUI_E2E_TRACES
WHERE...

How to access SAP table GUI_E2E_TRACES

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