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: 

Users must not be able to maintain table other than dev system

Former Member
0 Kudos

Hi,

I have inserted some custom checks under table maintenance generator code which when passed should not allow users to add/modify/delete any values.

Currently i am using keyword EXIT to exit the process when validation passes through.

Is this the correct way to handle so that users are not allowed to add/modify/delete values or we need to do some different thing for it.

Regards,

Imran

1 REPLY 1

Former Member
0 Kudos

Hi,

You can give a error message when the users doesn't have authorization to add/mdofiy/delete records..

MESSAGE E208(00) WITH 'No authorization to maintain'.

Thanks

Naren