SAP ABAP Data Element SEQCNTD (No. of SEQUENTIAL READs)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-MON-TUN (Application Component) Performance Monitors (TCC)
     STUN (Package) DBA: All the rest in English
Basic Data
Data Element SEQCNTD
Short Description No. of SEQUENTIAL READs  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type DEC12    
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 READ # 
Medium 15 No.of SEQ READs 
Long 20 No. of SEQ. READs 
Heading 15 SEQ READ # 
Documentation

Definition

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

With buffered tables, the data can be provided by the local SAP buffer. Otherwise the call must be processed by the database. In either case, the counter increases by 1 for each SELECT * command.

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