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

What would be the best way to include babel polyfill in a sapui5 project?

We use grunt as a task runner and we use the same settings for grunt as openui5 developers recommend and use. https://github.com/SAP/grunt-openui5 https://github.com/SAP/openui5/blob/master/docs/tools.md We would like to add babel-polyfill to the…
1
vote
0 answers

How do I deploy only certain parts of an app to SAP Cloud Platform?

I've imported an existing SAPUI5 app into SAP Web IDE and wish to deploy it to Hana Cloud Platform (HCP) SAP Cloud Platform (SCP) SAP Business Technology Platform (SAP BTP). Unfortunately the structure is not just one app, rather 3 apps within a…
1
vote
1 answer

SAPUI5 Minification - real performance boost? / Improve performance on loadup

I heard some rumors about minifying SAPUI5 applications to improve Performance, especially that comments should be removed? Does anyone know something about it? Are there tools especially for UI5 to do this minification? Any other tips for improving…
dotchuZ
  • 2,621
  • 11
  • 39
  • 65
1
vote
2 answers

SAPUI5 / OpenUI5: Packaging

I am using OpenUI5 in my hybrid (Cordova WebView) approach. When downloading the latest OpenUI5 version I end up with a huge bunch of files and I have no clue which ones are really necessary for my purpose. It seems as if there are no precompiled…
AntonSack
  • 1,021
  • 2
  • 25
  • 47
0
votes
0 answers

How to fill the grouped heading row of Analytical table with icon / button

I have one Analytical table under my smart table as follow;
0
votes
0 answers

Suppress error from UI5 language assistance in UI5 XML View

I am using UI5 language assistance extension for code completion in my XML views. I want to suppress one particular error message that it shows in my view. Is there a way to achieve this so that it stops complaining for this line?
0
votes
1 answer

ui5 command giving error while installing ui5 in VS Code

I am trying to get started with ui5 in VS code. I have run the following commands. # Global installation to have the command available npm install --global @ui5/cli # Additional local install in your project npm install --save-dev @ui5/cli #…
Prashant
  • 46
  • 1
  • 5
0
votes
1 answer

UI5 Tooling command "ui5 serve" does start local server in SAP BAS but why can't I connect to it?

I have SAP BTP trial account in which Im trying to run a SAPUI5 application via the SAP Business Application Studio (BAS). I have added nothing fancy to it. Just created one from the one of the many UI5 templates and tried running it from the…
0
votes
1 answer

is not defined in SAPUI5

I tried to set up UI5 development on my local machine follow this turoial. The general setup seems to be fine, but when I add a button and want to let it show a MessageToast or a MessageBox (since I've read that MessageToast is deprecated) it does…
Sasku
  • 517
  • 7
  • 23
0
votes
2 answers

UI5 deploy to abap error "task is not a function"

Using cli to deploy the application. I've used several versions of nodes, operating systems, command lines: both shell and terminal but this error persists. I've already uploaded and downloaded the @ui5/cli version, at the moment I'm debugging…
0
votes
1 answer

How to implement dynamically a view from controller

i need your help please, i have this view that i want to implement dynamically
0
votes
0 answers

Where can I find a bundled version of SAPUI5 resource files for local dev?

TL;DR; Where can I find a bundled SAPUI5 runtime/SDK for local development? Long story: The project generated by easy-ui5 loads the UI5 framework from the relative URL (resources/...) which with "modern" UI5 tooling, will be dynamically generated.…
Xucong
  • 338
  • 2
  • 11
0
votes
2 answers

How to group Table in UI5

I need something like this in SAPUI5: (https://experience.sap.com/fiori-design-web/grid-table/) I tried this, however it doesn't work, because I get the data from OData and this sap.ui.table.Table doesn't support this (only JSON). So i tried to…
0
votes
1 answer

Is it possible to center a control(GenericTile) in the middle of the screen in View.xml without using css?

im new to ui5 so i apologize if my question is too easy. i have a Generatic Tile that supposed to display events from Odata v4. the problem i have is that this tile is required to be in the middle of the screen(knowing that there is nothing else…
etan
  • 3
  • 3
0
votes
1 answer

Is there a way to insert Checkbox and Combobox in Sidebar in SAPUI5?

I have created a tnt Sidebar and want to insert Checkboxes and Combobox in it. This should be the result: Currently it looks like this: So the NavigationItems should be replaced by Checkboxes. f.E. sap.m.CheckBox