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: 

How to find all Tables belonging to a Authorization Grp

former_member759680
Contributor
0 Kudos

Hello,

How to obtain all the Tables that belong to one particular Authorization Group.

Also, please explain the Value '&NC&' for Authorization group.

Thanks in advance.

1 ACCEPTED SOLUTION

l_borsboom
Active Participant
0 Kudos

Run SE16 for table TDDAT and fill in the authorization group in the CCLASS field.

&NC& is a default authorization group value for tables that don't have a designated authorization group. This is useful, because if these undesignated tables would have a blank value in this field, you would always be authorized for these tables if you are authorized (via S_TABU_DIS) to a certain authorization group.

7% of all 48000 tables are equiped with authorization group &NC&

Kind regards,

Lodewijk Borsboom

2 REPLIES 2

l_borsboom
Active Participant
0 Kudos

Run SE16 for table TDDAT and fill in the authorization group in the CCLASS field.

&NC& is a default authorization group value for tables that don't have a designated authorization group. This is useful, because if these undesignated tables would have a blank value in this field, you would always be authorized for these tables if you are authorized (via S_TABU_DIS) to a certain authorization group.

7% of all 48000 tables are equiped with authorization group &NC&

Kind regards,

Lodewijk Borsboom

0 Kudos

Hi,

You can also look in transaction se54.

Have fun

Jan van Roest