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

Roles for a transaction code

aakash_neelaperumal2
Active Participant
0 Likes
1,260

Hi,

can anybody give me functional module or Code for finding out the roles for a particular tcode

All the So Called STANDARD codes do not work, it has a bug when the authority object are assigned tcodes like yz** etc..

I have tried standard reports RSUSR070, there is flaw in their logic.

Please let me know if any of you know about this.

11 REPLIES 11
Read only

Former Member
0 Likes
1,194

the program RSUSR070 is working fine on our implementation. if standard program not working revert to SAP. Strange that it's not working for you.

Read only

0 Likes
1,194

Thanks for the reply, but the transaction has a flaw. if they maintain the entries manually like assigning yz** for authority object S_TCODE, then the SUIM report is of absolutely no use. they have flawed the logic.

Read only

Former Member
0 Likes
1,194

Have you tried SUIM?

Read only

0 Likes
1,194

SUIM is just a transaction to the standard reports.which is still RSUSR070 in this case.

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
1,194

Hi

Use Tcode : SUIM.

Regards,

Sreeram

Read only

Former Member
0 Likes
1,194

chk FM SUSR_TCODES_LIST_SELOPT_ROLES and

Report RSUSR010

Read only

Former Member
0 Likes
1,194

also FM s

MENU_AGR_TCODES_TEXTS
PRGN_AUTH_CHECK_TCODES
PRGN_STRU_GET_TCODES
PRGN_GET_CUSTOMIZING_TCODES

Read only

0 Likes
1,194

I want just the opposite, when they give tcodes, it should be able to give the roles for it.

Read only

ferry_lianto
Active Contributor
0 Likes
1,194

Hi,

Have you looked program RSUSR010?

Also please check FM SUSR_TCODES_LIST_SELOPT_ROLES.

Regards,

Ferry Lianto

Read only

0 Likes
1,194

yes...they do not work...bcos...SAP has maintained the transaciton at table level as *, say for example mm*. the SUIM code cannot identify this.

Read only

0 Likes
1,194

Is there any standard BAPI to display roles for a given transaction?

Please reply fast