What does the following ABAP CDS annotation achieve in an SAP Fiori elements app?
abap
Copy
@UI.lineItem: [{position: 10}]
ProductName;
@UI.lineItem: [{position: 30}]
Price;
@UI.lineItem: [{position: 20}]
Status;
How can you configure the Flexible Column Layout in an SAP Fiori elements application?
Note: There are 2 correct answers to this question.
You need the backend server to sort and filter the data used in your customer's app.
Which SAPUI5-supported data model must you use?
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: RedThe field UpdatedStatus has the following values:
'1' = Error
'2' = Warning
'3' = OKWhich of the following ABAP CDS annotation must you add?
Which of the following determines how data is displayed in SAP Fiori elements applications?
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 answers to this question.