SAP Certified Associate – ABAP Cloud Developer — Question 11
In an Access Control Object, which clauses are used? (Choose three.)
Answer options
- A. DEFINE ROLE (to specify the role name)
- B. RETURN CODE (to assign the return code of the authority check)
- C. REVOKE (to remove access to the data source)
- D. GRANT (to identify the data source)
- E. WHERE (to specify the access conditions)
Correct answer: A, D, E
Explanation
The correct clauses for an Access Control Object include DEFINE ROLE, which defines the role name, GRANT, which is used to specify the data source, and WHERE, which establishes the access conditions. RETURN CODE and REVOKE do not apply as they are not part of the standard clauses used in this context.