Questions for the C-FIORD-2502 were updated on : Dec 01 ,2025
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;
B
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?
Note: There are 2 correct answe rs to this questio n.
@UI.header Info: {
typeNamePlural: 'sales orders',
typeName: 'Sales Order',
title: { type: #STANDARD, value: 'Sales order Number'},
description: { type: #STANDARD, value: 'Sales Order Owner'} }
A. 'Sales Order'
B. Sales Order Owner
C. 'Sales Orders'
D. Sales Order Number value
B D
SAP Fiori elements Annotations
Which of the following UI elements can be part of a standard Analytical List Page application? Note:
There are 3 correct answe rs to this questio n.
A. Visual table
B. Interactive chart
C. Table
D. Form section
E. Visual filter
A B E
SAP Fiori elements Annotations
What does the following ABAP CDS annotation achieve in an SAP Fiori elements app?
@UI.lineItem: [{position: 10}]
ProductName;
@UI.lineItem: [{position: 30}]
Price;
@UI.lineItem: [{position: 20}]
Status;
A. 3 fields in a form:
•
ProductName as the first field
•
Status as the second field
•
Price as the third field
B. 3 columns:
•
ProductName as the first column
•
Status as the second column
•
Price as the third column
•
ProductName as the first field
•
Price as the second field
•
Status as the third field
•
ProductName as the first column
•
Price as the second column
•
Status as the third column
B
SAP Fiori elements Annotations
Which of the following are generic actions provided by SAP Fiori elements?
Note: There are 2 correct answe rs to this questio n.
A. Trigger external navigation.
B. Create an item.
C. Approve an item.
D. Delete an item.
A B
SAP Fiori elements Annotations
The following ABAP CDS annotation is used in an SAP Fiori elements app.
What is the title of the list report table?
@UI.headerInfo: {
typeNamePlural:'Sales Orders',
typeName: 'Sales Order',
title: { type: #STANDARD, value: 'sales order Number'},
description: {type: #STANDARD, value: 'Sales Order Owner'} }
A. Sales Order Numbers
B. Sales Order Owners
C. Sales Orders
C
SAP Fiori elements Annotations
You want to add a column to the list report table that will display the status of a sales transaction as
OK, Warning, or Error. These values should be colored:
•
OK: green
•
Warning: Yellow
•
Error: Red
The field called UpdatedStatus in the Sales entity has the following values:
•
'1' in case of errors
•
'2' in case of warnings
•
'3' in case everything is OK.
Which of the following ABAP CDS annotation must you add?
A. @UI.lineItem: [{position: 30, criticality: 'Updatedstatus '}]
• Status;
B. @UI.lineItem: [{position: 30}]
•
@UI.selectionField: [{position: 30}]
•
Status;
•
UpdatedStatus;
C. @UI.selectionField: [{position: 30}]
• UpdatedStatus;
D. @QUI.lineItem: [{position: 30, color: 'UpdatedStatus '}]
• Status;
A
SAP Fiori elements Annotations
You are modeling a new role for your SAP Fiori Launchpad users.
Which of the following steps is an optional configuration step?
A. Create Catalog
B. Create Group and Assign Tile
C. Assign Catalog to Role
D. Create Tiles and Target Mappings
B
SAP Fiori elements Annotations
Which HTTP request method can you use to create an OData resource?
A. CHANGE
B. PUT
C. UPDATE
D. POST
D
SAP Fiori Overview and Launchpad Configuration
Which SAP Fiori application can you launch using the search function instead of a tile?
A. Transactional
B. Factsheet
C. Legacy
D. Analytical
B
SAP Fiori Overview and Launchpad Configuration
To which of the following does an SAP Fiori tile point directly?
A. An action
B. An SAP Fiori app
C. A semantic object
D. A target mapping with a semantic object and an action
D
SAP Fiori Overview and Launchpad Configuration
In a standard SAPUI5 project, which file is the Application Descriptor that contains the metadata
description of the application?
A. Manifest.json
B. Index.html
C. Neo-app.json
D. Component.js
A
SAP Fiori Overview and Launchpad Configuration
In a SAP Fiori hub deployment, where is the SAPUI5 application code stored for a transactional app?
A. SAP HANA XS Engine
B. SAP Back-End Server (BES)
C. SAP Web Dispatcher
D. SAP Front-End Server (FES)
D
SAP Fiori Overview and Launchpad Configuration
Which of the following tile types can use an OData service to set the title properties?
A. Semi-dynamic
B. Dynamic
C. Static
B
SAP Fiori Overview and Launchpad Configuration
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?
A. By assigning the authorization profile for the catalog in the authorization tab
B. By adding the semantic object to the catalog and group
C. By adding the tile and target mapping to the group
D. By adding the catalog to the menu tab of the role
D
SAP Fiori Overview and Launchpad Configuration