Question:
I know that the general way of restricting access to tables is through S_TABU_DIS. However, I have a situation where some users need tables that are in a authorization group that has other sensitive tables. Therefore i cannot give access to that group directly.
if moving the tables isnt an option is there an alternative method of giving access to specific tables in an authorization group.
Thanks
Answer:
You can assign each table to a custom transaction & apportion access that way
Answer:
Thats a cool idea.
But what if an existing transaction requires Tabe XYZ. However, Table XYZ exists in the SS Auth group (security tables) but this table itself isnt security and controls related.
Can i give access to the table without moving the table out of the group and into another group.
Answer:
What is the reason you do not want to move the table?
There is no harm in creating a specific group fot that table only and assign that!