Questions tagged [sap-web-ide]

Questions about SAP Web IDE (Full-Stack or Personal) including official extensions such as SAP HAT.

"Web IDE" was an attempt by SAP SE to provide a cloud-based IDE with the goal to simplify end-to-end application development. With the extension SAP Web IDE Hybrid Application Toolkit (SAP HAT), developers were able to develop and maintain hybrid apps as well.

For more information, see documentation.


Deprecation of SAP Web IDE and SAP HAT

SAP Web IDE was architectured based on now-outdated Eclipse Orion and Eclipse Che 3, with as its custom UI layer. That approach turned out to be unscalable. In 2020, SAP decided to stop actively working on Web IDE and abandoned SAP HAT altogether in favor of which is SAP's new cloud-based IDE based on Eclipse Theia.[1]

In place of SAP HAT, SAP now recommends SAP MTA or SDK for either iOS or Android:[2]

When you start developing a new mobile app, we strongly recommend that you consider developing this with either MDK (Mobile Development Kit) for cross platform applications, or our native SDKs (SAP Cloud Platform SDK for iOS or SAP Cloud Platform SDK for Android).


[1] See TheiaDevCon 2019: "SAP Web IDE's Journey" (video).
[2] See FAQ and tips for developing hybrid apps with Hybrid App Toolkit.

194 questions
1
vote
1 answer

Mobile App build in SAP WEB IDE is pulling in the wrong App Id from Mobile Services

When Deploying a Mobile app from Web IDE to Mobile services, the app Details in appconfig.js config.xml are being pulled from the incorrect mobile services sub-account. This can be corrected by deleting the app in mobile services and building…
1
vote
1 answer

SAP Cloud Platform Trial - The HDI container could not be opened

I'm following the SAP tutorial Create an application using SAP HANA and the Cloud Application Programming model. Steps 1-4 have been successfully completed - I even get the output "1:44:30 PM (HDB) Build of /APP/db completed successfully." at the…
Michael Freake
  • 1,197
  • 2
  • 14
  • 35
1
vote
0 answers

CDS build command with '@sap/cds' version 3.x doesn't place 'csn.json' in SRV module

I've refactored my project to use the new Cloud Platform Application Programming Model. My project structure looks file this: - hdb (db module) - srv (service module) - ui (ui module) - cdsrc.json - package.json -…
1
vote
0 answers

Error when registering a SAPUI5 app in Fiori Launchpad from Web IDE

I have deployed a basic UI5 app in the SCP subaccount correctly. I created this app from a SAPUI5 Fiori template. Then, when I try to register it in SAP Fiori Launchpad, I get the following error: Cannot read property 'length' of undefined I check…
Marcos
  • 11
  • 4
1
vote
1 answer

File not found : sap-ui-cachebuster-info.json

The file sap-ui-cachebuster-info.json is not getting generated. I have tried putting data-sap-ui-appCacheBuster="../" in index.html, also trued changing every possible path for the same parameter. I am facing this issue in SAP Web IDE. I have just…
user3420600
  • 21
  • 1
  • 3
1
vote
2 answers

Dialog is not a constructor ui5

I get an error while using an reusing a dialog in sapui5: Dialog is not a constructor I want to create a dialog fragment. dialog.js contains all functions and after that make it global in the component.js sap.ui.define([ …
Youssra Saoudi
  • 105
  • 3
  • 13
1
vote
1 answer

sapui5 odata revert model after submit changes error

I have displayed a list of items (aggregation binding) and edit button by each item to edit the values of the items. Edit button opens a popup where I can change the value(s). I am using Two-Way Binding and I call submitChanges() after editing the…
sachad
  • 307
  • 4
  • 13
1
vote
1 answer

SAP WEB IDE - Deploying to another Sub Account

Since switching to a custom Identity Provider, we can no longer deploy apps to our test sub-account. if this is not possible with custom IDP's what is the workaround?
Adam Harkus
  • 2,050
  • 2
  • 36
  • 64
1
vote
3 answers

Delete Git project in Sap Web ide Full Stack

I use SapWEB IDE Full Stack for SapUI5 Project and I want to commit my work but unfortunately I have to pull before and I don't want because my version is stable and I want to push It, but I can't Push without Pull and merge before. My idea is to…
shmoolki
  • 1,551
  • 8
  • 34
  • 57
1
vote
2 answers

SAPUI5: "Unexpected token function" for async / wait

I am trying to execute the following function with async/await in WebIDE SCP, but there'are un error "ESLINT : Parsing error : Unexpected token function I think that I have to use Node.js, but how to use it in webIDE ? Kindly help me?
dieu huynh
  • 139
  • 12
1
vote
2 answers

Unable to deploy SAPUI5 application with 404 error

I have created an app through the SAP Web IDE Full-Stack and attempted to deploy it to the SAP Cloud Platform. This appears to work fine, however, when I then go to use the deployed link it just displays "HTTP Status 404 - Not Found". I tried…
Joe
  • 33
  • 1
  • 5
1
vote
2 answers

JavaScript / ESLint Rules in SAPUI5

I want to transform this method, to fully apply to ESLint rules in SAP WEB IDE: getBase64Promise: function (file) { return new Promise((resolve, reject) => { // <-- const reader = new FileReader(); …
dotchuZ
  • 2,621
  • 11
  • 39
  • 65
1
vote
0 answers

Can prettier plugin get integrated into the web IDE when saving js files?

I would like to configure Prettier within the WebIDE, so far without success. In my package.json file, I have the following settings: "scripts": { "format": "prettier --write \"webapp/**/*.{js,css,json}\"" }, "devDependencies": { "prettier":…
1
vote
2 answers

How to Store multiple fiori applications in single or multiple git repository

I'm trying to develop 5-6 fiori applications and all these applications are related to one another in some way or the other, i.e. navigation is supported between one application to other application(s). I'm using git tools integrated in the web ide.…
1
vote
0 answers

How to use the Testing Section in Web Ide Full Stack in SAP Cloud Platform?

In Sap Cloud Platform Web IDE Full Stack, there seems to exist a test runner area. I created my tests according to the tests of the template applications. But the tests dont show up in the test runner panel. Is there an explizit configuration area…
monavari-lebrecht
  • 900
  • 3
  • 9
  • 23