SAP ABAP Data Element BUFSTATEL (Buffer status of a table (long form))
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 BUFSTATEL
Short Description Buffer status of a table (long form)  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHAR10    
Data Type CHAR   Character String 
Length 10    
Decimal Places 0    
Output Length 10    
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  
Medium  
Long  
Heading  
Documentation

Definition

  1. Buffer status of the single record buffer:

  • Valid: The table content in the buffer is valid. Read access takes place in the buffer.
  • Invalid: The table content is invalid and there are open transactions that modify the table content. Read access takes place in the database.
  • Loadable: The table content can be reloaded from the database to the buffer if the table content has had the status "Loadable" for at least 200 seconds and there are no open transactions.
  • Loading: the table content is currently being loaded by the database.
  • Error: The table content could not be placed in the buffer, because insufficient space was available in the buffer or the table line is larger than a data frame (currently 4K).

  1. Buffer status of the generic table buffer:

  • Valid: The generic area of the table contained in the buffer is valid. Read access takes place in the buffer.
  • Invalid: The generic area of the table contained in the buffer is invalid and there are open transactions that are modifying the table content. Read access to this generic area take place in the database.
  • Locked: Analogous to "Invalid". Additionally, there is a transaction that modifies several generic areas. No additional generic table areas can be loaded into the buffer, that is, all read access to the table takes place on the database.
  • Pending: The generic table area held in the buffer is invalid, but can be reloaded into the buffer after a certain number of read accesses.
  • Loadable: The generic table area held in the buffer is invalid, but can be loaded at the next access.
  • Loading: The generic table area is currently being loaded into the buffer.
  • Absent or Displaced: The generic area has been displaced from the buffer or could not be completely loaded into the buffer due to a lack of space.
  • Error: The desired generic area could not be loaded into the buffer or an error occurred when loading it into the buffer.
  • Multiple: There are several different generic areas of a table in the buffer. These have different buffer statuses.

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