How can you extend an SAP Fiori app?
Note: There are 3 correct answers to this question.
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.
To visualize metrics using cards, which SAP Fiori elements template does SAP recommend to use?
Your customer asks you to demonstrate their app with localization changes.
Which activity do you perform?
What are some SAP recommended ways of adding custom code to an SAP Fiori elements application?
Note: There are 3 correct answers to this question.
You finalized your SAPUI5 app in the SAP Business Application Studio.
To which of the following platforms can you deploy this app?
Note: There are 2 correct answers to this question.
Which of the following tile types can use an OData service to set the title properties?
What are some benefits of using SAP Fiori elements?
Note: There are 3 correct answers to this question.
Which activities does the OData Model Editor support?
Note: There are 2 correct answers to this question.
What is added by the following ABAP CDS annotation to an SAP Fiori elements app?
@UI.facet: [{
label: 'Personal data',
type: #COLLECTION,
id: 'persData',
position: 10
},
{
label: 'address',
purpose: #STANDARD,
position: 10,
type: #FIELDGROUP_REFERENCE,
parentId: 'persData',
targetQualifier: 'address'
}]
@UI.fieldGroup: [{qualifier: 'address', position: 10}]
Street;
@UI.fieldGroup: [{qualifier: 'address', position: 20}]
City;