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
0
votes
1 answer

How to extend a standard SAP Fiori freestyle application with VS code?

I understand that you can create an adaption project in BAS: https://help.sap.com/docs/SAP%20Business%20Application%20Studio/584e0bcbfd4a4aff91c815cefa0bce2d/ada9567b767941aba8d49fdb4fdedea7.html But how is this done in VS code? I have looked into…
Tudinho
  • 3
  • 3
0
votes
0 answers

how to detect and remove all unused dependencies of openui5

i am working on a openui5 application but i am stuck on How to detect and remove unused openui5 dependencies and themes from resources folder to create a optimize bundle of openui5. below is my ui5.yaml file specVersion: '2.6' metadata: name:…
0
votes
0 answers

How to read the mta.yaml File [SAPUI5]

For an Issue given, it is required to read the mta.yaml File programmatically. Attempt: Trying to read the file via .fileReader => doesn'work Question: How to read mta.yaml programmatically ?
Roman
  • 113
  • 1
  • 1
  • 6
0
votes
2 answers

Is there a "stable" version to use of the npm packages ui5/cli & sap-ux-tooling?

To my knowledge, the latest non-alpha version of the @ui5/cli and @sap/ux-ui5-tooling (as of 2nd March 2022 - version 2.14.6 and 1.5.0 respectively) are the ones to use. However, I wanted to confirm as my organisation has multiple ui5 projects and…
0
votes
1 answer

Uncaught (in promise) SyntaxError: Unexpected token 'const' in UI5 (SAP)

Hi I wanted to make an API Call in Ui5 but everytime it tells me, that it doesnt know whats 'Const'. Uncaught SyntaxError: Unexpected token 'const' The following error occurred while displaying routing target with name 'TargetResult': SyntaxError:…
Dopaemin
  • 37
  • 8
0
votes
1 answer

Importing jspdf to SAP Business Application Studio

I want to import jspdf to my business application studio project without using the index.html since i read that index.html doesnt get called when opening apps from fiori launchpad. I can get the jspdf part working, but once i call the autotable…
doostaay
  • 71
  • 2
  • 12
0
votes
0 answers

UI5 Tooling - Import existing Fiori Apps from ABAP to VSCode

Lately, I had to rush a change from a local SAP WebIDE to VSCode, for UI5 app development. I have 81 (and counting) UI5 applications, already running on production. There are always some additions and some bug fixes needed. UI5 Tooling on VSCode is…
0
votes
1 answer

Hosting a UI5 webapp with express

There is a UI5 sample app: https://github.com/SAP/openui5-sample-app and it can be easily hosted with: UI5 serve -o index.html or with npm run serve-dist after building But, how do i host it with express?
David
  • 2,926
  • 1
  • 27
  • 61
0
votes
2 answers

ui5 init for new project fails

ui5 init --verbose verb cli:middlewares:base using @ui5/cli version 2.6.4 (from /X/.npm-global/lib/node_modules/@ui5/cli/bin/ui5.js) verb cli:middlewares:base using node version v14.15.1 ⚠️ Process Failed With Error Error Message: Could not…
ondruska
  • 135
  • 1
  • 7
0
votes
1 answer

SAPUI5 KARMA CI GitLab

I'm trying to set up a CI pipeline for a SAPUI5 application using the CI/CD in GitLab. I've decided to go with the following tools: UI5 Tooling UIVeri5 Karma So far the build with the UI5 Tooling was successful. Most likely I have issues with the…
MarvinsRoom
  • 53
  • 1
  • 1
  • 4
0
votes
1 answer

zsh: command not found: UI5 vs code

I just installed vs code on MacOs 10. After installing npm and nodejs I expected that the ui5 command would work seamlessly, unfortunately it was not the case. I get the following error when I execute the "ui5 serve" command: mbm@Ms-MacBook-Pro…
Maissa BM
  • 59
  • 5
0
votes
1 answer

How to Generate Component-preload.js File for a UI5 Application using SAP Web IDE?

I wanted to know as to how a Component-preload.js file can be generated for a UI5 application in SAP Web IDE without using gulp.js. Is there a way to do it?
Bhavana
  • 1
  • 1
  • 1
0
votes
3 answers

const and let declarations in UI5

I would like to know if it's secure to use let and const keywords while working with UI5. I don't know if returning a let, const, or even creating for instance a sap.m.Table with let would have adverse effects. Maybe someone has some previous…
raffaf
  • 13
  • 1
  • 3
-1
votes
1 answer

SPA: Access Instagram authentication code directly in app

I load user profile informations from instagram by the basic api in a local test app. So this actually works like written in the documentations. I used Postman to get along the authentication and token stuff. The order to access the graph api, to…
mxkraus
  • 191
  • 1
  • 10
1 2 3 4
5