Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

Which methods can you use to bind data to the controls in SAPUI5?

Note: There are 3 correct answers to this question.

A.

Property

B.

Aggregation

C.

Structure

D.

Combination

E.

Element

What can you do to create a worklist SAP Fiori elements application?

Note: There are 3 correct answers to this question.

A.

Use the Page Map to hide the filterbar of a list report application.

B.

Add the UI.hideFilterBar annotation to the local annotation file.

C.

Add a setting to the manifest.json file of your list report.

D.

Add the UI.hideFilterBar annotation in the backend.

E.

Use the Application Generator with a suitable template.

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.

A.

Create new templates

B.

Use building blocks

C.

Create apps using the custom page template in the application generator

D.

Use controller extensions

E.

Use private methods of SAP Fiori elements

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?

A.

@UI.lineItem: [{position: 30, criticality: 'UpdatedStatus '}]

B.

@UI.lineItem: [{position: 30}] + @UI.selectionField: [{position: 30}]

C.

@UI.selectionField: [{position: 30}]

D.

@UI.lineItem: [{position: 30, color: 'UpdatedStatus '}]

What can you do using the SAP Fiori Tools Extension Pack?

A.

Develop the SAP Fiori elements framework

B.

Implement SAP Business Technology Platform integration

C.

Build SAP Fiori applications

What are the lifecycle events of an SAPUI5 view controller?

Note: There are 2 correct answers to this question.

A.

onbeforeEntry

B.

onRendering

C.

onAfterRendering

D.

onExit

Which model supports deep inserts?

A.

XML model

B.

JSON model

C.

Resource model

D.

OData model

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