nerdexam
SAP

P_SECAUTH_21 · Question #2

The security administrator is troubleshooting authorization errors using transaction SU53. While running transaction MM50, the user received the following error: "You are not authorized to use…

The correct answer is A. The developer who wrote the program for transaction MM50 issues the ABAP command CALL. This would cause the system to run an authority check using object S_TCODE for transaction MM01 while running transaction MM50. The CALL TRANSACTION command is used to start another transaction from within a program. If the user does not have the authorization to execute the…

Organizational Structures

Question

The security administrator is troubleshooting authorization errors using transaction SU53. While running transaction MM50, the user received the following error: "You are not authorized to use transaction MM01 ." The users position in the organization makes it inappropriate for them to have direct access to transaction MM01 because it creates a Segregation of Duties conflict. What would cause the system to run an authority check using object S_TCODE for transaction MM01 while running transaction MM50?

Options

  • AThe developer who wrote the program for transaction MM50 issues the ABAP command CALL
  • BThe proposal value for the object S_TCODE in the SU24 data for transaction MM50 was
  • CThe instance parameter auth/no_check_in_some_cases has been set to Y.
  • DMM01 was maintained as the CALLING transaction in table TCDCOUPLES with field OKFLAG

How the community answered

(30 responses)
  • A
    80% (24)
  • B
    3% (1)
  • C
    3% (1)
  • D
    13% (4)

Explanation

This would cause the system to run an authority check using object S_TCODE for transaction MM01 while running transaction MM50. The CALL TRANSACTION command is used to start another transaction from within a program. If the user does not have the authorization to execute the called transaction, an error message is displayed and the authority check fails.

Topics

#S_TCODE#CALL TRANSACTION#SU53#authorization check chain

Community Discussion

No community discussion yet for this question.

Full P_SECAUTH_21 Practice