‎2007 May 12 4:07 PM
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
‎2007 May 12 4:51 PM
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
‎2007 May 12 5:42 PM
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