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

Table entry authorisations

Former Member
0 Likes
529

Hi,

Is there a way to restrict users from entering data into a particular table from the ABAP dictionary?

regards,

raja

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
492

Hello Raja

In order to maintain table entries we usually have a maintenance view.

Maintenance views can be assigned to an authorization group.

Thus, you have at least two layers where you can restrict table maintenance:

SM30 - Restrict maintenance at all
Authorization groups - restrict groups of maintenance views

Regards

Uwe

3 REPLIES 3
Read only

Former Member
0 Likes
492

you can create ur own Authorization object using FM AUTHORITY_CHECK. In this FM u will find different options and u can define objects on which u want to have Authorizations.

Read only

Former Member
0 Likes
492

Hi.

If the table is a custom table created by you, change the "Data Browser/Table View Maint." to Display/Maintenance Not Allowed.

Table->Delivery and Maintenance(tab strip)->Data Browser/Table View Maint.

and set here as Display/Maintenance Not Allowed

Adithya M

Read only

uwe_schieferstein
Active Contributor
0 Likes
493

Hello Raja

In order to maintain table entries we usually have a maintenance view.

Maintenance views can be assigned to an authorization group.

Thus, you have at least two layers where you can restrict table maintenance:

SM30 - Restrict maintenance at all
Authorization groups - restrict groups of maintenance views

Regards

Uwe