‎2010 Apr 16 4:21 PM
Hello,
I've to provide an overview (on regular basis) of users who have the authority for executing "Critical" T-Codes.
The number of critical T-codes is around 30. I already checked transaction "S_BCE_68001400", but there i can only enter a single value for the T-Code. Does someone know a standard function module / method which i can use in a customer program.
Thank you for your help.
Dieter
‎2010 Apr 16 4:22 PM
‎2010 Apr 16 4:22 PM
‎2010 Apr 16 4:27 PM
yes, i think i can use it. but were do i get the assignment to the user ?
‎2010 Apr 16 4:36 PM
I am so sorry ... You have to use a join of AGR_TCODES & AGR_USERS
‎2010 Apr 23 6:25 AM
Hi Suhas,
unfortunately the result of joining these two tables is not the same when I use SAP's standard report (TX: S_BCE_68001400) restrict by T-Code.
Thank you
Dieter
‎2010 Apr 23 6:30 AM
If you can check RSUSR002 program related to that transaction there are many other tables which
are used in that selection criteria.
So obviously you cannot get same results with join of only 2 tables.
‎2010 Apr 23 7:02 AM
Hi,
You can take the help of BASIS consultant actually,
Or if you have authorization for transaction SUIM, you can play with differnet conbinations...
That transaction will give you more freedom for your search criteria.
Regards.
Sumit Nene
‎2010 Apr 23 7:12 AM
Hi Gautham,
I just did a SQL trace on RSUSR002, it does not make any selection from any AGR* tables.
Tables of interest seem to be UST12 & UST10S.
BR,
Suhas