Application Development and Automation 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: 
Read only

Restrict table entries display for users

Former Member
0 Likes
1,479

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
Read only

former_member197425
Active Participant
0 Likes
1,181

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

Hi,

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

5 REPLIES 5
Read only

former_member197425
Active Participant
0 Likes
1,182

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

Read only

0 Likes
1,181

Any other suggestions pl...

Read only

0 Likes
1,181

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

Read only

Former Member
0 Likes
1,181

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.

Read only

bastinvinoth
Contributor
0 Likes
1,181

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