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

Role, Transaction Assignment & TCode text Table or Report

Former Member
0 Likes
3,512

Is there any Report or Table which can give me all the z roles in the system and their corresponding TCode assignment with the TCode descriptions.

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
920

Hi prashanth,

Get into transaction pfcg and go to utilities-overview status..Execute it u will be getting all the roles in the system and transaction code and the users too..

Reward if it's useful..

Reg'

Zeemaaaaa...

6 REPLIES 6
Read only

Former Member
0 Likes
920

write a query to connect table AGR_TCODES to TSTCT

there are some reports under transaction SUIM as well, but they don't have everything in one report

cheers,

Ben

Read only

0 Likes
920

Thanks for he helpful reply. I have'nt effectively used it the way you intended ... I did not use the query linking. How do I write the query (SQVI?) and how do I get a ALV with only Role name, Tcodes & their descrptions in them. Thanks

Read only

0 Likes
920

Prashanth,

Creating SAP queries is an involved process. Take a look at some of the tutorials and other info on the net.

http://www.thespot4sap.com/Articles/SAP_ABAP_Queries_Create_The_Query.asp

http://www.saptechnical.com/Tutorials/SAPQuery/SimpleQuery/SQ1.htm

However, neither of the tutorials looked particularly good to me.

Cheers,

Ben

Read only

0 Likes
920

Thanks Ben, It did help.

Read only

Former Member
0 Likes
921

Hi prashanth,

Get into transaction pfcg and go to utilities-overview status..Execute it u will be getting all the roles in the system and transaction code and the users too..

Reward if it's useful..

Reg'

Zeemaaaaa...

Read only

0 Likes
920

Thanks Manoj, Was getting some runtime errors when I execute the overview status. Ben's post did help. Thanks anyway.