cancel
Showing results for 
Search instead for 
Did you mean: 

Monitoring SAP Ent Portal Transactions

Former Member
0 Kudos

Hi all,

I am a newbie to SAP and hence need some f/b from all of you SAP gurus. Our objective is to measure the end-user experience of users who access SAP via HTTP through their Enterprise portals.

My questions are:

1. Does each SAP Transaction over HTTP have a unique siganture (or URL) that we can trace/track to measure the response time ???

2. If we can breakup the general HTTP traffic into its various threads like HTTP GETs and HTTP POSTs then can we correlate all these threads to its Single Individual SAP Transaction ??? (again this is related to Q1).

3. If a single SAP Transaction is made up of several Dialog steps on the SAP infrastructure is it possible to correlate the dialog steps that make up this single SAP Transaction ???? If so how ?

If there are any articles or help files related to the above please let me know. Any feedback is much appreciated.

Thanks,

Murali.

Accepted Solutions (1)

Accepted Solutions (1)

joerg_nalik
Explorer
0 Kudos

Hi Murali,

the http protocol is on the one side very chatty but one the other side there are many server and browser side optimization configurations which can be done. A good overview to all your questions can be found at https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/how%20to%....

With some fuzzyness short answers to your quetions are:

1. yes in most instances

2. Yes via session cookies

3. yes, again via session cookies, all requests from one users have unique session cookies in the http header.

Good tools which can your life easier are httpmon or if you can make more investment Mercury LoadRunner.

Best Regards, Joerg

Former Member
0 Kudos

Thanks heaps Joerg. The article certainly helps a lot.

Answers (0)