nerdexam
SAP

P_SECAUTH_21 · Question #26

What authorization objects do we need to create job steps with external commands in a background job? Note: There are 2 correct answers to this question.

The correct answer is A. S_BTCH_EXT B. S_BTCH_ADM. These are some of the authorization objects that we need to create job steps with external commands in a background job. A background job is a process that runs in the background without user interaction and performs tasks such as data processing or report generation. A job…

SAP Authorization Concept (ABAP & Java)

Question

What authorization objects do we need to create job steps with external commands in a background job? Note: There are 2 correct answers to this question.

Options

  • AS_BTCH_EXT
  • BS_BTCH_ADM
  • CS_RZL_ADM
  • DS_LOG_COM

How the community answered

(33 responses)
  • A
    76% (25)
  • C
    9% (3)
  • D
    15% (5)

Explanation

These are some of the authorization objects that we need to create job steps with external commands in a background job. A background job is a process that runs in the background without user interaction and performs tasks such as data processing or report generation. A job step is a unit of work within a background job that executes a program or an external command. S_BTCH_EXT is an authorization object that controls the execution of external commands or programs in a job step. S_BTCH_ADM is an authorization object that controls the administration of background jobs, such as creating, changing, or deleting jobs.

Topics

#background jobs#external commands#S_BTCH_EXT#S_BTCH_ADM

Community Discussion

No community discussion yet for this question.

Full P_SECAUTH_21 Practice