Getting an Overview of SAP Fiori Elements for OData V4
Getting an Overview of SAP Fiori Tools
Understanding SAP Fiori Elements Templates
Configuring the General Features of List Reports and Object Pages
Configuring the List Report Filter Bar
Examining Actions Available on the List Report
Configuring the Content of Table Columns
Using Multiple Views in the List Report
Shaping the Header Area of the Object Page
Configuring the Body of the Object Page
Applying Dynamic Field Control and Validating User Input on the Object Page
Discovering the Flexibility of the Programming Model for SAP Fiori Elements for OData V4
Illustrating the Navigation Concept in SAP Fiori Elements for OData V4
Discovering the Analytical List Page

Knowledge quiz

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

1.

What does the following annotation do? Annotate TravelService.Travel with @(Capabilities.DeleteRestrictions: {$Type: 'Capablities.DeleteRestrictionsType', Deletable:false});

Choose the correct answer.
2.

The Create, Delete, and Edit actions are:

Choose the correct answer.
3.

What can table toolbar actions do?

There are two correct answers.
4.

What does the following annotation do? Annotate TravelService.Travel with @UI: {DeleteHidden: true}

Choose the correct answer.
5.

What does the following annotation do? Annotate TravelService.Travel with @(Capabilities.DeleteRestrictions: {$Type: 'Capabilities.DeleteRestrictionsType', Deletable: TravelStatus.insertDeleteRestriction})

Choose the correct answer.