Which file is required for configuring an SAP Fiori elements application?
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.
What can you use to add a filter field to a list report in an SAP Fiori elements application?
Note: There are 2 correct answers to this question.
In the screenshot, which element of the Arrange-Act-Assert pattern corresponds to theActin a QUnit test?
Which of the following content types can be displayed within a table cell in SAP Fiori elements applications?
Note: There are 3 correct answers to this question.
Which SAP Fiori application can you launch using the search function instead of a tile?
Which methods can you use to bind data to the controls in SAPUI5?
Note: There are 3 correct answers to this question.
You develop an SAPUI5 app and implement a FacetFilter.
What events are triggered when the user interacts with the FacetFilter control?
Note: There are 2 correct answers to this question.
You need to bind data from a model to an SAPUI5 view control.
Which of the following modes are valid?
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.
Which of the following are building blocks provided by SAP Fiori elements?
Note: There are 3 correct answers to this question.
You created a new catalog that contains some apps. You want to assign these apps to an existing role to provide authorization for the business users.
How can you do this using the PFCG transaction?
Which HTTP request method can you use to create an OData resource?
You need the backend server to sort and filter the data used in your customer's app.
Which SAPUI5-supported data model must you use?
What can you do to create a worklist SAP Fiori elements application?
Note: There are 3 correct answers to this question.
How can you extend an SAP Fiori app?
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.
Which of the following activities allows you to send commits from your local branch in your Git repository to the remote repository?