SAP ABAP Data Element STA2_DETIMI (Time for Delete Requests in Microseconds)
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_DETIMI
Short Description Time for Delete Requests in Microseconds  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SWNCDOMDEC24    
Data Type DEC   Counter or amount field with comma and sign 
Length 24    
Decimal Places 0    
Output Length 31    
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 Del. Time 
Medium  
Long  
Heading 55 Time for Delete Requests 
Documentation

Definition

Total of the response times of the delete commands to the underlying database system in milliseconds.

If the ORACLE database system is used, the ABAP/4 DELETE commands are divided into 32K blocks. This means, for example, that a DELETE array consisting of 1000 records on a table with a width of 100 Bytes would lead to four database operations (three packages of 32K and one package 4K).

An ABAP/4 DELETE command with a WHERE condition leads to exactly one database deletion command.

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