Knowledge quiz

It's time to put what you've learned to the test, get 8 right to pass this unit.

1.

What does the annotation @Consumption.ValueHelpDefiniton specify?

There are two correct answers.
2.

You want to create an application according to the ABAP RESTful Application Programming Model using the Object Generator. What kind of development object do you need as a starting point?

Choose the correct answer.
3.

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.
4.

Where do you declare fields as read-only?

Choose the correct answer.
5.

When you create a validation, what does the system generate automatically?

Choose the correct answer.
6.

Which of the following parts of a behavior definition are generated automatically?

There are two correct answers.
7.

You need to display an error text. Where do you create it?

Choose the correct answer.
8.

Which of the following can you use to specify the data type of a column in a database table?

Choose the correct answer.
9.

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.