Problems Associated to Authorization objects S_BTCH_JOB, S_BTCH_NAM, S_BTCH_ADM
Hello Experts,
How do I troubleshoot the authorization related problems that I often encounter during background processing?
What are the reasons for authorization problems?
What are the solutions for the problems associated to Authorization objects S_BTCH_JOB, S_BTCH_NAM, S_BTCH_ADM?
For resolving any background processing problem, it is important to understand the concepts related to it. The various technical terms associated to these problems are discussed below:
There are two authorization fields present in the authorization object S_BTCH_JOB which are JOBACTION and JOBGROUP.
JOBGROUP – There should always be ‘*’ value present for JOBGROUP
JOBACTION – It contains values like PLAN, DELE, LIST, RELE, SHOW, and PROT which enable the users to execute various operations for jobs.
Users who do not have special authorization for jobs are allowed to execute the actions listed below:
They can schedule jobs with job class C, which cannot be changed.
They can display and change the steps of their own jobs.
They can delete their own jobs again.
They can display job details of their own jobs.