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 restrict a table to a particular users????

v_veeramalla
Active Participant
0 Kudos

How to restrict a table to particular user??? Please provide suggestions.............

1 ACCEPTED SOLUTION

sivakumar_kilari3
Active Contributor
0 Kudos

You can restrict using authorization object <b>S_TABU_DIS</b> in this object one field is there that is <b>Authorization group</b>.

First you assign the particula table to authorization group.

Siva

8 REPLIES 8

Former Member
0 Kudos

is to cerate a custom TRX (giving only access to the wanted tabel, create oel with that TRX and assign that to the users.

0 Kudos

correction:

Best way is to create a custom TRX (giving only access to the wanted table, create role with that TRX and assign that to the users

sivakumar_kilari3
Active Contributor
0 Kudos

You can restrict using authorization object <b>S_TABU_DIS</b> in this object one field is there that is <b>Authorization group</b>.

First you assign the particula table to authorization group.

Siva

Former Member
0 Kudos

Hi,

Please check the thread given below for the solution -

Regards,

Sanju.

0 Kudos

Sanju,

Please this link points to bespoke transactions to which you are a "Contributor".

thanks

0 Kudos

Hi George,

My guess is that was meant.

Note: Copy and pasting the URL from the address bar is mostly not what you want to get... Rather right-click a message in the thread itself to get the exact ID.

Cheers,

Julius

Former Member
0 Kudos

One way I do is thru S_TABU_DIS & S_TABU_CLI objects the latter will need to included if you are activitaing the cross client objects

v_veeramalla
Active Participant
0 Kudos

Thanks everybody for responding ..