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

Authorization

Former Member
0 Likes
377

Hi experts,

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

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
354

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

Former Member
0 Likes
355

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

Read only

former_member195383
Active Contributor
0 Likes
354

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...

Read only

Former Member
0 Likes
354

hi,

You can do that with events...

CHeck out the below threads for the same