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: 

Authorization

Former Member
0 Kudos

Hi experts,

How to restrict a specific user rather than a group from maintaining a table .

Thanks in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

In the table maintenance generator u can restrict a user by

using the system field in sy-uname in the the events provided in

the path environment->modification->events

Refer the following document.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20im...

Regards,

Mahesh

3 REPLIES 3

Former Member
0 Kudos

Hi,

In the table maintenance generator u can restrict a user by

using the system field in sy-uname in the the events provided in

the path environment->modification->events

Refer the following document.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20im...

Regards,

Mahesh

former_member195383
Active Contributor
0 Kudos

go to table maintainance generator...

There go to environment->modification-

>events...

There u can write a code to restrict a code from maintaining the table..

Reward points if the ans is helpful...

Former Member
0 Kudos

hi,

You can do that with events...

CHeck out the below threads for the same