cancel
Showing results for 
Search instead for 
Did you mean: 

Response times, interpretation times and round trips time

Former Member
0 Kudos

Hi

SAP GUI setting (status bar) very helpful to get information regarding round trips, response times and interpretation times.

Can somebody tell me what for these timings ? and how these are calculated ? What is the significance of these parameters ?

Thanks

kumar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Don't want to wait anymore.

Former Member
0 Kudos

Here we go...

Each server round-trip creates the following measures:

Round Trips

Before SAPGUI sends data to the server it locks the user interface. In many

cases it will not unlock the interface after data is returned by the server, but

instead sends a new request to the server. Controls use this technology to load

data they need for visualization. A count of these token switches between

SAPGUI and the server is offered with this measure.

Flushes

Counts the number of flushes in the automation queue during server

communication.

Interpretation Time [s]

The interpretation time begins after data has arrived from the server. It

comprises the parsing of the data and the distribution to the SAPGUI elements.

Response Time [s]

This is the time that is spent on network communication from the moment data

is sent to the server to the moment the server response arrives.

Check out this link

http://www.scribd.com/doc/6075383/Sap-Tutorial?autodown=pdf

On right hand side you will find indexing....or search for flush...This document has lot of information.

Hope this wull help.

Nilesh

Edited by: Nilesh Kshirsagar on May 28, 2009 5:41 PM