Questions tagged [ui5-tooling]

Questions about tooling support for building and consumption of UI5 framework and applications. This tag covers 'ui5-cli', 'ui5-project', 'ui5-server', 'ui5-fs', 'ui5-logger' as well as tasks and middlewares.

UI5-Tooling is a -based modular toolchain to develop state-of-the-art applications based on the UI5 framework.

For more information, please visit the following links:


Related Tags

  • (UI5 Tooling is practically no longer usable in since Web IDE's Node.js version is 8, over which users have no control, and UI5 Tooling 2.0 supports only Node.js 10 or higher. Web IDE is no longer actively maintained in favor of SAP Business Application Studio.)
74 questions
1
vote
1 answer

How to run ui5 commands in jenkins

I am trying to build the project using the command : ui5 build --all-- which totally works fine , produces a dist in my local pc inside my project folder using terminal Now in JENKINS (* FYI OS - WINDOWS) - which is running locally , configured to…
KcH
  • 3,302
  • 3
  • 21
  • 46
1
vote
2 answers

What happens if a library preload file / library dependencies is not updated in the UI5-manifest?

In the best practices for app developers, the Load Only What You Really Need section is written: Keep Your Library Dependencies Up To Date A library preload file, the library styles and text translations are loaded for every library you define in…
Mike
  • 14,010
  • 29
  • 101
  • 161
1
vote
1 answer

How to get rid of "500 Internal Server Error" using ui5-middleware-simpleproxy

I built an SAPUI5 app using UI5 Tooling and now I'm having trouble connecting it to an OData service. Since the real url to the OData Service is not public, let's just call it: http://app99.sap.domain.com/sap/opu/odata/sap/Z_DOMAIN_SRV/ and…
Cold_Class
  • 3,214
  • 4
  • 39
  • 82
1
vote
0 answers

Set static path for karma runner

I was able prepare my OpenUI5 app for testing. I am having issue with the working directory for tests, because for my test I need to use a pre-populated sqlite3 database. For testing I use chrome with parameters --user-data-dir="C:\tmp"…
Coudy
  • 127
  • 2
  • 13
1
vote
1 answer

warning to use new asynchronous factory 'sap.ui.core.mvc.Controller.create(...)'

Following the openui5 tutorial with some deviations I get the following warning when I serve the dev version of the app: Do not use synchronous controller creation for controller 'sap.ui.demo.walkthrough.controller.HelloPanel'! Use the…
1
vote
1 answer

How to setup SAPUI5 Javascript auto-complete in VSCode?

I have tried to install @types/openui5 but it doesn't work. ui5.yaml: specVersion: '2.0' metadata: name: openui5-sample-app type: application framework: name: OpenUI5 version: "1.78.1"
丿yk
  • 13
  • 5
1
vote
0 answers

How to define build argument for SAPUI5 app

I need to change the main service url in manifest.json file, in order to use the app with different backend systems. I just wondered if there is an elegant way to define environment variables and build the app with different targets? Edit: I just…
Babak Hashemi
  • 327
  • 3
  • 11
1
vote
1 answer

Translation does not show non-ASCII characters correctly

I have a SAPUI5 application. The translated text is shown incorrectly in a dialog, while the translation is shown correct in the launchpad. Please see the following picture: While the translation file is loaded for German language, it does not show…
MJBZA
  • 4,796
  • 8
  • 48
  • 97
1
vote
1 answer

Proxy configuration for ui5-server

I created project with ui5-cli tool. I add external js libraries to my project. ui5 serve command start ui5-server and it is maping ui5 library folder as /resource. I need to map resource/libs folder to another location in my project. How can I…
mkysoft
  • 5,392
  • 1
  • 21
  • 30
1
vote
1 answer

The dist folder created by ui5-tooling build doesn't work when deployed to SCP

I've been trying to use ui5-tooling to build my apps using VSCODE. I'm able to develop and use ui5-tooling without any problems. The issue arises when I try to build. It seems the dist folder is not valid if I try to deploy to SCP. Here's what I…
1
vote
2 answers

SAP UI5 + Yarn = does not run

Info: NPM has the same problem I want to create a UI5 project but UI5 should be imported using NPM or Yarn. I downloaded example from Walkthrough, step 12: https://sapui5.hana.ondemand.com/#/topic/4df1d914e52d4b1aa0805eb01522537e and installed Yarn.…
1
vote
1 answer

Bootstraping OpenUI5 from single JS file

OpenUI5 documentation suggests starting work by using a library loaded from CDN: