SAP ABAP Data Element STA2_SQTIMI (Time for Sequential Read Requests in Microseconds)
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_SQTIMI
Short Description Time for Sequential Read Requests in Microseconds  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SWNCDOMDEC24    
Data Type DEC   Counter or amount field with comma and sign 
Length 24    
Decimal Places 0    
Output Length 31    
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 Sq.Rd.Time 
Medium  
Long  
Heading 55 Sequential Read Request Time 
Documentation

Definition

Total of the response times of the sequential read commands - triggered by SELECT * commands from ABAP - to the underlying database system in milliseconds.

If the underlying database system is an ORACLE database system, the result set for an ABAP SELECT command is sent across the network in 32K blocks. This means, for exmple, that a SELECT on a table with a width of 100 Bytes, that returns 1000 database records, leads to four database operations (three packages of 32K and one package of 4K).

Since access times to buffered tables are smaller by orders of magnitude, they are not counted in the time measurement.

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