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: 

Authority Check for the User

Former Member
0 Kudos

Hi,

In how many ways can we set authorizations? I mean, in how many levels? My requirement is, to check the Authorization for a specific user to see if he is authorized to execute a Specific Z-Transaction (Report) for a specific Plant. How do I do that? I assume I need to code the AUTHORITY-CHECK OBJECT.... in my report. If yes, in which event? Please let me know.

Thanks and Regards,

Venkat.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

From the Security level,the authorization in using a specific Z-transaction for a specific user can be seen from SUIM.If not, the same can be set by identifying the corresponding role.

Regards,

Kalainila B

2 REPLIES 2

Former Member
0 Kudos

Hi,

From the Security level,the authorization in using a specific Z-transaction for a specific user can be seen from SUIM.If not, the same can be set by identifying the corresponding role.

Regards,

Kalainila B

Former Member
0 Kudos

Hi Venkat,

You can put in the AUTHORITY-CHECK at a number of points, after initialisation, during selection, prior to output - it depends on what the program is doing and how the rest of it is coded.

For example, doing a big select and then only outputting based on the authority check may not efficient with large volumes of data.