C_SEC_2405 · Question #40
What is the authorization object required to define the start authorization for an SAP Fiori legacy Web Dynpro application?
The correct answer is B. S_START. S_START is the correct authorization object because it is specifically designed to control start authorization for Web Dynpro ABAP applications, including SAP Fiori apps built on the legacy Web Dynpro framework. It checks whether a user is permitted to launch a specific Web…
Question
What is the authorization object required to define the start authorization for an SAP Fiori legacy Web Dynpro application?
Options
- AS_SERVICE
- BS_START
- CS_SDSAUTH
- DS_TCODE
How the community answered
(28 responses)- A11% (3)
- B79% (22)
- C7% (2)
- D4% (1)
Explanation
S_START is the correct authorization object because it is specifically designed to control start authorization for Web Dynpro ABAP applications, including SAP Fiori apps built on the legacy Web Dynpro framework. It checks whether a user is permitted to launch a specific Web Dynpro application or component.
Why the distractors are wrong:
- A (S_SERVICE): Governs access to ICF (Internet Communication Framework) services - a lower-level HTTP service layer, not the Web Dynpro application start check.
- C (S_SDSAUTH): Relates to SDS (Shared Document Store) authorization and has no role in Web Dynpro start protection.
- D (S_TCODE): Controls access to classic ABAP transaction codes (e.g.,
SE80,SM30). Web Dynpro apps are not launched via transaction codes in the same way, so this object does not apply.
Memory tip: Think "S_START → START a Web Dynpro app." The object name literally describes its purpose - it's the gate you must pass through to start a Web Dynpro application. Contrast it with S_TCODE, which is its equivalent for classic transactions.
Topics
Community Discussion
No community discussion yet for this question.