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 for Function Group

Former Member
0 Likes
954

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.

3 REPLIES 3
Read only

Former Member
0 Likes
673

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

Read only

Former Member
0 Likes
673

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

Read only

Former Member
0 Likes
673

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.