To visualize metrics using cards, which SAP Fiori elements template does SAP recommend to use?
The following ABAP CDS annotation is used in an SAP Fiori elements app.
What will be displayed in the upper left part of the object page?
@UI.headerInfo: {
typeNamePlural: 'sales orders',
typeName: 'Sales Order',
title: { type: #STANDARD, value: 'Sales order Number'},
description: { type: #STANDARD, value: 'Sales Order Owner'}
}
Note: There are 2 correct answers to this question.
You want to add a column to the list report table that will display the status of a sales transaction as OK, Warning, or Error. These values should be colored:
OK: green
Warning: Yellow
Error: RedThe field UpdatedStatus has the following values:
'1' = Error
'2' = Warning
'3' = OKWhich of the following ABAP CDS annotation must you add?
A business user is unable to find an application on the SAP Fiori Launchpad or on the App Finder.
Which of the following options could explain why the tile is unavailable?
Note: There are 3 correct answers to this question.
Which features of the SAP Business Application Studio help you extend a standard SAP Fiori app?
Note: There are 2 correct answers to this question.
You want to create an SAP Fiori application containing charts and visual filters.
Which SAP Fiori template would you use?
You are extending an SAP Fiori app.
Which of the extension properties are defined in the manifest.json?
Note: There are 2 correct answers to this question.
Which methods can you use to bind data to the controls in SAPUI5?
Note: There are 3 correct answers to this question.
Your customer asks you to add text for a new language to an app.
Which file do you send to the translator?
What are some benefits of using OData V4 compared to OData V2?
Note: There are 3 correct answers to this question.
Your customer wants to enable the SAP Fiori app to be accessed in multiple languages.
Which of the following activities do you perform?
Note: There are 3 correct answers to this question.
Your customer requires an app to display flight information on a mobile device as detailed in the following screenshot for details.
Which options can you use to display the same data in a readable format on a mobile device?
Note: There are 2 correct answers to this question.
How can you extend an SAP Fiori app?
Note: There are 3 correct answers to this question.