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: 

Lock a table

Former Member
0 Kudos

I want to lock a table like mara..can u guys tell me how to lock.

Reg'

Zeemaaa...

1 ACCEPTED SOLUTION

Former Member
0 Kudos

What do you mean lock?

if you don't want people to see it then don't give anyone access to object S_TABU_DIS with auth group MA. This will also restrict access to any other tables in auth group MA. If this is a problem then you could change the auth group on the table.

2 REPLIES 2

Former Member
0 Kudos

What do you mean lock?

if you don't want people to see it then don't give anyone access to object S_TABU_DIS with auth group MA. This will also restrict access to any other tables in auth group MA. If this is a problem then you could change the auth group on the table.

manohar_kappala2
Contributor
0 Kudos

Hi,

Go to transaction SE11 and enter the table name and there in the Attributes tab

Unselect "Table maintainence allowed" This would avoid the capability to directly update table even if he has access to SE16 and Auth Grp corresponding to that particular table.

Second option is not giving access to SE16 and S_TABU_DIS with ACTVT 02

hope this helps

Manohar