Application Development 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: 

Table for tcodes for a role at object level

Former Member
0 Kudos

Hi Expert,

In production we have one role that doesnot have any tcodes at menu level.We are able to find tcodes at object level s_tcode.

I have tried in agr_tcodes table i am getting zero tcods for that role.

Is there any way to find out tcodes for particular role which is maintained in s_tcode object.

Thanks,

3 REPLIES 3

Former Member
0 Kudos

Hi Santosh,

Try agr_1251 table. Put "object" as S_Tcode and give the role name in "agr_name" field and * in "LOW".

Edited by: sap.sec.akshay on Feb 24, 2010 12:29 PM

0 Kudos

Hi,

Are you sure that the profiles have been generated correctly, if this is yes than table agr_1251 is conform the generated profiles. You can look into the profiles with transaction SU02, the profile name is in your role.

If the "light" at the authorization button is not green, that could be your problem.

have fun

Bye Jan van Roest

arpan_paik
Active Contributor
0 Kudos

I know you already got the answer from akshay..Still wonder why the thread is still open.. I could not resist my self to say few words....

AGR_TCODES - Gives transaction that is added in role menu and appear in S_TCODE with standard status.

AGR_1251 (with role name and S_TCODE) - Gives you above as well as manually added S_TCODE values.

Also keep eye in the status for S_TCODE in output of AGR_1251 (Rest for you to explore) so no need to enter the role manually to see whether the object is added manually or standard....

Arpan