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

SM20 logs for multiple users in one go.

Former Member
0 Likes
3,152

I have to extract log for more than 100 users by using SM20 log.

I tried with wild card characters, it is not giving accurate user list.

Is there a way to paste 100 users at one time in SM20 tcode to pull the all users audit log instead of getting each user.

1 ACCEPTED SOLUTION
Read only

mvoros
Active Contributor
2,308

Hi,

unfortunately, username input field does not support regular expressions. It supports only user name or character * for all users (it's written in documentation for this field). Have you tried to select audits for all users and then use ALV filter to restrict users?

Cheers

I have to extract log for more than 100 users by using SM20 log.

I tried with wild card characters, it is not giving accurate user list.

Is there a way to paste 100 users at one time in SM20 tcode to pull the all users audit log instead of getting each user.

7 REPLIES 7
Read only

mvoros
Active Contributor
2,309

Hi,

unfortunately, username input field does not support regular expressions. It supports only user name or character * for all users (it's written in documentation for this field). Have you tried to select audits for all users and then use ALV filter to restrict users?

Cheers

Read only

Former Member
0 Likes
2,308

hi

Try RSAU_SELECT_EVENTS

Read only

Former Member
0 Likes
2,308

I agree with Krzysztof - RSAU_SELECT_EVENTS is very useful and as you schedule in background, much easier to run.

Read only

Former Member
0 Likes
2,308

Good...

It shows the all users log report for current application server,but not all apps. server.

I have 7 application server but it shows the currenty apps server logson details.

Is it possible to get all application server logs details for all users in one go.

Read only

Former Member
0 Likes
2,308

What version of SAP are you on? The last time I ran RSAU_SELECT_EVENTS in ECC6 there was an option to run for all app servers.

Read only

Former Member
0 Likes
2,308

We use 4.6c amd RSAU_SELECT_EVENTS does not exist to run.

Please suggest.

Read only

mvoros
Active Contributor
0 Likes
2,308

Hi,

you should be able to backport it into 4.6C. Take a look at note 838847.

Cheers