SAP ABAP Data Element ST05_REL_IDENTICAL_EXECUTIONS (Relative Number of Identical Executions of Activity)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-TWB-TST-P-PA (Application Component) Performance Analysis (Transaction ST05)
     ST05 (Package) ST05 Performance Trace
Basic Data
Data Element ST05_REL_IDENTICAL_EXECUTIONS
Short Description Relative Number of Identical Executions of Activity  
Data Type
Category of Dictionary Type     Direct Type Entry
Type of Object Referenced     No Information
Domain / Name of Reference Type      
Data Type INT4   4-byte integer, integer number with sign 
Length 10    
Decimal Places 0    
Output Length 11    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Identical 
Medium 15 Identical [%] 
Long 30 Identical SQL Statements [%] 
Heading 15 Identical [%] 
Documentation

Definition

Database read accesses to a table are regarded as identical in this context if they match both in form and in the actual values of the WHERE condition. Identical executions of this type read the same data more than once from the database. This has a negative effect on program performance and can lead to inconsistencies due to "dirty reads".

The measured size specifies the number of identical executions for a particular form of a SELECT statement. All executions that were processed identically at least once are taken into account, that is, the number of executions that could have been saved is shown.

Use

Dependencies

Example

If a statement that is identical in form was executed four times with the same values on the same table, you receive a value of 3 here.

History
Last changed by/on SAP  20130604 
SAP Release Created in 730