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

Super User Activity

Former Member
0 Likes
679

Dear Experts,

How can i find all the critical operations like User deletion , Role change .

I hav 2 create a report in which it shows all the activities like this.Can u plz tell me the Tcodes ,tables ,fn mods for helping me to develop the same

(i got some info from pfcg, sm21 , suim)

Please reply

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
550

this depends on how complex you want to do this thingy.

i suggest you take a look at the following reports (which already do what you want to code ...):

RSUSR100 - change documents for user-IDs

RSSCD100_PFCG - change documents for role-assignment and role changes

RSUSR101 - change documents for profiles

RSUSR102 - change documents for authoriizations

all can be reached using transaction SUIM -> change documents.

of course all relevant tables can also be found in those ...

2 REPLIES 2
Read only

Former Member
0 Likes
551

this depends on how complex you want to do this thingy.

i suggest you take a look at the following reports (which already do what you want to code ...):

RSUSR100 - change documents for user-IDs

RSSCD100_PFCG - change documents for role-assignment and role changes

RSUSR101 - change documents for profiles

RSUSR102 - change documents for authoriizations

all can be reached using transaction SUIM -> change documents.

of course all relevant tables can also be found in those ...

Read only

0 Likes
550

is there any way to find all the critical actions happened in an SAP system.

Also plz specify some examples for critical actions happened in SAP system.

My requirement is to track all the critical actions happened in SAP system (user creation ,deletion,role change , and all super activities)

plz reply