SAP C_FIORD_2502 - SAP Certified Associate - SAP Fiori Application Developer
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;
Which of the following UI elements can be part of a standard Analytical List Page application?
Note: There are 3 correct answers to this question.
Your customer asks you to add text for a new language to an app.
Which file do you send to the translator?
You perform a QUnit test with the following syntactical options.
Which call returns true when you execute it?
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?
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.
Which SAP Fiori application can you launch using the search function instead of a tile?
Which of the following are features of the SAPUI5 SDK?
Note: There are 2 correct answers to this question.