What are some benefits of using OData V4 compared to OData V2?
Note: There are 3 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;
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 an SAP Fiori hub deployment, where is the SAPUI5 application code stored for a transactional app?
You develop an SAPUI5 app that updates data for sales order and sales order items on the back-end system.
What do you create to implement a deep insert?
Note: There are 2 correct answers to this question.