cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP response time

Former Member
0 Kudos

Hi,

Can we get http response time other than from SMICM u2192 Http log?

Reason for me to ask is we cannot see complete URL in smicm log with response time.

[date] - "POST /sap/bc/webdynpro/sap/cprojects/?sap-contextid=......................................... HTTP/1.1" 200 325894 [9555] h[-]

As per sap help link complete URL after contextID is hidden for security reason.

http://help.sap.com/saphelp_crm70/helpdata/EN/48/442541e0804bb8e10000000a42189b/frameset.htm

u201CFor security reasons the following information is hidden (replaced with points) from the logging procedureu201D

Question: can we access complete URL from any table level with http response time, any input is appreciated.

Thanks,

Venkat.

Accepted Solutions (0)

Answers (1)

Answers (1)

michael_mulvey
Employee
Employee
0 Kudos

Hi Venkat,

This is a strange request and I am not too sure what exact information you are requesting or the reason you need this information. If you have a long running webdynpro then trace it using HttpWatch and ST12. Using the information from HttpWatch (timestamp specifically) you can view the request in ICM trace file or trace as needed.

If this does not help then a specific scenario would help with replies.

Michael

Former Member
0 Kudos

Michael,

First of all, thanks for the reply.

In our environment we have cprojects implemented and have lot of webdynpro request to ECC system.

From http log (SMICM) I can see many webdynpro requests with response time above 30 minutes; I want to automate this monitoring by writing a CCMS data supplier. We already have SAP document to write data supplier.

Scenario: For example if they are doing a task in cprojects.

We will be having a GET webdynpro request and then POST. By looking at GET we can know the task user is trying to do. But it is POST request which will be taking most of the response time and POST URL is show u2026(point) after context ID and as per SAP help this is done for security reason.

HTTP log from SMICMu2026

[DATE] - "GET /sap/bc/webdynpro/sap/cprojects?sap-client=clnt&STARTVIEW=Tasks&OBJECT_TYPE=TTO&GUID=GUIDNUMBER

[DATE] - "GET /sap/bc/webdynpro/sap/cprojects/~ucfLOADING?sap-contextid=....................

[DATE] - "POST /sap/bc/webdynpro/sap/cprojects/?sap-contextid=........................[response time]

I think SAP is displaying as point in http log file, but it should definitely have complete URL is any of the table.

So I am looking If we can find the complete POST URL with response time from table then we can write an ABAP program to send the information to CCMS.

Thanks,

Venkat.

michael_mulvey
Employee
Employee
0 Kudos

Hi Venkat,

I see what you are trying to do! The ICM does not pass requests to a table but maintains them in memory until the request is fully processed or a timeout is issued. The ICM however does enable logging via a file on the OS level. Please refer to the following documentation for futher information on ICM logging

(1) ICM as a server [(icm/HTTP/logging_<xx>)|http://help.sap.com/saphelp_NW04s/helpdata/en/73/b5f99a019f11d5991400508b6b8b11/frameset.htm]

(2) ICM as a client [(icm/HTTP/logging_client_<xx>)|http://help.sap.com/saphelp_NW04s/helpdata/en/88/585ce2b5a80f4fb911da17a954093e/frameset.htm]

Hope this helps.

Michael