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 doesn't work on background execution

Former Member
0 Kudos

Hi experts,

I have a question concerning the authority-check on specific authorization object which controls the resullt of transaction FBL5N.

there is a difference between foreground and background execution.

I get the expected result using a foreground execution.

Would you tell me why the autority check doesn't work on background execution and what can I do to have the same results.

thanks a lot for your help.

Kind regards,

1 ACCEPTED SOLUTION

former_member194669
Active Contributor
0 Kudos

Hi,

Is the background job user have the authority?

3 REPLIES 3

former_member194669
Active Contributor
0 Kudos

Hi,

Is the background job user have the authority?

Former Member
0 Kudos

How bout checking authorization for the background user using AUTHORITY CHECK FOR USER 'batch user name' ?

Former Member
0 Kudos

Hi,

Generally, the authority check will be done based on the roles authorizations.

Once if we keep authority-check in the code, then irrespective of foreground or background it will display an error log at that point.

or else may the user id which you were using is having the full authorization. Please check.