cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problems with authorizations is Program

Miguel_Nava1
Explorer
0 Likes
61

Hello Experts:

I am facing this problem, hopefully someone can provide some guidance:

I have copied an SAP program. I have eliminated the code where a couple of authorizations were checked. I have searched the program and there are no checks of authorizations (searched the term "Authority"). However when I run the program, I still got errors for lack of authorization (shown in SU53). When I debug I set a break point for statement Authority-check, and for function module AUTHORITY_CHECK_TCODE , nothing is found.

I don't know how this checks are performed (other Abap instructions or other mechanism out of ABAP).

Any advice is welcomed , thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

tobias-ballmann
Discoverer
0 Likes

Hey,

have you checked if an authorization group is defined in the program properties?
keremkoseoglu
Contributor

You can activate authorization trace in STAUTHTRACE or ST01 and see if they return anything.