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

Get Authorization Object and Tcode

Former Member
0 Likes
606

Hi,

I have a requirement to get a report of

Role Name, Date of Validity, Authorization Object in User Master Maintance (TCode) and Description of Tcode

I used SQVI

and joined Tables

AGR_USERS, AGR_1251, USTSTCAP

From the first two tables I get all most all fields Except the description of T-Code for that I used the table USTSTCAP but it is not working.

is there any table to get text description. please give guidence

Regards

Nausal

4 REPLIES 4
Read only

Former Member
0 Likes
536

Hi Use TSTCT to get transaction texts.

Read only

Former Member
0 Likes
536

Hi,

Tcode description can be retrieved from table TSTCT

Cheers,

Aditya

Read only

0 Likes
536

Hi,

From TSTCT We get TCode Description

but it is not possible to join with AGR_USERS and AGR_1251 in SQVI

Regards

Nausal

Read only

Former Member
0 Likes
536

Thanks to all