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
Which of the following make up the behavior of a BOPF Business Object? There are 3 correct answers to this question.
A. Authorizations
B. Validations
C. Determinations
D. Associations
E. Actions
You want to define an ABAP Managed Database Procedure (AMDP) . Which are requirements in the definition part of the class?
There are 2 correct answers to this question.
A. The AMDP method has at least one exporting parameter.
B. The AMDP method is defined as a a static method.
C. The class implements interface if_amdp_marker_hdb.
D. All parameters of the AMDP method are passed by value.
Which of the following are valid ways to insert a comment in a Data Definition (DDL source)? There are 2 correct answers to this question.
A. /* comment */
B. -- comment
C. // comment
D. * comment
Which expression can you use in Open SQL release 7.50? Please choose the correct answer.
A. CASE
B. NEW
C. CONV
D. COND
Which of the following new features are supported by the CDS Views but not by the ABAP Dictionary Views?
There are 3 correct answers to this question.
A. Aggregations and grouping
B. Enhancement with custom fields
C. Combining queries as inner join
D. Nested views (View-on-View)
E. Expressions in the field list
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
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 @