option
Questions
ayuda
daypo
search.php

UX403

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
UX403

Description:
UX403_EN

Creation Date: 2021/12/05

Category: Others

Number of questions: 33

Rating:(2)
Share the Test:
Nuevo ComentarioNuevo Comentario
New Comment
NO RECORDS
Content:

1. What are the features of Fiori Elements?. No JavaScript UI Coding. Metadata-driven approach of Fiori development. A replacement for traditional free style SAPUI5 programming, can satisfy all customer needs in a brand new approach. Centrally Provided Templates covering Reporting, Analytic, Transaction scenarios.

2. Which of the following information about an OData service should be provided as an annotation?. The entities of an OData service. Properties of an Entity Set/Collection. The position for each field in a list report. Data type for each property in an Entity Set/ Connection.

3. The combination of Term/Target is unique, that means for an Entity or a field, every term can be used only once. True. False.

4. Which of following templates display only one business entity?. List Report. Object Page. Overview Page. Analytic List Page.

5. Using S/4 HANA 1610 with ABAP 7.51, which of following templates can you use for Fiori Element?. List Report. Object Page. Overview Page. Analytic List Page.

6. Which info will be used for creating a destination in SAP Cloud Platform for Fiori Elements development?. Virtual name in SAP Cloud Connector. Internal name in SAP Could Connector. External name in SAP Cloud Connector. Internal address of SAP Backend Server.

7. When creating a CDS view, the SQL view name and view name for CDS must be identical. True. False.

8. Which of following steps are needed to create an association in CDS and expose it?. Declare an association using “association to” statement. Declare an association using “left outer join” statement. Expose the association by writing its name in projection list. Expose fields in the association by writing each field in projection list.

9. What are the limitations of publishing CDS as OData service by adding a @OData.publish:true?. Cannot expose associations. Cannot change names of entity sets. Only 1 level is taken into consideration when exposing associations. No customized ABAP code in SAP Gateway.

10. In which cases, is a local annotation better than a CDS annotation?. UI with data intensive. Annotations is for 1 field. Complex UI relevant annotations. You want to use annotations which are not support by your current ABAP version.

11. For a list report, which annotation is used to describe the name of business entity displayed on the report?. @UI.lineItem.title. @UI.headerInfo.type. @UI.headerInfo.typeName. @UI.headerInfo.typeNamePlural.

12. How can you hide some columns when the list report is accessed by a mobile phone?. Put all fields, which are not important at the end of the report, when screen gets smaller, the fields will hide automatically. Add @UI.hidden for fields. not import. Prepare a different version of @UI.lineItem and assign them as a different qualifier. Set UI.lineItem.importance for those fields as #LOW or @Medium.

13. What is the use of the annotation @UI.hidden?. Prevent a column from display on the UI. Not expose these fields as a property of OData service. Prevent a column selected by user when customizing table settings. Create a invisible column to save the value in a hidden control of HTML.

14. Which of following description about search field is NOT true?. The Search field is searching on more than one data field. There is only 1 search field per list report. Search field searches for only 1 data field. Search field support fuzzy search.

15. Choose available options for creating a value help for a selection field. By adding a foreign key annotation. By adding a value help annotation. If the domain which associates to the field, has a fixed value, the value help will be generated automatically. By adding annotations to list all possible in source code of CDS.

16. When running a list report, users can only filter data using fields provided as selection fields by developer. True. False.

17. What steps needs to be done in manifest.json if you need to hide variant function in a list report?. Add setting to enable smart Variant Management. Add setting to disable smart Variant Management. Set setting variantManagementHidden to true. Set setting showVariantManagement to false.

18. How do you set a field as the title for a business entity?. Add @UI.title annotation for that field. Add @UI.headerInfo.title annotation for that field. Add @UI.headerInfo.title.value for the CDS view and reference it to the field. Add @UI.headerInfo.title for the CDS view and reference it to the field.

19. Which types are supported as header facets for an object page?. Field Group Facet. Plan Text Facet. Smart Chart Facet. Rating Indicator Facet.

20. To add a header facet, you should use @UI.HeaderFacet annotation and put it before the define statement of your CDS view. True. False.

21. The CDS annotation @UI.facet is used to: Create a Header Facet. Create a collection facet, which is displayed as section. Create a reference under collection facet. Create content, like field groups, or charts for a Facet.

22. Which of the following properties are relevant to the type of facet?. purpose. targetQualifier. parentId. type.

23. If your backend system is based on ABAP 7.50, which are available ways of using facets?. Declare both: field groups and facets in CDS view. Declare both: field group and facet as local annotation using BAS. Declare field group in CDS view, declare facets as local annotation using BAS. It is not possible to use facets in ABAP 7.50.

24. What are the options for external navigation?. Navigation to URL (As a link). Navigation to URL (As a button). Navigation to Intent (As a link). Navigation to Intent (As a button).

25. What can you do by editing manifest.json?. Disable object page. Add object pages as sub page under an object page. Define facets on Object Page. Disable List Report.

26. The field indicate criticality should be hidden because it means nothing to end user. True. False.

27. What steps are used to display a field as a rating indicator?. Set type of line item to #AS_DATAPOINT. Add a @UI.datapoint to the field and set visualization to #RATING. Add a @UI.chart annotation to the field and set visualization to #RATING. Set the visualization of line item to #RATING.

28. What are the differences between analytical entity set and normal entity set from an OData consumer perspective?. The Analytical entity set, generates a new field for primary key. The Analytical entity set, returns all data, needed to analyze the client. The Analytical entity set, returns summarized results according to the $select parameter. Analyzes the use of the database and runs faster when SAP HANA is used as database compared to a normal entity set.

29. Fiori Elements support write operations, if the backend service is written by CDS working with BOPF. True. False.

30. Which of the following types are types of cards in an Overview Page?. List Cards. Link List Cards. Analytic Cards. Table Cards. Stack Cards.

31. In an overview page, all entity sets for cards have an association with the entity set for global filter, otherwise the filter will not work on the card. True. False.

32. Which areas are part of an Analytic List Page?. Title Area. Visual Filters. Selection Fields. Content Area.

33. In an Analytic List Page, the user can filter data by clicking some points in the chart. True. False.

Report abuse