SAP ABAP Data Element SWLNRESPMTA (N3 Workload: Average Response Time per Transaction (ms))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-MON (Application Component) Monitoring
     SAPWL_FRONTEND (Package) SAP: Workload Display, Enjoy & OO Version - ST03N
Basic Data
Data Element SWLNRESPMTA
Short Description N3 Workload: Average Response Time per Transaction (ms)  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SAPWLTIME1    
Data Type DEC   Counter or amount field with comma and sign 
Length 15    
Decimal Places 1    
Output Length 20    
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 ØResp.Time 
Medium 16 Ø Resp.Time (ms) 
Long 35 Avg. Resp. Time / Transact. (ms) 
Heading 40 Average Resp. Time per Transaction (ms) 
Documentation

Definition

This field displays the average response time per transaction for all requests to a component from a specific service, a specific action, or a specific user. The time is displayed in milliseconds.

Use

The response time is the time from the arrival of a request to the complete processing of the request. It contains not only the actual procssing time for a requests within a component, but also the wait time, during which the component is waiting for a response from another called component.

Within the DSR, each component measures its own response time and writes this to the Main statistics recordsof the request. The collector aggregates this data for the total response time, from which the average response time per step is calculated.

Dependencies

To be able to determine the average response time per transaction, the component must set the transaction start and transaction end indicators. In some components, the start and end of a business process cannot be identified using the incoming requests. The term "transaction" must be redefined in these components (see also the field Number of transactions).

Example

  • The response time for the Internet Transaction Server consists of the actual processing time in the ITS and the wait time (for example, for the response of a called ABAP system).
  • In ABAP systems the response time also includes the time in the dispatcher queue and the GUI time.

History
Last changed by/on SAP  20040312 
SAP Release Created in 620