SAP ABAP Data Element SWLDBUFRCN (SAP Workload: No. of Records Read from the Single Rec.Buffer)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-MON (Application Component) Monitoring
     SAPWL_FRONTEND (Package) SAP: Workload Display, Enjoy & OO Version - ST03N
Basic Data
Data Element SWLDBUFRCN
Short Description SAP Workload: No. of Records Read from the Single Rec.Buffer  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SAPWLP15    
Data Type DEC   Counter or amount field with comma and sign 
Length 15    
Decimal Places 0    
Output Length 19    
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 # Records 
Medium 22 # Reads from Buffer 
Long 40 # Records Read from Single Record Buffer 
Heading 40 Records Read from Single Record Buffer 
Documentation

Definition

Number of records directly read from SAP buffer.

A request to read database content must either be made to the database itself (call) or can be fulfilled by the local SAP buffer. This improves performance significantly compared to a true database call.

There are different types of read accesses: sequential reads can only use the complete table buffer, while a direct access to a row of the table can be fulfilled using the partial buffer.

To be able to use buffer access, you must set the corresponding option entry in the ABAP Dictionary. You can set the size of the buffer in the start profile of the SAP application server.

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