Which of the following are extensibility apps from the Extensibility Business Catalog? There are 3 correct answers to this question.
A. Custom Database Fields
B. Data Source Extensions
C. Custom CDS Views
D. CustomFields and Logic
E. Configure Software Packages
Which of the following floor plans does SAP Fiori elements offer? There are 3 correct answers to this question.
A. List Report
B. Initial Page
C. Master Detail Page
D. Overview Page
E. Worklist
You plan to migrate an SAP ERP system to SAP S/4HANA. Which of the following tasks are recommended but NOT mandatory?
There are 2 correct answers to this question.
A. Custom code evaluation
B. Performance tuning
C. SAP S/4HANA checks
D. Functional adaption
In your system landscape, you create a Custom Business Object in the SAP S/4HANA On- Premise edition. Which steps are necessary to use the Custom Business Object as the basis for an SAP Fiori app?
There are 2 correct answers to this question.
A. Create a project in the SAP Gateway Service Builder (SEGW)and reference your Custom Business Object as data source
B. Register the OData service based on your Custom Business Object in SAP Gateway
C. Activate the UI Generation checkbox in the Custom Business Objects app
D. Activate the Service Generation checkbox in the Custom BusinessObjects app
You define a business role for SAP Fiori. Which of the following can you assign? There are 2 correct answers to this question.
A. Tiles
B. Catalogs
C. Target Mappings
D. Groups
The root-node of a CDS-based business object is based on CDS View ZMY_VIEW. The persistent data is stored in the database table ZMY_TABLE. At least one key field of ZMY_TABLE has a different name in CDS View ZMY_VIEW.
Which kind of repository object is needed to map the fields of ZMY_VIEW to the fields of ZMY_TABLE?
Please choose the correct answer.
A. SQL View
B. Database View
C. Structure Type
D. Global Class
You want to add a validation to a Custom Business Object. Which pattern do you choose for your custom logic?
Please choose the correct answer.
A. Before Modification
B. After Modification
C. Before Save
D. After Save
There are many syntax differences between SAP HANA SQLScript and Open SQL. Which of the following rules are common ground between the two languages?
There are 2 correct answers to this question.
A. Host variables are escaped with an at symbol (@)
B. Statements are ended with a period (.)
C. Comments can be marked by an asterisk (*) at position 1
D. Key words can be upper-case or lower-case
Which of the following new repository object types were introduced with ABAP CDS? There are 3 correct answers to this question.
A. Access Control
B. External View
C. Metadata Extension
D. Data Definition
E. Business Object
Which of the following features are part of the new syntax for OpenSQL? There are 2 correct answersto this question.
A. Comma-separated column list
B. Blank-separated column list
C. ABAP variables escaped with :
D. ABAP variables escaped with @