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: 

How to find the transactions used by a user

Former Member
0 Kudos
54,276

Hi experts,

How can I find which transactions used by a user. In which SAP table could I look after?

1 ACCEPTED SOLUTION

Former Member
24,905

Hi ,

You can 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.

Reward if helpful.

Thankyou,

Regards.

4 REPLIES 4

Former Member
0 Kudos
24,905

hi,

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

reward if helpful

regards,

sravanthi

Former Member
0 Kudos
24,905

Hi

There's no table, but only log files.

U can see this file but trx STAT or ST03.

Anyway you should consider the statistic data are mantained for a certain period only (for example they are deleted after a week in my system).

Max

Former Member
24,906

Hi ,

You can 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.

Reward if helpful.

Thankyou,

Regards.

0 Kudos
18,822

Thanks! Very usefull!