Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function module to track User timing on a particular transaction

Former Member
0 Likes
857

hello,

Could anyone help me with the Function module or table which stores the timings of when "user accesses particular transaction"

My requirement is to create a User Activity Report displaying the user using the transaction with the timing

i have check fm " SAPWL_WORKLOAD_GET_STATISTIC"

user id / transaction / server / date / time

Thanks

Renu Gusain

hello,

Could anyone help me with the Function module or table which stores the timings of when "user accesses particular transaction"

My requirement is to create a User Activity Report displaying the user using the transaction with the timing

i have check fm " SAPWL_WORKLOAD_GET_STATISTIC"

user id / transaction / server / date / time

Thanks

Renu Gusain

3 REPLIES 3
Read only

Former Member
0 Likes
632

You can see transaction usage log for a particular user through transaction ST03 / ST03N

ST03 -> Click on "This Application server" button -> Click on "Single stat. records" button -> feed the user name field, start and end dates for analysis and press enter

If your SAP system has audit log activated you can use a more convenient way by using transaction SM20

See, how the logic of these transactions work as they log the user name along with transaction access times

Read only

0 Likes
632

Thanks for the replied,

I have check with the transactions SM04 and ST02 well before posting,

The FM mentioned by me gives me the same set of data what these transactions have

My only concern is to display the start and end time at which the user was using a specific transaction.

ST02 displays some "TIME" related parameter ,but i am not sure how i am suppose to calculate the hh/mm/ss from that ..

Thanks

Renu Gusain

Read only

Former Member
0 Likes
632

Hi,

Check Transaction SM04 or STAD

Thanks & regards.