Quiz Explanation
Question. 1
Which of the following are benefits of draft-enabling an application? Note: There are 3 correct answers to this question.
A. Support for device switching
B. Support for continuous work
C. Early feedback from validations
D. Re-use of existing business logic
E. Implicit authorization checks
Answers A B C
Question. 2
In a central hub deployment, which protocol is used to communicate between front-end and back-end server?
A. InA
B. OData
C. RFC
D. HTTP
Answers B
Question. 3
You want to use the extensibility app, Custom Fields and Logic, to define custom fields for an SAP Fiori app. Which of the following conditions is a prerequisite for this activity?
A. Custom fields can only be created for SAP Fiori apps that have been enabled by SAP for this type of extension.
B. You must release the SAP Fiori app for extensibility via transaction Setup Adaptation Transport Organizer for Key User Tools (S_ATO_SETUP).
C. You must release the SAP Fiori app for extensibility using the Enable Fields for Use transaction in the Custom Fields and Logic (SCFD_EUI) app.
D. There is no specific requirement. Custom fields can basically be created for any SAP Fiori app.
Answers A
Question. 4
Which of the following floorplans does SAP Fiori elements offer? Note: There are 3 correct answers to this question.
A. List Report
B. Initial Page
C. Master Detail Page
D. Overview Page
E. Worklist
Answers A D E
Question. 5
You implement the behavior of a CDS-based BOPF Business Object. For which of the following tasks can you reuse the implementation from the BOPF public library?
A. Check for existing foreign keys
B. Auto-fill a Last Changed By field
C. Auto-fill semantic key fields
D. Check for valid dates in input fields
Answers C
Question. 6
What can you do with the SQL Trace Tool (ST05)? Note: There are 3 correct answers to this question.
A. Detect all deleted database records
B. Locate database-related performance issues
C. Locate database-related functional issues
D. Display record of all database access
E. Detect redundant statements
Answers B C E
Question. 7
Which of the following ways can you use to address input parameter X in the CDS view definition? Note: There are 2 correct answers to this question.
A. :X
B. @X
C. @parameters.X
D. $parameters.X
Answers A D
Question. 8
You define a business role for SAP Fiori. Which of the following can you assign? Note: There are 2 correct answers to this question.
A. Tiles
B. Catalogs
C. Target Mappings
D. Groups
Answers A D
Question. 9
Which of the following do you use as a separator between a table and a field name in a CDS view definition?
A. Tilde (~)
B. Pointer(->)
C. Minus (-)
D. Period (.)
Answers D
Question. 10
You are writing an ABAP Managed Database Procedure that contains a SELECT statement. How does client handling work?
A. Use sy-mandt
B. Use session_context( 'CLIENT' )
C. Use $session.client
D. Client handling is automatic
Answers B