STRACSUR_LONG SAP (Structure: Perf. Data from Trace and Stats (Long Fields)) Structure details

Dictionary Type: Structure
Description: Structure: Perf. Data from Trace and Stats (Long Fields)




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




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

STRACSUR_LONG 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 "Structure: Perf. Data from Trace and Stats (Long Fields)" 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_LONG TYPE STRACSUR_LONG.

The STRACSUR_LONG table consists of various fields, each holding specific information or linking keys about Structure: Perf. Data from Trace and Stats (Long Fields) data available in SAP. These include ASCHEMA (Name of Evaluation Schema (Global Performance Analysis)), AOBJECT (Name of Evaluation Object (Global Performance Analysis)), TOTALEXEC (Total Number of Executions of Identical SQL Statements), EXECTIME (Total Runtime for SQL Statements (in Microseconds)).. 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: Can be enhanced (character-type or numeric)


SAP STRACSUR_LONG 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
DESTINLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
ASCHEMAName of Evaluation Schema (Global Performance Analysis) ASCHEMACHAR56TEXT56
AOBJECTName of Evaluation Object (Global Performance Analysis) AOBJECTCHAR56TEXT56
TOTALEXECTotal Number of Executions of Identical SQL Statements TOTALEXEC_LONGDEC31(2)
EXECTIMETotal Runtime for SQL Statements (in Microseconds) EXECTIME_LONGDEC31(2)
RECPROCNUMTotal Number of Database Records Passed to Program RECPROCNUM_LONGDEC31(2)
WPROCTIMETime in Work Process (Reponse Time - Wait Time) in ms WPROCTIME_LONGDEC31(2)
KBYTETRANSAmount of Data Transferred in KB (= Queue + Source + DSQL) KBYTETRANS_LONGDEC31(2)
RESPTIMEResponse Time in ms RESPTIME_LONGDEC31(2)
WAITTIMEQueue Wait Time in ms WAITTIME1_LONGDEC31(2)
CPUTIMECPU Time in ms CPUTIME_LONGDEC31(2)
LDGENTIMELoad and Generation Time in ms LDGENTIME_LONGDEC31(2)
MEMORYUSEDMemory Used in KB MEMORYUSED_LONGDEC31(2)
DBTIMEDatabase Time in ms DBTIME_LONGDEC31(2)
DBCHANGESNumber of Physical Database Changes DBCHANGES_LONGDEC31(2)
ROUNDTRIPSSAP Workload: Number of Roundtrips SWLFGUICT_LONGDEC31(2)
INDATASAP Workload: Ø Data Volume to Application Server (Byte) SWLAVBIN_LONGDEC31(2)
OUTDATASAP Workload: Ø Data Volume to Front End per Step (Byte) SWLAVBOT_LONGDEC31(2)
TOTALEX_STNumber of DB Accesses (SEL, UPD, INS) (Statistics) TOTALEX_ST_LONGDEC31(2)
RECPROCNUM_STTotal Number of DB Recs Delivered to Program (Statistics) RECPROCNUM_ST_LONGDEC31(2)
AVG_COUNTRow Index of Internal Tables SYTABIXINT410SYST_LONG
AVG_COUNT_RTRow Index of Internal Tables SYTABIXINT410SYST_LONG
AVG_COUNT_INRow Index of Internal Tables SYTABIXINT410SYST_LONG
AVG_COUNT_OUTRow Index of Internal Tables SYTABIXINT410SYST_LONG

Key field Non-key field



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

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

How to access SAP table STRACSUR_LONG

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