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: 

Restrictions on tables for screen usage

Former Member
0 Kudos

Hi,

If I have used number of tables in my screen program and I want to restrict the user to use only those tables which I want them to use. Is there any way to restrict the user to use only those tables in the screen program? Can I restrict them in any way?

Thanks

4 REPLIES 4

former_member194152
Contributor
0 Kudos

Hi,

Yes u can restrict by providing buttons like display,change and create and assign corresponding sy-uname(username) to each button according to ur requirement otherwise in tcode u can use authorization object to restrict the unauthorised person.

Regards

Gagan

Former Member
0 Kudos

yes yu can do this by using authorization object

create a authorizzaation object with the help of a basis guy and check in the program if the user is an authenticated one

0 Kudos

Actually I want to cofirm my application (screen program) that it can only access those tables. Is there any way to do it?

Former Member
0 Kudos

Solved