What can you do to create a worklist SAP Fiori elements application? Note: There are 3 correct answe rs to this questio n.
You finalized your SAPUI5 app development in the SAP Web IDE. What are the platforms available for deployment? 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?
Which of the following activities allow you to store your changes in a local Git repository?
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;
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 answe rs to this questio n.
Which of the following are features of the SAPUI5 SDK?Note: There are 2 correct answers to this question.