‎2007 Jun 05 12:20 AM
Is it possible to assign an authorization group to a function group? I need some dialog programs to be restricted from some users, unfortunately, my main program is a function group. Normally, in the program attributes, there is an authorization group field. But with function groups this attribute is not there.
Please help.
‎2007 Jun 05 12:25 AM
Hi JT,
I think it is not possible.
You can put seperate authority checks in each function module.
Or you can create a common subroutine at function group level and call this subroutine from all the functions.
Message was edited by:
Darshil Shah
‎2007 Jun 05 2:04 AM
we had a situation where we have to restrict access to a function group. i think we created a role with these function modules and assigned the role to a group of users.
I am not sure exactly pls consult your security team.
Thanks,
MGS
‎2007 Jun 05 2:04 AM
Hello,
Option - auth group will not available in Function group,but there is possiblity,this will have transaction or program,you can set up auth group in that way.