ST05_RECORD_DISP SAP (Processed Trace Record (Display Fields) (Main&Detailed)) Structure details

Dictionary Type: Structure
Description: Processed Trace Record (Display Fields) (Main&Detailed)




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




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

ST05_RECORD_DISP 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 "Processed Trace Record (Display Fields) (Main&Detailed)" 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_ST05_RECORD_DISP TYPE ST05_RECORD_DISP.

The ST05_RECORD_DISP table consists of various fields, each holding specific information or linking keys about Processed Trace Record (Display Fields) (Main&Detailed) data available in SAP. These include TIME (Start Time of Traced Activity), DURATION (Execution Duration of a Traced Activity [Microsecs]), NUMBER_OF_ROWS (Number of Accessed Records of Traced Activity), OBJECT (Object That a Traced Activity Accessed).. 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 ST05_RECORD_DISP 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
DATEDate of Traced Activity ST05_DATEDATS8SYDATS
TIMEStart Time of Traced Activity ST05_TIMECHAR12CHAR12
DURATIONExecution Duration of a Traced Activity [Microsecs] ST05_DURATIONDEC15
NUMBER_OF_ROWSNumber of Accessed Records of Traced Activity ST05_ROWSINT410
OBJECTObject That a Traced Activity Accessed ST05_OBJECTCHAR30
STATEMENT_WITH_VALUESStatement of Traced Activity ST05_STATEMENTSTRG0
CURSORCursor of Traced SQL Activity ST05_CURSORCHAR4CHAR4
ARRAY_SIZEArray Size of Traced SQL Activity ST05_ARRAY_SIZEINT410
TRANSACTIONTransaction Code ST05_TRANSACTION_CODECHAR20Assigned to domainTCODE
PROGRAMName of Program that Calls Traced Activity ST05_PROGRAMCHAR40PROGNAME
DB_CONNECTION_NAMELogical Name of Database Connection ST05_DB_CONNECTIONCHAR30
DB_CONNECTION_IDDatabase Connection ID ST05_DB_CONNECTION_IDCHAR9
OPERATIONExecuted Operation Within a Recorded Action ST05_OPERATIONCHAR7
RETURN_CODEReturn Code of Recorded Statement ST05_RETURN_CODEINT410
WP_IDWork Process ID ST05_WP_IDCHAR3
WP_TYPEWork Process Type ST05_WP_TYPECHAR3WPTYP
USER_NAMEUser Who Executed Recorded Action ST05_USER_NAMECHAR12AS4USER
CLIENTClient Where Recorded Action Was Executed ST05_CLIENTCLNT3Assigned to domainMANDT
TRANS_IDTransaction ID ST05_TRANS_IDCHAR32
EPP_ROOT_IDEPP Root ID ST05_EPP_ROOT_IDCHAR32
EPP_CONNECTION_IDEPP Connection ID ST05_EPP_CONN_IDCHAR32
EPP_CONNECTION_COUNTEREPP Connection Counter ST05_EPP_CONN_CNTINT410

Key field Non-key field



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

As ST05_RECORD_DISP 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 ST05_RECORD_DISP as there is no data to select.

How to access SAP table ST05_RECORD_DISP

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