SAP ABAP Data Element STA2_PUCNTI (Number of Database Update Operations)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-MON (Application Component) Monitoring
     SWNC_STAD (Package) Display Single Record Statistics
Basic Data
Data Element STA2_PUCNTI
Short Description Number of Database Update Operations  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SWNCDOMDEC12    
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 DB Updates 
Medium  
Long  
Heading 55 Database Updates 
Documentation

Definition

Number of change commands to the underlying database system.

If the underlying database system is an ORACLE database system, the ABAP UPDATE commands are divided into 32K blocks. This means, for example, that an UPDATE array consisting of 1000 records for a table with a width of 100 Bytes leads to four database operationgs (three packages of 32K and one package of 4K).

An ABAP UPDATE command with a WHERE condition leads to exactly one database change command.

History
Last changed by/on SAP  20041216 
SAP Release Created in 700