SAP ABAP Data Element STA2_SQCNTI (Number of Sequential Read Requests 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_SQCNTI
Short Description Number of Sequential Read Requests 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 Seq. Reads 
Medium  
Long  
Heading 55 Sequential Read Requests 
Documentation

Definition

Number of logical database calls of the type "sequential read", that is "SELECT * FROM ..." commands in ABAP (and not SELECT SINGLE *).

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, the counter is increased by one for each SELECT * command.

Caution: Only accesses to transparent tables are counted.

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