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

User Group Validations for security access

Former Member
0 Likes
386

Hi,

I have a requirement where in I have 3 radio options and if the user selects one of the radio option and clicks on Maintain button (for ztbales) The program has to validate if the user group has access to ztable validations.

Then it has to allow the user to go to next screen ( where he can give input file for ztable upload).

I would appreciate if any one could send me code for the same

2 REPLIES 2
Read only

Former Member
0 Likes
356

Hi

First have you maintained the usergroup authorisations for that Z table? first do that.

Then in the at selection-screen event you have to write the code:

If R1 = 'X'. " when one of the radiobutton is selected

if R_main = 'X'. " when pressed the Maintain button

<write a select or other check for User group authrisation for Z table>

endif.

endif.

Reward points if useful

Regards

Anji

Read only

0 Likes
356

Can you please tell me how to maintain authorizations on ztables.

I am entirely new to this

Thanks in advance

and also can you please add some code if you have one

Thanks