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

Log

Former Member
0 Likes
673

Is there any Table or T-code which tells how many user logged in the system that particular day and what all transaction they accessed?

Thank you.

AP

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
641

Check <b>SM04</b>

5 REPLIES 5
Read only

Former Member
0 Likes
642

Check <b>SM04</b>

Read only

Former Member
0 Likes
641

You can find some information in STAT and STAD transactions.

table USR41, holds the list of users currently logged into the system. this you also check through SM04.

regds,

kiran

Read only

0 Likes
641

Thanks.

I want all the user who have logged that day. Even if they are looged out some time before.

AP

Read only

0 Likes
641

check this link...

/people/daniel.wroblewski/blog/2007/01/17/mysteries-of-the-portal-activity-report-ii

regds,

kiran

Read only

0 Likes
641

Kiran-

STAT and STAD t-code are very helpful. Are there anyother transactions similar to them?

Thank you,

AP