What are some characteristics of fragments?
Note: There are 2 correct answe rs to this questio n.
Answer : A, D
What are some examples of extension points?
Note: There are 3 correct answe rs to this questio n.
Answer : A, C, D
In a SAP Fiori hub deployment, where is the SAPUI5 application code stored for a transactional app?
Answer : D
Which of the following are generic actions provided by SAP Fiori elements?
Note: There are 2 correct answe rs to this questio n.
Answer : A, B
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 answe rs to this questio n.
Answer : A, C
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;
Answer :
Which of the following activities allows you to send commits from your local branch in your Git repository to the remote repository?
Answer : D