SAP ABAP Data Element BUF_TYPE_N (Type of table buffering for performance trace)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-TWB-TST-P-PA (Application Component) Performance Analysis (Transaction ST05)
     SQLT (Package) Trace for SQL, Enqueue, RFC, Memory
Basic Data
Data Element BUF_TYPE_N
Short Description Type of table buffering for performance trace  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHAR30    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
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 Type 
Medium 15 Buffering type 
Long 23 Buffering type 
Heading 23 Buffering type 
Documentation

Definition

A table can be buffered using one of the following types of buffering (see SAP Note 47239 - Behavior of Table Buffers)

P - individual records buffered

R - completely buffered

Using "individual records buffered", the buffer manages individual records in a table. A record is added to the buffer when it is accessed for the first time with the open SQL command SELECT SINGLE.

Using "completely buffered", the entire table is held in the buffer, or key value areas of the table are held in the buffer. When one or more of the records in the table is read accessed for the first time, all records in the table are read into the buffer.

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