2007 Oct 29 3:30 PM
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,
2007 Oct 29 3:40 PM
2007 Oct 29 3:40 PM
2007 Oct 29 3:43 PM
How bout checking authorization for the background user using AUTHORITY CHECK FOR USER 'batch user name' ?
2007 Oct 29 3:44 PM
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.