TREX_TRACE_H SAP (Header entries for the TREX trace) Table details

Dictionary Type: Table
Description: Header entries for the TREX trace




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




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

TREX_TRACE_H is a standard SAP Table which is used to store Header entries for the TREX trace data and is available within R/3 SAP systems depending on the version and release level.

The TREX_TRACE_H table consists of various fields, each holding specific information or linking keys about Header entries for the TREX trace data available in SAP. These include USER_NAME (User Name), FUNCTION_ID (TREX function id), APP_SERVER (Application Server), TIMESTAMP (Time stamp).. 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 TREX_TRACE_H 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
IDTREX Id for tracing TREXD_TRACE_IDRAW16SYSUUID
USER_NAMEUser Name UBNAMECHAR12UBNAME
FUNCTION_IDTREX function id TREXD_FUNCTION_IDNUMC4
APP_SERVERApplication Server SYHOSTCHAR32HOST_ID
TIMESTAMP Time stamp0
TREX_KERNEL_TIME TREX kernel time0
TREX_CLIENT_TIME TREX client time0
RFC_SERVER_TIME RFC server time0
ABAP_RFC_TIME ABAP RFC time0
ABAP_TIME ABAP overall time0
NO_OF_ALL_HITS 0
QUERY_IDQuery Id TREXD_QUERY_IDCHAR30

Key field Non-key field



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

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

SELECT SINGLE *
FROM TREX_TRACE_H
INTO CORRESPONDING FIELDS OF WA_TREX_TRACE_H
WHERE...

How to access SAP table TREX_TRACE_H

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