SAP ABAP Data Element DIRCNTD (Number of DIRECT 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 DIRCNTD
Short Description Number of DIRECT 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 DIR READS# 
Medium 15 DIRECT READS# 
Long 20 No. of DIRECT READS 
Heading 15 DIR READS# 
Documentation

Definition

Number of "direct read" database calls on the table, that is, "SELECT SINGLE" commands in ABAP.

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 SINGLE command.

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