SAP ABAP Data Element STA2_DRCNTI (Number of Direct Read Accesses on Tables)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-MON (Application Component) Monitoring
     SWNC_STAD (Package) Display Single Record Statistics
Basic Data
Data Element STA2_DRCNTI
Short Description Number of Direct Read Accesses on Tables  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SWNCDOMDEC12    
Data Type DEC   Counter or amount field with comma and sign 
Length 12    
Decimal Places 0    
Output Length 15    
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 Dir. Reads 
Medium  
Long  
Heading 55 Number of Direct Reads 
Documentation

Definition

Number of logical database calls of the type "direct read", that is, "SELECT SINGLE ..." commands in ABAP/4.

In the case of buffered tables, the data can be provided from the local SAP buffer. Otherwise, the call must be processed by the database. In either case, teh counter is increased by 1 for each SELECT SINGLE command.

Caution: Only accesses to transparent tables are counted.

History
Last changed by/on SAP  20041216 
SAP Release Created in 700