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: 

Help with Authorization code

Former Member
0 Kudos

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

krzysztof_konitz4
Contributor
0 Kudos

HI,

May be transaction SUIM will be useful ?

regards

Krzys

5 REPLIES 5

krzysztof_konitz4
Contributor
0 Kudos

HI,

May be transaction SUIM will be useful ?

regards

Krzys

0 Kudos

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

Thanks

Former Member
0 Kudos

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

0 Kudos

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

Former Member
0 Kudos

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