STRACDELTA SAP (Structure: Totaled Performance Data for Delta Evaluation) Structure details

Dictionary Type: Structure
Description: Structure: Totaled Performance Data for Delta Evaluation




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




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

STRACDELTA 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: Totaled Performance Data for Delta Evaluation" 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_STRACDELTA TYPE STRACDELTA.

The STRACDELTA table consists of various fields, each holding specific information or linking keys about Structure: Totaled Performance Data for Delta Evaluation data available in SAP. These include DESTIN (Logical Destination (Specified in Function Call)), ASCHEMA (Name of Evaluation Schema (Global Performance Analysis)), AOBJECT (Name of Evaluation Object (Global Performance Analysis)), TOTALEXEC (Number of Database Accesses (SELECT, UPDATE, and INSERT)).. 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: Not classified


SAP STRACDELTA 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
PROTIDTEXTPerformance Test Short Description PROTIDTEXT_SHORTCHAR20TEXT20
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
TOTALEXECNumber of Database Accesses (SELECT, UPDATE, and INSERT) TOTALEX_SDEC10DECI10
TOTALEXEC_DDifference: Number of Database Accesses (%) TOTALEXEC_DDEC10(2) DECV10_2
EXECTIMETotal Runtime for SQL Statements (in Microseconds) EXECTIMEDEC12DEC12
EXECTIME_DDifference: Total Execution Time of SQL Statements (%) EXECTIME_DDEC10(2) DECV10_2
RECPROCNUMTotal Number of Database Records Passed to Program RECPROCNUMDEC10DECI10
RECPROCNUM_DDifference: Number of Database Records Delivered (%) RECPROCNUM_DDEC10(2) DECV10_2
WPROCTIMETime in Work Process (Reponse Time - Wait Time) in ms WPROCTIMEDEC18(2)
WPROCTIME_DDifference: Time in Work Process (%) WPROCTIME_DDEC10(2) DECV10_2
KBYTETRANSAmount of Data Transferred in KB (= Queue + Source + DSQL) KBYTETRANSDEC13(2)
KBYTETRANS_DDifference: Transferred Data Volume in kilobytes (%) KBYTETRANS_DDEC10(2) DECV10_2
RESPTIMEResponse Time in ms RESPTIMEDEC18(2)
RESPTIME_DDifference: Response Time (%) RESPTIME_DDEC10(2) DECV10_2
WAITTIMEQueue Wait Time in ms WAITTIME1DEC13(2)
WAITTIME_DDifference: Wait Time in the Queue (%) WAITTIME_DDEC10(2) DECV10_2
CPUTIMECPU Time in ms CPUTIMEDEC18(2)
CPUTIME_DDifference: CPU Time (%) CPUTIME_DDEC10(2) DECV10_2
LDGENTIMELoad and Generation Time in ms LDGENTIMEDEC13(2)
LDGENTIME_DDifference: Load and Generation Time (%) LDGENTIME_DDEC10(2) DECV10_2
MEMORYUSEDMemory Used in MBytes MEMORYUSEDDEC13(2)
MEMORYUSED_DDifference: Size of Utilized Memory (%) MEMORYUSED_DDEC10(2) DECV10_2
DBTIMEDatabase Time in ms DBTIMEDEC13(2)
DBTIME_DDifference: Database Time (%) DBTIME_DDEC10(2) DECV10_2
DBCHANGESNumber of Physical Database Changes DBCHANGESDEC13(2)
DBCHANGES_DDifference: Number of Physical Database Changes (%) DBCHANGES_DDEC10(2) DECV10_2
ROUNDTRIPSSAP Workload: Number of Roundtrips ROUNDTRIPSDEC18(2)
ROUNDTRIPS_DDifference: Number of Roundtrips (%) ROUNDTRIPS_DDEC10(2) DECV10_2
INDATAAverage Data Volume to Application Server per Step (kBytes) INDATA_PDEC16(2)
INDATA_DDifference: Average Data Volume to Application Server (%) INDATA_DDEC10(2) DECV10_2
OUTDATAAverage Data Volume to Front End per Step (kBytes) OUTDATA_PDEC16(2)
OUTDATA_DDifference: Average Data Volume per Step to Front End (%) OUTDATA_DDEC10(2) DECV10_2
TOTALEX_STNumber of Database Accesses (SEL, UPD, INS, DEL)(Statistics) TOTALEX_STDEC13(2)
TOTALEX_ST_DDifference: Number of Database Accesses (Statistics) (%) TOTALEX_ST_DDEC10(2) DECV10_2
RECPROCNUM_STTotal Number of DB Recs Delivered to Program (Statistics) RECPROCNUM_STDEC13(2)
RECPROCNUM_ST_DDifference: Total Number of DB Recs Delivered (Stats) (%) RECPROCNUM_ST_DDEC10(2) DECV10_2
PROCGUIDLog GUID for Performance Analysis PROCGUIDRAW16SYSUUID

Key field Non-key field



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

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

How to access SAP table STRACDELTA

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