SAP ABAP Data Element ST05_ABS_IDENTICAL_EXECUTIONS (Absolute Number of Identical Executions of a Statement)
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_ABS_IDENTICAL_EXECUTIONS |
Short Description | Absolute Number of Identical Executions of a Statement |
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 | Redundancy |
Medium | 15 | Redundancy |
Long | 35 | Redundant Identical Statements |
Heading | 15 | Redundancy |
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 |