FIORI DEV 21
![]() |
![]() |
![]() |
Title of test:![]() FIORI DEV 21 Description: Fiori Dev |




New Comment | ||
---|---|---|
| ||
| ||
END OF LIST |
When do you use deep insert?. When working with hierarchical data where the data can only be stored in the full hierarchy. When working with aggregation binding to update / insert an entity in the bound complex structure. When adding a new entity to an entity set. What do you configure to import the BUILD prototype in the SAP Web IDE for development?. The API key in the SAP Web IDE plugin. The connection in the SAP HANA Cloud Connector. The connection in the SAP HANA Cloud Integration. The destination in the SAP HANA Cloud Platform. You need the backend server to sort and filter the data used in your customer's app. Which SAPU15-supported data model must you use?. XML Model. JSONModel. ResourceModel. ODataModel. Which of the following statements are true about the merge functionality in GIT?. Allows the merging of two local branches into one local branch. Allows integration of a branch into another branch. A merge deletes the content of a branch. When SAP Web IDE deploys an SAPUI5 app to the ABAP server, which type of app is it deployed as?. OpenUI5. ABAP. HTML5. BSP. Which features of the SAP Web IDE help you extend a standard SAP Fiori app? (2 answers). A wizard to generate the files for each extension possibility. The Descriptor Editor to choose elements for extension. An editor to modify the data model in the extended project. The Extensibility Pane to extend the control. Why does SAP Fiori use an intent-based navigation?. The concrete app targets can be deployed separately. Apps targets can be deployed separately. App implementation make the app deployment easier. Apps can be developed and deployed in parallel. Which binding modes are supported by SAPUI5?. One-way. One-time. Once. Single-time-only. Two-way. Your customer asks you to add text for a new language to an app. Which file do you send to the translator. il8n.properties. Master.view.xml. Component.js. Manifest.json. How do you access the MessageManager?. You have to instantiate the MessageManager using the constructor function. It is a singleton and can be accessed by the getMessageManager function on the core object. Each UI control provides a function to access the MessageManager. Which control can you use to create responsive table-free layouts?. sap.ui.layout Grid Control. sap.ui.layoutVerticalLayout. sap.ui.layout. HorizontalLayout. sap.ui.layout. Responsive FlowLayout. How does the OData Model handle XSRF tokens?. The OData Model does not handle XSRF-tokens. The developer must implement token handling. The OData Model fetches the token when reading the metadata and sends the token automatically in each write request header. The OData Model fetches the token for each request and sends the token automatically with each request. What are Technical Catalogs used for? Note: There are 2 correct answers to this question. As a reference for Business Groups. To store tiles and target mappings by technology per solution area. As a reference for Business Catalogs. To reference tiles and target mappings according to Segregation of Duties for example a Purchaser, a Buyer and so on. What happens when you use the SAP Web IDE console during a deployment? (2 answers). You can debug the error messages in the console. You can view error messages when a deployment is successful. You can view error messages when a deployment is NOT successful. You can archive the success messages in the console. You finalized your app development in the SAP Web IDE and need to deploy it. Which deployment targets are offered? (3 answers). Deploy to SAP Fiori launchpad. SAPUI5 Java Repository. SAPUI5 ABAP Repository. Register to SAP Fiori launchpad. SAP HANA Cloud Platform. In the design thinking phase of your customer project, one design is accepted as viable. What other attributes need to be valid for this design to be considered? (2 answers). Feasible. Usable. Desirable. Achievable. What options can you use to add UI annotations to a SAP Fiori Element Page? Note: There are 3 correct answers to this question. Add Annotation to the Annotation file present as a part of WeblDE project using Annotation modeler. Add Annotation with the help of a Metadata Extension. Add Annotations to the underlying CDS view. Add Annotation to the underlying Database Table. In SAP Fiori Back End system, which of the following OData service to define model and to use the method define to create entity, properties etc. using code based implementation?. Data Provider Class. Base Class. Model Provider Class. Extension Class. In SAP Fiori Back End system, work flow scenario runs in which of the following?. SAP NetWeaver Gateway. Process Gateway. SAP Business Suite. SAP HANA System. In SAP Fiori Data flow, where do UI objects and Launchpad data stored?. SAP Web Dispatcher. Front End Server. Back end Server. SAP HANA. In SAP Fiori Workflow, to expose our Gateway service to outside world, an entry must be created in?. Web Server. OData Service. SAP Business Suit. Service Catalogue. In SAP Fiori, which of the following technology provides a viable option for creating a secure SSO infrastructure if you're considering extending single sign-on to extranet or cross-company scenarios?. SAP Single Sing on. X.509 Certificates. Kerberos. Window AD Authentication. In SAP Hana Server side encryption, which of the below encryption type is used for storing internal column data securely?. Data volume encryption. Internal Data Encryption service. Secure store in the file service SSFS. B and C. None of the above. In SAP NetWeaver Gateway hub deployment, Gateway service development takes place in which of the following system?. IW_HBD(HANA). IW_PGW(Process Gateway). IG_GIL(GENIL). IW_BEP Add-on. In the source code below, which of the following locations must reference the extension point? code:View xmlns:core="sap.ui.core" xmlns:mvc="sap.ui.core.mvc" xmlns="sap.m" controllerName="appextension.EmployeeData" xmlns:html=http://www.w3.org/1999/xhtml> Page title="Title" content Label text = "First name:" Input core:ExtensionPoint name="forMiddleName:" Label text = "Last name:" Input Button text="Get Info" press="doGetInfo" content Page core:View. Component.js. EmployeeDate.Controller.js. Neo-app.json. EmployeeData.view.xml. In UI controller Extensibility, which of the following function is event handler and must be of void or int type, with no parameters?. OnInit. myNewFunction. OnSlide. onPanelClick. In UI view Extensibility, a fragment and view must be named as −. <NAME>.xml,<VIEW>.xml. <NAME>.fragment.xml,<NAME>.view.xml. Fragment.xml,view.xml. <NAME>.view.xml,<NAME>.fragment.xml. In what base class implementation is the function setModel implemented? (There are 1 correct answers to this question). sap.ui.base.ManagedObject. sap.ui.base.Object. sap.ui.base.interface. sap.ui.modle.base.baseModel. OData messages are transferred in the format of XML or JSON. Which of the following message format type provide data reduction up to 40%?. JSON. HTML. XML. All of the above. REST stands for _________________ and it is sometimes spelled as "ReST". Representational status Transfer. Representational state Transfer. Revers state Transfer. Revers status Transfer. SAP Fiori applications can be classified as which of the following: 3 correct answer. FactSheet. Educational. Transactional. Analytics. What are the SAP Fiori principles? 3 correct answers. Rolebased. Adaptive. Creative. Coherent. Complex. What can your customer use a custom SAP Fiori client for? 3 correct answers . To add additional plugins to the application. To build the SAP Fiori client with the customized communication protocol. To apply custom branding. To wrap the application with sap mobile secure. To create non-cordova hybrid application container. What is the name of the aggregation of the sap.m.App control where the UI-controls are aggregated?. fullPages. pages. masterPages. detailPages. A user wants to add an application to his SAP fiori home page but can't find it in the app finder. What does the admin have to do?. Assign the corresponding SAP fiori tile group to the user. Assign the corresponding SAP fiori tile catalog to the user. Add the tile to a tile group already assign to the user. Add the corresponding tile catalog to the tile group. Analytical apps are used to provide ____________ real time information about the business operations. Role-based. Application based. event-based. For which operations will the SAP Gateway server compute and return a new ETag in a response header? (There are 2 correct answers to this question). GET. PUT. POST. Delete. Your customer requires that the SAPUI5 design of all apps reference a specific and consistent look and feel. What do you create? There are 3 correct answers to this question. Create a theme using the Theme Designer implementing the specific look and feel and reference this theme in the bootstrap of all apps. Create a model using the Web IDE implementing the specific look and feel and reference this model in the bootstrap of all apps. Create a module using the Web IDE implementing the specific look and feel and reference this module in the bootstrap of all apps. Create a global JavaScript file using the Web IDE implementing the specific look and feel and reference this file in the bootstrap of all apps. Create a css file using the Web IDE implementing the specific look and feel and reference this css in the bootstrap of all apps. You develop an SAPUI5 app that updates data on the SAP back-end system. What activities are required when you implement an XSRF token? There are 2 correct answers to this question. Execute the Refresh method for an expired token. Generate a token on each read and write request. Retrieve the token and send it with each service request. Include the token in the HTTP request body of each write request. Which technologies are used to create Hybrid apps and SAPUI5 apps?. XML, JSON and CSS. HTML5, JavaScript and CSS. XML, JavaScript and CSS3. HTML, JSON and CSS3. Your customer needs an app that can perform data modifications. Which ODataModel binding-mode do you select?. Two-way. One-way. One-time. Three-way. Which of the following pattern sequences are the QUnit tests based on?. Given, Then, and When. Assert, Act, and Arrange. Arrange, Act, and Assert. Given, When, and Then. Why does SAP Fiori use an intent-based navigation?. Apps targets can be deployed separately. Apps can be developed and deployed in parallel. The concrete app targets can be deployed separately. App implementation make the app deployment easier. Why do you use the Cordova and SAP Kapsel plug-ins when using the SAP Web IDE, SAP HAT add-on? There are 2 correct answers to this question. To enable multiple SAPUI5 apps. To integrate device APIs. To use offline OData. To use X.509 client certificates. Which application types can you develop and deploy on the SAP HANA Cloud platform? There are 3 correct answers to this question. HTML apps. Java apps. Objective-C apps. ABAP apps. HANA XS apps. What are the advantages of the Sinon.JS framework? There are 2 correct answers to this question. It provides support for Spies, stubs and mocks. It enables test-driven development. It supplies higher level test doubles for timers and AJAX requests. It can be used with any JavaScript unit test framework. Which properties are part of the design phase when you develop SAP Fiori apps?. Requirement gathering, Research and Documentation. Scoping, 360 degree research and Synthesis. Ideation, Prototyping and Validation. Developing, Testing and Deploying. What activity does the QUnit Stub functionality perform?. Returns values for method calls. Supplies parameter for method calls. Provides parameters and return values for method calls. Verifies that expected methods are called correctly. Which of the following activities allow you to store your changes in a local Git repository?. Push. Commit. Clone. Save. Where are the themes saved for the SAP Fiori launchpad?. In the theme repository. In the theme data center. In the bootstrap. In the UI theme designer tool. What is an Aggregation? There are 2 correct answers to this question. A relationship between the text field and its label. Is a parent child relationship. A relationship between two controls. Is not a parent/ child relationship. You finalized your app development in the SAP Web IDE and need to deploy it. Which deployment targets are offered? There are 3 correct answers to this question. SAP HANA Cloud Platform. SAPUI5 ABAP Repository. Deploy to SAP Fiori launchpad. Register to SAP Fiori launchpad. SAPUI5 Java Repository. Which activities does the OData Model Editor support? There are 3 correct answers to this question. Deploy ODataModels. Define Odata models. Test ODataModels. Edit ODataModels. What does coherence refer to in the SAP Fiori design principles? There are 2 correct answers to this question. The way in which the data is handled internally. A consistent interaction and visual design language. A description of the technological foundation. The same intuitive experience across the whole enterprise. In the Git source code management system, what is executed initially to create the local Git repository in SAP Web IDE?. Fetch. Pull. Clone. Push. Which features of the SAP Web IDE help you extend a standard SAP Fiori app? There are 2 correct answers to this question. The Extensibility Pane to extend the control. A wizard to generate the files for each extension possibility. The Descriptor Editor to choose elements for extension. An editor to modify the data model in the extended project. What result do you expect from the de-composition and re-composition phases? There are 3 correct answers to this question. A purpose-built app to support personas. The break-down of a large transaction. An adaptive and coherent app. A responsive de-composed design. The prevention of irrelevant data being shown to the user. Which deployment options do you have for SAP Fiori UIs and OData Services regarding the software components? There are 2 correct answers to this question. Two different deployment packages on a different from the business packages. One deployment package on a different system from the business system. One deployment package on the same system as the business system. Two different deployment packages on the same system as the business system. You perform a QUnit test with the following syntactical options. Which call returns true when you execute it?. Assert.strictEqual(0,””,”true”);. Assert.strictEqual(0,null,”true”);. Assert.strictEqual(0,”0”,”true”);. Assert.strictEqual(0,-0,”true”);. While testing an SAP Fiori app you discover that a button on the page delivers no response. Which of the following agile pyramid options do you use?. Sinon. Mock server. QUnit. OPA. What is the purpose of the Logon Plugin Data Vault of the SAP Fiori Client?. Provide a reusable component for storing sensitive information on the device. Enable secure and seamless handling of attachments. Allow a client policy that can be defined on the mobility platform. Prevent the access to all nonessential plugins. You develop an SAPUI5 app and implement a FacetFilter. What events are triggered when the user interacts with the FactFilter control? There are 2 correct answers to this question. oninit. reset. confirm. listFilter. In which attribute do you specify the themes for an SAP Fiori app?. sap-ui-theme of <body> tag. data-sap-ui-theme of the <head> tag. sap-ui-theme of a <title> tag. data-sap-ui-theme of <script> tag. You need to configure a SAP Web IDE destination to extend an existing SAP Fiori app. Which configuration setting for the WebIDEUsage property is required?. dev_abap. ui5_execute_abap. odata_fiori. extend_fiori. Which security features does the SAP Fiori provide to restrict the access to native device capabilities? There are 2 correct answers to this question. Privacy screen. Restricted device functionality using a client policy. Bridge for non-Fiori content. Encrypted storage of data on the device. Which element in the SAPUI5 architecture holds the data in JSON or XML?. View. Model. Controller. Component. What are the basic guidelines of the Extension Point concept of SAPUI5? There are 2 correct answers to this question. The parent app contains all modifications. The custom app is located in a separate project. The custom app and the parent app contain a component.js file. The custom app remains modification free. What is the required content of the Component.js file of an extension project? There are 2 correct answers to this question. The controller IDs. The namespace of the parent app. The customizing section. The link to the parent app. What is a prerequisite for configuring the SAP Fiori HAT Connector?. Set the path for custom plug-ins. Generate a service certificate. Create a local Cordova project. Create an SAP HANA Cloud Platform (HCP) Web IDE account. In a typical SAP Fiori landscape, which server instance stores the SAP Fiori SAPUI5 application code for a transactional app?. SAP Web Dispatcher. SAP Front-End Server (FES). SAP Back-End Server (BES). SAP HANA XS Engine. In the screenshot, which element of the Arrange-Act-Assert pattern corresponds to the Act in a QUnit test?. teardown : function() {}. QUnit.module. QUnit.test. this.calculator.press(“1”). You need to implement an SAP Fiori transactional app for your customer. What benefits are available in the completed app? There are 2 correct answers to this question. It allows drill-down details to be presented in the UI. It allows fast iterations for the UI apps. It allows access to the back end to edit document details. It allows UI changes without development privileges in the back-end. To generate SAPUI5 coding that is based on prototypes, which tool do you use?. UI Theme Designer. SAP WEB IDE. SAP BUILD. SPLASH. Which properties do you need to configure when you use the Mock server? There are 2 correct answers to this question. Destination. Module path. Service Url. Binding type. When do you select the custom plugins to build and package a hybrid app using the SAP HAT?. While configuring the app properties on the Hybrid App Configuration tab of the Web IDE Plugin. During the Configure Path for Custom Plugins step of installing the SAP HAT. During the Build the Hybrid Companion App step of installing the SAP HAT. While creating a new project using the Hybrid Mobile Enablement feature. You need to bind data from a model to an SAPUI5 view control. Which of the following models are valid? There are 3 correct answers to this question. Three-way binding. One-time binding. Resource-model binding. two-way binding. one-way binding. Your customer wants to extend an SAP Fiori app through a Controller Extension. When can a controller extension lead to a crash? There are 2 correct answers to this question. If the original code required to run the application is overwritten. If the extension code exists in the extended app but the controller name is changed by an app update. If the extension code exists and is NOT referenced in the original view. If the extension code accesses parts of the original application that were removed. Your customer requests a special create method to enable the creation of the full OData hierarchy. Which OData service method can you use?. EXECUTE_DEEP_INSERT. CREATE_STREAM. CREATE_DEEP_ENTITY. CREATE_BATCH_ENTITY. Which elements are part of the UX? There are 2 correct answers to this question. User interaction. User response. User emotion. User effectiveness. You develop an SAP Fiori sales app to display sales order information from the backend system. Which of the following model types do you use?. XML model. JSON model. OData model. Resource model. To perform a QUnit test, what do you include in a test page under your webapp folder?. OPA function. Mock code. SAPUI5 bootstrap code. Stub code. What do you configure to import the BUILD prototype in the SAP Web IDE for development?. The connection in the SAP HANA Cloud Integration. The destination in the SAP HANA Cloud Platform. The API key in the SAP Web IDE plugin. The connection in the SAP HANA Cloud Connector. Which of the following sequences is the correct sequence for the Problem Space phase in a Design Thinking workshop?. 360’ Research, Scoping, Synthesis. Scoping, 360’ Research, Ideation. Scoping, 360’ Research, Synthesis. Scoping, Synthesis, Ideation. Which tile types can you use to display real-time data values read from an OData service? There are 2 correct answers to this question. News tile. App Launcher – Dynamic tile. KPI based tile. App Launcher – Static tile. Which of the following components are part of the SAP Web IDE, hybrid app toolkit add-on?. Hybrid App Project Templates, Device Configuration, Hybrid App Toolkit Connector. Kapsel Plugins, SAP Web IDE Plugin, Hybrid App Toolkit Connector. Hybrid Companion App, Config.json, Package.json, SAP Web IDE Plugin. SAP Web IDE Plugin, Hybrid Companion App, Hybrid App Toolkit Connector. Your customer requires an app to display flight information on a mobile device. Please see the screenshot for details. Which options can you use to display the same data in a readable format on a mobile device? There are 2 correct answers to this question. column<Column:demandPopin=”true” maxScreenWidth=”mobile”>. column : <Column demandPopin=”true” minScreenWidth=”tablet”>. column: <Column demandPopin=”true” maxScreenWidth=”mobile” popinDisplay=”Inline”>. column: <Column demandPopin=”true” minScreenWidth=”tablet” popinDisplay=”Inline”>. Your customer asks you to demonstrate their app with localization changes. Which activity do you perform?. Configure the run configuration file in the app. Configure the Supported Languages settings in the Project.json file. Enable the preview frame in the run configuration. Show the i18n.properties file translations. Your customer asks you for the advantages of the Model View Controller (MVC) design pattern. Which of the following answers do you provide? There are 2 correct answers to this question. The data that the models work with can be reused by several different applications. The project team members that have extensive UI skills can concentrate in that area. MVC is easy to implement for the project team members and supports quick coding. MVC artifacts can be transported and debugged separately. Which dependent plugin must you enable to include the Push plugin when you create a hybrid mobile app?. App Update. Dialog Notification. Network Connection. Logon Manager. You develop an SAPUI5 app that can be extended. To allow your customer notifications, you set up a hook method. What activities are required to implement a hook method? There are 3 correct answers to this question. Identify a strategic location in the controller for the customized code. Add a code snippet to check if the method exists and execute it. Define a new function name ensuring it is reserved for the extension. Modify the bootstrap option to allow multi-layer extensions of the custom code. Create a .js file in the Util folder to allow the customer to add custom code. Why do you explore the Problem Space in detail during a Design Thinking workshop?. To create desirable solutions. To understand user needs. To save costs in the evaluation phase. To validate solution ideas. Your customer wants to enable the SAP Fiori app to be accessed in multiple languages. Which of the following activities do you perform?. Create a resource file containing key/value pairs. Create a resource file for each language. Create a resource file with a .props extension. Create a view file and a controller file for each language. HTML -enable the special characters in the resource file. What can your customer use a custom SAP Fiori client for? There are 3 correct answers to this question. To create non-Cordova hybrid application containers. To wrap the application with SAP Mobile Secure. To build the SAP Fiori Client with a customized communication protocol. To add additional plugins to the application. To apply custom branding. You need to consume the OData Service from the Gateway to create a new SAP Fiori app in the SAP Web IDE. What value do you configure in the WebIDEUsage property for the destination in the SAP HANA Cloud Platform. odata_xs. odata_abap. dev_abap. odata_gen. In the code on the screenshot, what is the absolute path of the property to retrieve the City value for the company Acme Inc?. /regions/1/companies/1/city. /regions/companies/0/city. /regions/companies/1/city. /regions/0/companies/0/city. In the data in the screenshot, you need to display the List of Companies in the Americas region. Which binding option do you use for the values X, Y, and Z in the view?. X: /region/0/companies Y: companies/0/name Z: companies/0/city. X: /region/0/companies Y: name Z: city. X: /region/companies Y: companies/name Z: companies/city. X: /region/companies Y: name Z: city. Which information is included in the SAPUI5 app’s manifest.json file? There are 3 correct answers to this question. Referenced data sources. Client side data-models. SAPUI5 dependencies. App ID, Name and Version. Which model type in SAPUI5 does NOT support one-way and two-way binding from model to view?. OData model. Resource model. JSON model. XML model. What are the limitations of OPA5 test? There are 2 correct answers to this question. The developer needs to create the test during development. It never causes a test to fail. End-to-End tests are NOT recommended. Testing across more than one page is NOT possible. You develop an SAPUI5 app that updates data for sales order and sales order items on the back-end system. What do you create to implement a deep insert? There are 2 correct answers to this question. Create a nested structure for Sales Order and Sales Order Items. Create a flat structure with Sales Order and Sales Order Items, and then add an expand command. Create an object structure that defines the hierarchy. Create individual structures for both Sales Order and Sales Order Items, and then batch them. Your customer extends an SAP Fiori app with View Replacement. Which activities do you perform? There are 2 correct answers to this question. Verify that adding custom content in the Extension Points will NOT suffice. Identify a specific SAPUI5 control to be replaced. Create an SAPUI5 control that replaces the original control. Create an SAPUI5 view that replaces the complete view. What happens if you execute an app that contains the following bootstrap file? Please choose the correct answer. <script src=”resources/sap-ui-core.js” id=”sap-ui-bootsrap” data-sap-ui-libs=”sap.m” data-sap-ui-xx-bindingSyntax=”complex” data-sap-ui-resourceroots=’{“sales.reporting”:”/”}’. The bootstrap will load and the customer-defined default theme will be used. The bootstrap will load and the SAP default theme will be used. The bootstrap will NOT load and the application will produce an error message that the theme is missing. The bootstrap will load and the application will run successfully but without a theme. You need to explain the core functions of OPA5 for testing SAPUI5 apps. Which test options are offered by OPA5? There are 2 correct answers to this question. User interaction tests. Navigation tests. Development tests. Load tests. Which file of the SAP HAT Connector stores the WebIDEHosts URL and can be used for troubleshooting?. Package.json. appConfig.js. Config.json. Assistmsg.json. You need to strengthen the connection security between the Web IDE and the Hybrid App Toolkit Connector. Which of the following activities do you perform?. Change the default port number. Replace the default API key. Install an X.509 certificate. Run the connector with administrator rights. How do you integrate SAPUI5 in a Kapsel/Hybrid app?. Add the sap-mobile-hybrid.js file to the Hybrid app. Add the SAPUI5 bootstrap code into index.html. Create a new Kapsel plugin using SAPUI5. Configure the SAPUI5 resources in the config.xml file of the Hybrid app. Which tool do you use to deploy SAP Fiori app developments?. SAP WEB IDE. Object Navigator. Eclipse (SAP NetWeaver Developer Studio). Process Modeler. Which methods can you use to bind data to the controls in SAPUI5? There are 3 correct answers to this question. Combination. Property. Structure. Aggregation. Element. You need the server to sort and filter the data used in your customer’s app. Which SAPUI5-supported data model must you use?. JSONModel. ResourceModel. XMLModel. ODataModel. Your customer asks you to add text for a new language to an app. Which file do you provide to the translator?. i18n.properties. Components.js. Master.view.xml. Manifest.json. What are the Lifecycle events of an SAPUI5 view controller? There are 2 correct answers to this question. onBeforeRendering. onEntry. onExecution. onExit. Which SAP Fiori personalization elements holds all of the technical information needed to start an app?. User Preferences. Tile. Catalog. Group. Which of the following floorplans also have a standard SAP Fiori Elements implementation available as a part of SAP Fiori 2.0? Note: There are 3 correct answers to this question. Analytical List. Page List Report. Wizard. Page Overview. Page Initial. You are creating KPI Design or KPI Modeler Apps using the SAP KPI Framework. Which of the following sequences is the correct one for this?. Create Tile. Create KPI, Create Evaluation, Configure Drill-Down, Manage KPI Associations. Create Evaluation, Create Tile, Create KPI, Manage KPI Associations, Configure Drill-Down. Create KPI. Configure Drill-Down. Create Evaluation, Create Tile Manage KPI Associations. Create KPI, Create Evaluation, Create Tile Configure Drill-Down, Manage KPI Associations. You want to create a business catalog for all employees that contains a standard SAP Fiori app How would you do this?. Reference the tile from Odata metadata. Reference the tile from a SAP Business Catalog. Reference the tile from a SAP Business Group. Reference the tile from a Technical Catalog provided by SAP. What are Smart Controls?. SAPUI5 controls that can be rendered dynamically according to OData service annotations. The predecessor of Smart Templates. Basic SAPUI5 controls recommended for standalone usage. Application templates for SAPUI5 applications to optimize development. You are modeling a new role for your SAP Fiori Launchpad users. Which of the following steps is an optional configuration step?. Assign Catalog to Role. Create Tiles and Target Mappings o Create Catalog. Activate Windows Go to Settings. Create Group and Assign Tile. You need to maintain the mapping between an app URL and a destination in the SAPUI5 app. Which file do you maintain?. path.json. user-project.json. project.json. neo-app.json. Which SAP Fiori app types require the SAP HANA database? There are 2 correct answers to this question. Factsheet. Analytical. Legacy. Transactional. |