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: 

Auth Group vs Authority Check

Former Member
0 Kudos

Hello -

I am adding an Auth Group to my programs using SE38 in the Attributes screen. Is it also necessary to have code in my program that checks for S_PROGRAM or is it sufficient to add the Auth Group to just the attributes section.

Thank you for any insight.

Mary Kathryn

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Adding a authorisation grp is sufficient no need to check the authorisation object within the code. The assignment of a program to an authorization group plays a role when the system checks whether the user is authorized to:

Execute a program

--> Authorization object S_PROGRAM

Regards,

JOy.

1 REPLY 1

Former Member
0 Kudos

Adding a authorisation grp is sufficient no need to check the authorisation object within the code. The assignment of a program to an authorization group plays a role when the system checks whether the user is authorized to:

Execute a program

--> Authorization object S_PROGRAM

Regards,

JOy.