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

How to Connect to Remote DataSource from SAP WebIDE Personal Edition

I am trying to call the OData Service from SAP WebIDE local/personal edition. I want to define the Datasource in manifest.JSON file and then create the model with the same data source. As mentioned in SAPUI5 Walkthrough :…
Mayank Saxena
  • 89
  • 1
  • 12
  • 28
0
votes
2 answers

Reusing SAPUI5 custom control library in Web IDE

It is more or less clear how to implement a SAPUI5 control library and deploy it to SAP ABAP repository, however I am completely lost at attempting to reuse it in Web-IDE. Web-IDE just does not see the library deployed to SAP ABAP repository.…
slkorolev
  • 5,883
  • 1
  • 29
  • 32
0
votes
2 answers

How to Resolve Cross-Origin Issue in SAP Web IDE Personal Edition

I am writing a simple application in Web IDE Personal Edition which is to be deployed on On-Premise ABAP system. App.view.xml
mritzi
  • 39
  • 8
0
votes
1 answer

Get bound values from pressed List Item in UI5 controller

I'm a beginner to SAP Fiori (UI5) and trying to retrieve a value from a table made with sap.m.Table in SAP Web IDE. But I don't succeed. Anybody hints on how to get there?
zak bennani
  • 31
  • 1
  • 8
0
votes
1 answer

How to trigger Eslints automated fix in SAP Web IDE?

There are some errors which ESLint can fix automatically as described on their webpage (command-line, AtomText, etc.) How to do this in the SAP Web IDE?
inetphantom
  • 2,498
  • 4
  • 38
  • 61
0
votes
1 answer

Playing audio in SAP Web IDE

i am trying to play a mp3-file in the SAP Web IDE but can't get it working. var audio = new Audio("sound/beep.mp3"); audio.play(); It does not seem that the IDE is even loading the soundfile. Do i have to add something in the preload…
www40
  • 285
  • 1
  • 7
  • 19
-1
votes
1 answer

SAP ui 5 router error when initiating the sap.f.router

I got an error when initiating sap ui program, please help manifest.json "sap.ui5": { "rootView": { "viewName": "latihan1.view.App", "type": "XML" }, "dependencies": { "minUI5Version": "1.30.0", "libs": { …
samin
  • 77
  • 7
-1
votes
2 answers

How to disable cache-control for SAPUI5 Web IDE only?

I have set a cache-control in the neo-app.json and it's working fine on production but I want to disable on dev mode (SAP Web IDE) without opening Chrome DevTools and enabling "disable cache". Can someone help ? Thanks
Bilo
  • 1
-1
votes
1 answer

How do I start my tests with mock data in SAP Web IDE?

I have setup an app using SAP Web IDE using my own mock data setup using metadata.xml. The dataSource in my manifest.json is set up like so... "dataSources": { "NorthwindModel": { "uri": "/here/goes/your/serviceurl/", "type": "OData", …
Adam Harkus
  • 2,050
  • 2
  • 36
  • 64
-1
votes
1 answer

Select data binding in SAPU15

I read the documentation https://sapui5.hana.ondemand.com/#/api/sap.m.Select and tried to do a small example. I created my value in my function onInit of my controller: var oData = { "SelectedProduct": "test1", "ProductCollection":…
Kan
  • 487
  • 7
  • 19
-1
votes
1 answer

How do I connect from Eclipse Neon to SAP Web IDE Full-Stack?

Is there a way to connect to SAP Web IDE Full-Stack from Eclipse Neon and see the program? I installed all SAP plug-ins in Eclipse, but I don't know how to connect to SAP Web IDE Full-Stack
KLX230
  • 17
  • 3
-1
votes
1 answer

Problem of missing functions when I want to run UI5 app in SAP Cloud Platform

I have deployed one SAPUI5 template worklist app in SAP Cloud Platform and when I try to run it in the cloud platform via the link that is accessible in cockpit I get the following error. It is strange for me as I can run it in WEBIDE and ABAP…
MJBZA
  • 4,796
  • 8
  • 48
  • 97
-1
votes
1 answer

Application throws 503 service error after leaving the app idle

I have made a UI5 application that uses an OData service pointing to SAP Gateway. This works correctly, however, I am noticing that if the app is left idle for a period of time (approx 10 mins), then the app suddenly starts getting the following…
Joe
  • 33
  • 1
  • 5
-1
votes
1 answer

component-preload.js not called on sap webide personal edition

I created component-preload.js file for minify and uglify of the code, but it's requested only when I deploy the app to ABAP Repository. When I run the app from Sap webide it's not requested by the browser at all. I wonder why is that and if there…
-1
votes
1 answer

Bind northwind odata service to ui5?

I would like to take http://services.odata.org/V2/Northwind/Northwind.svc/ as sample service for my ui5 app. SAP Web IDE provide following option for OData service connection: Which option do I have to choose to connect with Northwind OData…
1 2 3
12
13