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

Help with Authorization code

Former Member
0 Likes
713

Hello All:

I created table maintenance for some table XXX and assigned an authorization group YY to it. Is there a way to find if there are other tables that has the same authorization group (YY)?

Thanks.

Mithun

1 ACCEPTED SOLUTION
Read only

krzysztof_konitz4
Contributor
0 Likes
676

HI,

May be transaction SUIM will be useful ?

regards

Krzys

5 REPLIES 5
Read only

krzysztof_konitz4
Contributor
0 Likes
677

HI,

May be transaction SUIM will be useful ?

regards

Krzys

Read only

0 Likes
676

Thanks Krzys. I found the solution but I appreciate your time. I am rewarding you with the points.

Thanks

Read only

Former Member
0 Likes
676

Hi Mithun dha,

Go to Table TDDAT and check for CCLASS eq 'YY' , you will get all table names with authorization YY(if any exist).

Regards,

Vivek

Read only

0 Likes
676

Thanks Vivek. Yes, this is what I found when I was waiting for the reply. I appreciate your time and rewarding you with points.

Thanks.

Mithun

Read only

Former Member
0 Likes
676

Go to Table TDDAT and CCLASS eq 'YY' , you will get all table names with authorization YY.