When SAP Web IDE deploys an SAPUI5 app to the ABAP server, which type of app is it deployed as?
When SAP Web IDE deploys an SAPUI5 app to the ABAP server, which type of app is it deployed as?A . HTML5B . OpenUI5C . BSPD . ABAPView AnswerAnswer: C
In the code on the screenshot, what are the absolute paths of the property that retrieves the City value for the company AcmeInc? Note: There are 2 correct answers to this question.
In the code on the screenshot, what are the absolute paths of the property that retrieves the City value for the company AcmeInc? Note: There are 2 correct answers to this question. A . /regions/companies/O/cityB . /regions/1/companies/l/cityC . /regions/0/companies/O/cityD . /region[0]/companies[O]/cityView AnswerAnswer: A, C
Why does SAP Fiori use an intent-based navigation? Note: There are 2 correct answers to this question.
Why does SAP Fiori use an intent-based navigation? Note: There are 2 correct answers to this question.A . Apps can be developed and deployed in parallelB . The concrete app targets can be deployed separately.C . Interdependent targets must be deployed in a single transport requestD . To support cross-app...
Where are the themes saved for the SAP Fiori launchpad?
Where are the themes saved for the SAP Fiori launchpad?A . In the theme repositoryB . In the theme data centerC . In the UI theme designer toolD . In the bootstrapView AnswerAnswer: A
Which of the following activities allow you to store your changes in a local Git repository?
Which of the following activities allow you to store your changes in a local Git repository?A . CommitB . SaveC . CloneD . PushView AnswerAnswer: A
Which activity do you perform?
Your customer asks you to demonstrate their app with localization changes. Which activity do you perform?A . Configure the supported Languages settings in the Project.json file.B . Show the il8n properties file translations.C . Use the preview frame in the run configuration.D . Configure the run configuration file in the...
What are the platforms available for deployment?
You finalized your SAPUI5 app development in the SAP Web IDE. What are the platforms available for deployment? Note: There are 2 correct answers to this question.A . Deploy to SAP Fiori launchpadB . Deploy to SAP Cloud PlatformC . Deploy to SAPUI5 Java RepositoryD . Deploy to SAPUI5 ABAP...
What are Smart Controls?
What are Smart Controls?A . Basic SAPUI5 controls recommended for standalone usageB . SAPUI5 controls that can be rendered dynamically according to OData service annotationsC . Application templates for SAPUI5 applications to optimize developmentD . The predecessor of Smart TemplatesView AnswerAnswer: C
Which features of the SAP Business Application Studio help you extend a standard SAP Fiori app? Note: There are 2 correct answers to this question.
Which features of the SAP Business Application Studio help you extend a standard SAP Fiori app? Note: There are 2 correct answers to this question.A . A wizard to generate the files for each extension possibilityB . The Extensibility Pane to choose extension pointsC . An editor to modify the...
How can you extend an SAP Fiori app? Note: There are 3 correct answers to this question.
How can you extend an SAP Fiori app? Note: There are 3 correct answers to this question.A . Modify the runtime libraries that are to be loadedB . Modify the properties of the view controlC . Modify the data model to merge data at runtime.D . Enable merging of the...