nerdexam
SAP

P_SECAUTH_21 · Question #53

Which authorizations should you restrict when you create a developer role in an AS ABAP production system? Note: There are 2 correct answers to this question.

The correct answer is A. The ability to use the ABAP Debugger through authorization object S_DEVELOP D. The ability to run function modules through authorization object S_DEVELOP. Developers should not be able to use the ABAP Debugger or run function modules in a production system, as these actions could compromise the system integrity and security. Authorization object S_DEVELOP controls both these activities and should be restricted for developers in a…

SAP Authorization Concept (ABAP & Java)

Question

Which authorizations should you restrict when you create a developer role in an AS ABAP production system? Note: There are 2 correct answers to this question.

Options

  • AThe ability to use the ABAP Debugger through authorization object S_DEVELOP
  • BThe ability to run class methods through authorization object S_PROGRAM
  • CThe ability to run queries through authorization object S_QUERY
  • DThe ability to run function modules through authorization object S_DEVELOP

How the community answered

(31 responses)
  • A
    71% (22)
  • B
    19% (6)
  • C
    10% (3)

Explanation

Developers should not be able to use the ABAP Debugger or run function modules in a production system, as these actions could compromise the system integrity and security. Authorization object S_DEVELOP controls both these activities and should be restricted for developers in a production system.

Topics

#developer role#S_DEVELOP#ABAP Debugger#production system hardening

Community Discussion

No community discussion yet for this question.

Full P_SECAUTH_21 Practice