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: 

Assign authorization group to tables under SDIC class

Former Member
0 Kudos

Hi Experts,

we have some tables under Authorization class SDIC which are neither assigned to any authorization group nor &NC&.

Can we assign these tables to customized Z authorization group? and is there any impact if we assign these standard tables to customized authorization group.

Thanks,

Krishna

1 ACCEPTED SOLUTION

Former Member
0 Kudos

S_TABU_DIS/S_TABU_NAM is checked only by table display/maintenance transactions like se16/sm30, so assigning them to customer auth group should not impact system directly.

Usually you assign table to auth group only if you want to protect its content  from unauthorized access.

6 REPLIES 6

shivraj_singh2
Active Participant
0 Kudos

Krishna,

I am not totally clear about what's the objective here but you can check table TDDAT for the tables in question, if the tables are not showing up (very rare but I have seen it), it is safe to assume that assigning access to the authorization group &NC& will provide access to these tables also.

Regards,
Shivraj Singh

0 Kudos

&NC& means non classified. If you don't assign it then the access is &NC&


There is no need to assign a table to &NC& and really you should assign it to a specific auth group that make sense


As far as impacts go, really depends on how used now. If the table in question is not in an auth group then any users with &NC& in S_TABU_DIS may have access to it now (depends on transaction access). They will lose the access if you add the table.


If you are looking at tables, I would look at trying to remove S_TABU_DIS where possible and replace with S_TABU_NAM. Much more granular.

Former Member
0 Kudos

S_TABU_DIS/S_TABU_NAM is checked only by table display/maintenance transactions like se16/sm30, so assigning them to customer auth group should not impact system directly.

Usually you assign table to auth group only if you want to protect its content  from unauthorized access.

0 Kudos

Thank you for your comment. This issue has been resolved.

0 Kudos

Hi Krishna

Can you please assist with maintaining the quality and usefulness of this community be taking some time to share with us as to how you resolved it.

Saying "issue has been resolved" does not help the next person who searches for a similar solution. Instead, it erodes the community. Next time round, you may find yourself asking for assistance and no-one willing to help.

0 Kudos

Hi ,

We have assigned required table authorization with S_TABU_NAM authorization object.

Thanks,