‎2009 Apr 03 2:33 PM
Hi,
As a principle of Segregation of duties, i need a report that shows the user's authorizations that in fact she should not have together.
For example, it is not good to have VK11 and VA01 together or CK11 and MM01 etc..And i want to get these auth. data depending on some criteria like WERKS, VKORG, VTWEG etc.
From which tables can i get the transaction codes that a user has and how can i use werks vkorg to select trans of a user?
Thanks.
deniz.
‎2009 Apr 03 4:11 PM
AGR_USERS table will give you list of roles assigned to user - and then continue with above tables to drill down to tcodes and org level values.
‎2009 Apr 03 4:07 PM
Look at below tables
AGR_1251 for tcodes (object S_TCODE & low will have tcode details )
AGR_1252 for org values like company codes, controlling areas etc..
‎2009 Apr 03 4:09 PM
‎2009 Apr 03 4:11 PM
AGR_USERS table will give you list of roles assigned to user - and then continue with above tables to drill down to tcodes and org level values.
‎2009 Apr 03 4:48 PM
Trasnction SUIM (User information system) give you plenty of report. I am sure one of them will solve your problem.
‎2009 Apr 08 12:04 AM
Report RSUSR008_009_NEW.
Free of charge, if you are willing to put in a bit of effort...
Cheers,
Julius