It’s time to put what you’ve learned to the test, get 7 questions right to pass this unit.
Q1.
In the validation, you use the READ ENTITIES statement to read the data entered by the user. Which parameter of the validation method do you use to ensure that the correct data is retrieved?
Choose the correct answer.
A
REPORTED
B
FAILED
C
KEYS
Q2.
Which of the following parts of a behavior definition are generated automatically?
There are 2 correct answers.
A
Draft enabling
B
Validations
C
Determinations
D
Create, update, and delete operations
Q3.
You want to generate the development objects for a simple ABAP RESTful application. When you define the database table you must create a client field. Which data type must it have?
Choose the correct answer.
A
The built-in ABAP Dictionary type abap.char(3)
B
The built-in ABAP Dictionary type abap.clnt.
C
The data element MANDT.
Q4.
Where do you declare fields as read-only?
Choose the correct answer.
A
In the metadata extension
B
In the behavior implementation
C
In the behavior definition
Q5.
Which of the following can you use to specify the data type of a column in a database table?
Choose the correct answer.
A
Domain
B
Data element
C
Local type
Q6.
What does the annotation @Consumption.ValueHelpDefiniton specify?
There are 2 correct answers.
A
A list of possible entries
B
A CDS view that provides the hit list
C
A list of fields in the hit list
D
The field that provides the selected value
Q7.
When you create a validation, what does the system generate automatically?
Choose the correct answer.
A
An empty method in the local class of the behavior implementation.
B
An empty method in the global class of the behavior implementation.
C
A fully-implemented method in the local class of the behavior implementation.
D
A fully-implemented method in the global class of the behavior implementation.
Q8.
You need to display an error text. Where do you create it?