option
Cuestiones
ayuda
daypo
buscar.php
TEST BORRADO, QUIZÁS LE INTERESE: UX403_EN_Col22
COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del Test:
UX403_EN_Col22

Descripción:
SAP Fiori Elements Development

Autor:
kvek
OTROS TESTS DEL AUTOR

Fecha de Creación:
11/01/2023

Categoría: Otros

Número Preguntas: 41
COMPARTE EL TEST
COMENTARNuevo Comentario
No hay ningún comentario sobre este test.
Temario:
What impact does UX have on monetary values? There are 3 correct answers to this question Increase user satisfaction Gain productivity and data quality Strengthen relationship between customers Save training costs Decrease change requests and user errors .
What are the ideas behind the SAP UX strategy? There are 3 correct answers to this question Design Strategy New / Renew / Enablement New / Renew / Empower Architecture and Technology SAP Screen Personas .
What impact does SAP Fiori have on Business? There are 3 correct answers to this question Digitalization Simplification Web & open standards User-centered Re-imagine processes .
What are the current SAP UI Tools? There are 3 correct answers to this question SAPUI5 Application Development Tools SAP Screen Personas SAP NetWeaver Portal Flexible UI Designer SAP NetWeaver Gateway .
What are the current UI Technologies of SAP? There are 3 correct answers to this question Business Server Pages SAPUI5 Java Server Pages Web Dynpro ABAP / Floorplan Manager Dynpro .
What goals does the SAPUI5 framework have? There are 2 correct answers to this question User Interface technology for building and adapting client applications User Interface technology for building and adapting server based applications Providing a lightweight programming model for desktop only applications Providing an extensible framework for building desktop and mobile applications. .
What are the SAP Fiori principles? There are 3 correct answers to this question Rolebased Adaptive Creative Coherent Complex.
What steps are part of the discover phase in the DLD? There are 3 correct answers to this question Scope Test Implement Research Synthesize.
What steps are part of the design phase in the DLD? There are 3 correct answers to this question Test Validate Prototype Scope Ideate .
What are the features of SAP Fiori elements? There are 3 correct answers to this question No JavaScript UI Coding. Metadata-driven approach of SAP 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, and Transaction scenarios. .
Which of the following information about an OData service should be provided as an annotation? Please choose the correct answer 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 .
The combination of Term/Target is unique, that means for an Entity or a field, every term can be used only once. Please choose the correct answer True False .
Which of following templates display only one business entity? Please choose the correct answer List Report Object Page Overview Page Analytic List Page .
Using SAP S/4HANA 1610 with ABAP 7.51, which of following templates can you use for SAP Fiori elements? There are 3 correct answers to this question List Report Object Page Overview Page Analytic List Page .
Which info will be used for creating a destination in SAP BTP for SAP Fiori elements development? Please choose the correct answer Virtual name in SAP Cloud Connector Internal name in SAP Could Connector External name in SAP Cloud Connector Internal address of SAP Backend Server .
When creating a CDS view, the SQL view name and view name for CDS must be identical. Please choose the correct answer True False.
Which of following steps are needed to create an association in CDS and expose it? There are 2 correct answers to this question 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. .
What are the limitations of publishing CDS as OData service by adding a @OData.publish:true? There are 3 correct answers to this question 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. .
In which cases, is a local annotation better than a CDS annotation? There are 2 correct answers to this question 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. .
For a list report, which annotation is used to describe the name of business entity displayed on the report? Please choose the correct answer @UI.lineItem.title @UI.headerInfo.type @UI.headerInfo.typeName @UI.headerInfo.typeNamePlural .
How can you hide some columns when the list report is accessed by a mobile phone? Please choose the correct answer Put all fields, which are not important at the end of the report. When the 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. .
What is the use of the annotation @UI.hidden? Please choose the correct answer 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. .
Which of following description about search field is NOT true? Please choose the correct answer The search field is searching on more than one data field. There is only one search field per list report. The search field searches for only one data field. Search field support fuzzy search. .
Choose available options for creating a value help for a selection field. There are 2 correct answers to this question 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. .
When running a list report, users can only filter data using fields provided as selection fields by developer. Please choose the correct answer True False .
What steps needs to be done in manifest.json if you need to hide variant function in a list report? There are 2 correct answers to this question Add setting to enable smart Variant Management. Add setting to disable smart Variant Management. Set setting variantManagementHidden to true. Set setting showVariantManagement to false. .
How do you set a field as the title for a business entity? Please choose the correct answer 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. .
Which types are supported as header facets for an object page? There are 3 correct answers to this question Field Group Facet Plan Text Facet Smart Chart Facet Rating Indicator Facet .
To add a header facet, you should use @UI.HeaderFacet annotation and put it before the define statement of your CDS view. Please choose the correct answer True False .
The CDS annotation @UI.facet is used to: There are 3 correct answers to this question 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. .
Which of the following properties are relevant to the type of facet? There are 2 correct answers to this question purpose targetQualifier parentId type .
If your back end system is based on ABAP 7.50, which are available ways of using facets? There are 2 correct answers to this question 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. .
What are the options for external navigation? There are 3 correct answers to this question Navigation to URL (As a link). Navigation to URL (As a button). Navigation to Intent (As a link). Navigation to Intent (As a button). .
What can you do by editing manifest.json? There are 2 correct answers to this question Disable object page. Add object pages as sub page under an object page. Define facets on Object Page. Disable List Report. .
The field indicate criticality should be hidden because it means nothing to end user. Please choose the correct answer True False .
What steps are used to display a field as a rating indicator? There are 2 correct answers to this question 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. .
What are the differences between analytical entity set and normal entity set from an OData consumer perspective? There are 3 correct answers to this question 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. The Analytical entity set analyzes the use of the database and runs faster when SAP HANA is used as database compared to a normal entity set. .
SAP Fiori elements support write operations, if the back end service is written by CDS working with BOPF. Please choose the correct answer True False.
Which of the following types are types of cards in an Overview Page? List Cards Link List Cards Analytic Cards Table Cards Stack Cards .
Which areas are part of an Analytic List Page? There are 3 correct answers to this question Title Area Visual Filters Selection Fields Content Area .
In an Analytic List Page, the user can filter data by selecting some points in the chart. Please choose the correct answer True False .
Denunciar Test