SRT_UTIL_DETAIL SAP (SRTUTIL: Configuration Detail) Structure details

Dictionary Type: Structure
Description: SRTUTIL: Configuration Detail




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




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

SRT_UTIL_DETAIL is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "SRTUTIL: Configuration Detail" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SRT_UTIL_DETAIL TYPE SRT_UTIL_DETAIL.

The SRT_UTIL_DETAIL table consists of various fields, each holding specific information or linking keys about SRTUTIL: Configuration Detail data available in SAP. These include SAPCLIENT (Client ID), IDTYPE (1/2/3: User / Terminal / Request-URI), UTILID (SRTUTIL: Identifier for Trace Configuration), CREATION_TS (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SRT_UTIL_DETAIL structure 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
SAPCLIENTClient ID SYMANDTCLNT3Assigned to domainMANDT
IDTYPE 1/2/3: User / Terminal / Request-URI0
UTILIDSRTUTIL: Identifier for Trace Configuration SRT_UTIL_IDCHAR255SRT_UTIL_ID
CREATION_TSUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
EXPIRY_TSUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
LAST_USERUser Name SYUNAMECHAR12SYCHAR12
KEEPING_DAYS Keeping Days for Error Log Data0
PERF_LEVELSOAP Runtime: Performance Trace Level SRT_LEVEL_TRCPERFINT13SRT_LEVEL_TRCPERF
LOG_LEVELSOAP Runtime: Error Log Level SRT_LEVEL_ERRLOGINT13SRT_LEVEL_ERRLOG
FUNC_LEVELSOAP Runtime: Functional Trace Level SRT_LEVEL_TRCFUNCINT13SRT_LEVEL_TRCFUNC
PLOAD_LEVELSOAP Runtime: Payload Trace Level SRT_LEVEL_TRCPLOAINT13SRT_LEVEL_TRCPLOA
PLOAD_SIDE Consumer and/or Provider0
CPRO_1 Consumer Proxy for Payload Trace0
SDEF_1 Service Definition for Payload Trace0
CPRO_2 Consumer Proxy for Payload Trace0
SDEF_2 Service Definition for Payload Trace0
CPRO_3 Consumer Proxy for Payload Trace0
SDEF_3 Service Definition for Payload Trace0
CLOGTRACE_MODESOAP Runtime: Classic Logging/Tracing Mode SRT_CLOGTRACE_MODEINT13SRT_CLOGTRACE_MODE
INBOUND_DESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
AGGREGATIONBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
CREATION_DATE Creation Date0
CREATION_TIME Creation Time0
EXPIRY_DATE Expiry Date0
EXPIRY_TIME Expiry Time0

Key field Non-key field



How do I retrieve data from SAP structure SRT_UTIL_DETAIL using ABAP code?

As SRT_UTIL_DETAIL is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SRT_UTIL_DETAIL as there is no data to select.

How to access SAP table SRT_UTIL_DETAIL

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