/
Browse
/
Courses
/
Developing an SAP Fiori Elements App Based on a CAP OData V4 Service
/
Getting an Overview of SAP Fiori Elements for OData V4
Getting an Overview of SAP Fiori Elements for OData V4
Using SAP Fiori Elements: Get to Know the Benefits
2 mins
Getting Started with SAP Fiori Elements: Understanding OData and Annotations
18 mins
Outlining the Benefits of SAP Fiori Elements for OData V4
3 mins
Using the SAP Cloud Application Programming Model (CAP)
4 mins
Getting Started
40 mins
Quiz
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 8 right to pass this unit.
1.
Transformations from OData annotations to XML views happen every time the user opens an app.
Choose the correct answer.
True
False
2.
As an app developer, you provide semantic information for the OData service using annotations.
Choose the correct answer.
True
False
3.
SAP Fiori elements is based on the SAPUI5 framework.
Choose the correct answer.
True
False
4.
What will the following URL request http://host/service/Travel?$select=Description,TotalPrice&$filter=Description eq 'Vacation' ?
Choose the correct answer.
The data of the Travel entity restricted to the key fields, Description and TotalPrice fields.
The key fields, Description and TotalPrice of the Travel entity will be displayed, for which Description='Vacation'.
5.
Which mandatory building blocks are combined by SAP Fiori elements to generate an application?
There are three correct answers.
OData service
Annotations
Floorplans
Configuration
Custom code
6.
What will the following URL http://host/service/Travel request?
Choose the correct answer.
The metadata for the Travel entity
The app data for the Travel entity
7.
There are three CAP runtimes: Node.js, ABAP, and Java.
Choose the correct answer.
True
False
8.
What does the OData $metadata file contain?
Choose the correct answer.
App business data
A machine-readable description of the service data model
9.
The SAP Fiori elements framework supports both OData V2 and OData V4.
Choose the correct answer.
True
False
10.
Which of the following URLs will return the service metadata?
Choose the correct answer.
http://host/service/$metadata
http://host/service/
http://host/service/getMetadata