cancel
Showing results for 
Search instead for 
Did you mean: 

Logs and statistics

Former Member
0 Kudos

Is there a place where i can find information about NW logs (I assume it's configurable), and if there are any built-in log analysis/reporting tools? I'm trying to determine what information and tools are available to create the following types of metrics:

Task abandonment rate (eg order opened but never saved)

Task completion rate (eg successfully saved an order)

Page load time

Task completion time (eg time to load page+time to complete/save transaction or guided activity)

Are there standard NW tools to derive this ?

thanks in advance,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Rakshit,

I know about SAP Logging framework. You can configure logging using Visual Administratorm (Server node-> Services -> Log Viewer). There are tools like standalone log viewer <b>C:\usr\sap\J2E\JC00\j2ee\admin\logviewer-standalone</b> to view the logs.

Not sure about the reporting tools.

What's your environment?

Regards,

Kiran

Former Member
0 Kudos

SP15 (including EP), Web Dynpro UI, CMR and CMP EJB Layer, Max DB

Former Member
0 Kudos

You would have SAP Logging already being used in WebDynPro (Check for Logging in the WebDynPro code that's generated). You can use that to log events. You can use System.currentTimeMillis() to get current time and calculate time taken by each event later adding that to logs.

Regards,

Kiran

Answers (0)