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: 

Restrict table entries display for users

0 Kudos

Hi,

Could anyone suggest as how to restrict table entries(records) diplay thru se11(se16) for specific users for a specific table?

1 ACCEPTED SOLUTION

former_member197425
Active Participant
0 Kudos

Hi,

We can restrict the Content(data) display to users by means of authorization ,but i don't think

we can restrict only some set of tables like that because if we set authorization it will gets applied to all tables to that user..

Thanks,

Nandi

5 REPLIES 5

former_member197425
Active Participant
0 Kudos

Hi,

We can restrict the Content(data) display to users by means of authorization ,but i don't think

we can restrict only some set of tables like that because if we set authorization it will gets applied to all tables to that user..

Thanks,

Nandi

0 Kudos

Any other suggestions pl...

0 Kudos

If you want to limit in this way you will have to write your own program. There is no other way.

Former Member
0 Kudos

Hello Srilatha,

If users are just want to enter records, Then better go with Table maintenance generator so that you can hide the fields as well as provide authorizations.

Regards,

Sudhir Kothavale.

bastinvinoth
Contributor
0 Kudos

Hi Srilatha,

Created authorization group in se54.

Assigned group to table in se11.

You can assign the custom authorization group as below:

SE11->Table name->Change->Menu-Utilities->Assign Authorization group.

Regards,

Bastin.G