SAP ABAP Data Element SATR_DE_TNETT (SATR: Net Time in Microseconds)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-RTA (Application Component) Runtime Analysis
     S_ABAP_TRACE (Package) ABAP TRACE
Basic Data
Data Element SATR_DE_TNETT
Short Description SATR: Net Time in Microseconds  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SATR_DO_ZEIT    
Data Type INT4   4-byte integer, integer number with sign 
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 10 Net 
Medium 15 Net [microsec] 
Long 30 Net Time [Microseconds] 
Heading 40 Net Time [Microseconds] 
Documentation

Definition

The net time is the runtime ('elapsed time' - not: CPU time) of a phrase, for example, a series of ABAP statements. Times for statements that are called within this phrase and that write runtime phrases themselves are not taken into account.

Use

Use the net time to find program components that are slow running. Check first that it is really necessary to execute these program components (analysis of the gross time). Then use the hit list sorted by net time to investigate the most 'expensive' statements.

Dependencies

Example

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