Which of the following are extensibility apps from the Extensibility Business Catalog?
There are 3 correct answers to this question.
Which of the following new repository object types were introduced with ABAP CDS?
There are 3 correct answers to this question.
The Entity Manipulation Language (EML) is an extension of which of the following?
Please choose the correct answer.
Which of the following CDS view definitions is syntactically correct?
Please choose the correct answer.
For performance optimization, you want to combine the results of ABAP Test Cockpit and the SQL Monitor runtime data. Which tool do you use for this?
Please choose the correct answer.
The class CL_CLASS contains a public static method DO_SOMETHING with an importing parameter PARAM TYPE i. Your program contains the following data declaration: DATA var TYPE string.
Which of the following method calls is syntactically correct?
There are 2 correct answers to this question.
You have written the following code: START-OF-SELECTION. LOOP AT itab INTO DATA(line). * ENDLOOP. The system creates a variable called Line. When is it created and when can you address it?
Please choose the correct answer.
You have a field currcode in a CDS view definition. You want to annotate the field with a label. Which of the following are syntactically correct?
There are 2 correct answers to this question.
You want to write a SELECT statement using the Open SQL syntax of release 7.50.Which of the following sequences of clauses are valid?
There are 2 correct answers to this question.
Which of the following do you use as a separator between a table and a field name in Open SQL?
Please choose the correct answer.