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

User List with authority for T-Code

dieterzenger
Participant
0 Likes
1,033

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

1 ACCEPTED SOLUTION
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
964

Can you not use the table AGR_TCODES ?

7 REPLIES 7
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
965

Can you not use the table AGR_TCODES ?

Read only

0 Likes
964

yes, i think i can use it. but were do i get the assignment to the user ?

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
964

I am so sorry ... You have to use a join of AGR_TCODES & AGR_USERS

Read only

0 Likes
964

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

Read only

GauthamV
Active Contributor
0 Likes
964

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.

Read only

Former Member
0 Likes
964

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

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
964

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