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

how to do this report

Former Member
0 Likes
674

the report should display the number of users logged in to the system with there system name

and the transaction they are doing..

and these data should be updated for every 5 min in any of the ztable

that table should hold the data for atleast 15 days

how to do this report

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
649

hi,

there is a Transaction SM04 .... where u can get the list of user who have logged in to the system.....

if u select the user and click on sessions button then u can get the list of transaction the user is using.......

reward points if its useful

the report should display the number of users logged in to the system with there system name

and the transaction they are doing..

and these data should be updated for every 5 min in any of the ztable

that table should hold the data for atleast 15 days

how to do this report

4 REPLIES 4
Read only

Former Member
0 Likes
650

hi,

there is a Transaction SM04 .... where u can get the list of user who have logged in to the system.....

if u select the user and click on sessions button then u can get the list of transaction the user is using.......

reward points if its useful

Read only

Former Member
0 Likes
649

hi kalyani,

you can find the transactions by a particular user from the transaction SM04.

SM04 gives you the details of the users logged in,terminals,transactions the user is working on, the time he has logged in,no of sessions user has opened, and the memory used by the user's programs... all of that w.r.t to the client we login. but we can't get info like date and number of times the user has logged in.

U can see tables:

USR01 User master record (runtime data)

USR02 Logon data

USR03 User address data

USR05 User Master Parameter ID

USR12 User master authorization values

You can also use transaction code ST03N.

1. Go to tx code - ST03N

2. Under "Workload" you can select your "Instance or Total" so that it expands and shows you Days, Week, Month.

3. If you want to look at the transactions executed for a particular day, lets say, then double click on any day.

4. At the bottom left you get "Analysis Views"

5. Select & expand "User and Settlement Statistics"

6. Double click on "User Profile"

7. On the right side of the window you get a list of all the users

8. Double click on a particular user you want to view the details of.

9. The new screen will display the "Transactions/Reports Utilized by User XXX"

If you wanna track which users executed a particular transacation then follow this:

10. In "Analysis Views" expand "Transaction Profile"

11. Double click on "Standard"

You can view the list of Transactions and Reports.

12. Double click on the Tx Code or Report you wanna check and it will show the Use of it.

This will help you.

regards,

sravanthi

Read only

Former Member
0 Likes
649

hi

SM04 is the transaction which holds the users logged into the system.

by clicking on them u can even get the details of what are the sessions they r doing.

Read only

Former Member
0 Likes
649

thank u all