STRACSUR_D SAP (DB Structure: Cumulated Performance Data from Trace and Stat) Structure details

Dictionary Type: Structure
Description: DB Structure: Cumulated Performance Data from Trace and Stat




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




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

STRACSUR_D 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 "DB Structure: Cumulated Performance Data from Trace and Stat" 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_STRACSUR_D TYPE STRACSUR_D.

The STRACSUR_D table consists of various fields, each holding specific information or linking keys about DB Structure: Cumulated Performance Data from Trace and Stat data available in SAP. These include EXECTIME (Total Runtime for SQL Statements (in Microseconds)), RECPROCNUM (Total Number of Database Records Passed to Program), WPROCTIME (Time in Work Process (Reponse Time - Wait Time) in ms), KBYTETRANS (Amount of Data Transferred in KB (= Queue + Source + DSQL)).. 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 STRACSUR_D 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
TOTALEXECTotal Number of Executions of Identical SQL Statements TOTALEXECDEC10DECI10
EXECTIMETotal Runtime for SQL Statements (in Microseconds) EXECTIMEDEC12DEC12
RECPROCNUMTotal Number of Database Records Passed to Program RECPROCNUMDEC10DECI10
WPROCTIMETime in Work Process (Reponse Time - Wait Time) in ms WPROCTIMEDEC18(2)
KBYTETRANSAmount of Data Transferred in KB (= Queue + Source + DSQL) KBYTETRANSDEC13(2)
RESPTIMEResponse Time in ms RESPTIMEDEC18(2)
WAITTIMEQueue Wait Time in ms WAITTIME1DEC13(2)
CPUTIMECPU Time in ms CPUTIMEDEC18(2)
LDGENTIMELoad and Generation Time in ms LDGENTIMEDEC13(2)
MEMORYUSEDMemory Used in MBytes MEMORYUSEDDEC13(2)
DBTIMEDatabase Time in ms DBTIMEDEC13(2)
DBCHANGESNumber of Physical Database Changes DBCHANGESDEC13(2)
ROUNDTRIPSSAP Workload: Number of Roundtrips ROUNDTRIPSDEC18(2)
INOUTDATATotal Data Volume Between Front End and App. Server (KB) INOUTDATADEC16(2)
INDATAAverage Data Volume to Application Server per Step (kBytes) INDATA_PDEC16(2)
OUTDATAAverage Data Volume to Front End per Step (kBytes) OUTDATA_PDEC16(2)
TOTALEX_STNumber of Database Accesses (SEL, UPD, INS, DEL)(Statistics) TOTALEX_STDEC13(2)
RECPROCNUM_STTotal Number of DB Recs Delivered to Program (Statistics) RECPROCNUM_STDEC13(2)
TOTALEXEC_SAWStandard Deviation: Total Number of Identical SQL Statements TOTALEXEC_SAWDEC13(2)
EXECTIME_SAWStandard Deviation: Total Execution Time: SQL Statements EXECTIME_SAWDEC15(2)
RECPROCNUM_SAWStandard Deviation: Total Number of Database Recs Delivered RECPROCNUM_SAWDEC13(2)
WPROCTIME_SAWStandard Deviation: Time in Work Process WPROCTIME_SAWDEC18(2)
KBYTETRANS_SAWStandard Deviation: Transferred Data Volume in Kilobytes KBYTETRANS_SAWDEC13(2)
RESPTIME_SAWStandard Deviation: Response Time RESPTIME_SAWDEC18(2)
WAITTIME_SAWStandard Deviation: Wait Time in the Queue in ms WAITTIME_SAWDEC13(2)
CPUTIME_SAWStandard Deviation: CPU Time CPUTIME_SAWDEC18(2)
LDGENTIME_SAWStandard Deviation: Load and Generation Time in ms LDGENTIME_SAWDEC13(2)
MEMORYUSED_SAWStandard Deviation: Size of Utilized Memory MEMORYUSED_SAWDEC13(2)
DBTIME_SAWStandard Deviation: Database Time in ms DBTIME_SAWDEC13(2)
DBCHANGES_SAWStandard Deviation: Number of Physical Database Changes DBCHANGES_SAWDEC13(2)
ROUNDTRIPS_SAWStandard Deviation: Number of Roundtrips ROUNDTRIPS_SAWDEC18(2)
INDATA_SAWStandard Deviation: Data Volume to Application Server INDATA_SAWDEC16(2)
OUTDATA_SAWStandard Deviation: Data Volume to Front End OUTDATA_SAWDEC16(2)
TOTALEX_ST_SAWStandard Deviation: Number of DB Accesses (Statistics) TOTALEX_ST_SAWDEC13(2)
RECPROCNUM_STSAWStandard Deviation: Number of DB Recs Delivered (Statistics) RECPROCNUM_ST_SAWDEC13(2)
STEXTKEYMetatext STEXTKEYCHAR4

Key field Non-key field



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

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

How to access SAP table STRACSUR_D

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