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
2 answers

Northwind OData service Not Availbe?

Trying to use Northwind oData Service but not data is returned, previously this was working. when I check the connection I get the following message: Connection to "Northwind" established. Response returned: "301: Moved Permanently" Any…
Pas
  • 31
  • 4
1
vote
2 answers

Connect SAP Cloud Platform HANA database with Web-IDE Database explorer

Has anyone managed to browse a cloud hosted SAP HANA database using the database explorer in the full stack Web IDE that is as well available on the SAP cloud platform? I can connect using my cloud foundry credentials but for some reason, I receive…
1
vote
0 answers

SAP WEB IDE - How do I include the Mobile Project Type on existing SAPUI5 apps?

All my new projects (Created with the SAPUI5 Application Template) have a 'Mobile' Project type assigned to them. This allows me to deploy them through the Hybrid App Toolkit. My existing apps (that I wish to mobilise) don't have this Project type…
Adam Harkus
  • 2,050
  • 2
  • 36
  • 64
1
vote
2 answers

Fiori Mobile - Hide Launchpad Header

I'm deploying a mobile app through SAP Cloud Platform Web IDE. This needs to be deployed to a Fiori Launchpad, but the problem is the Launchpad Header shows in the app, which is doesn't need to. How do I disable the header when deploying a Mobile…
1
vote
2 answers

Access OData services from two different system in SAP Web IDE

I have two OData services on two different systems, for which I have added destinations in HCP and entries in neo-aap.json file. { "path": "/sap/opu/odata", "target": { "type": "destination", "name": "ABC", …
Ashish Patil
  • 1,624
  • 2
  • 11
  • 27
1
vote
1 answer

ESLINT error messages

I am trying to use extern libraries on my SAPUI5 project and follow tutorials https://blogs.sap.com/2017/04/30/how-to-include-third-party-libraries-modules-in-sapui5/. For example, I include lodash as you can see on the image: On the image, you can…
softshipper
  • 32,463
  • 51
  • 192
  • 400
1
vote
1 answer

SAP Web IDE does not recognize ES6

I want to write the code in ES6 on SAP Web IDE and follow the instruction https://blogs.sap.com/2017/11/01/next-generation-javascript-in-ui5-using-sap-web-ide/. But as you can see, I still get the error message. What am I doing wrong?
softshipper
  • 32,463
  • 51
  • 192
  • 400
1
vote
2 answers

input box not updating when checkbox is selected sapiu5

I created a table in Web IDE that has a checkbox and input box that by default shows "100%" when checkbox is selected. It was working before I added data from a json but now that I made the column list item a template taking in data from the json on…
eDz
  • 87
  • 3
  • 14
1
vote
1 answer

Using mashape api in sapui5

I'm fairly new to sapui5 and I'm trying to use the Hearthstone API in order to show a list of cards. I've registered in the page and I've obtained the X-Mashape-Key which I'm using to try to connect to the API. For this, I've created a destination…
Xnail
  • 21
  • 4
1
vote
2 answers

Loading OData without Table or List object in SAPUI5

I have 2 weeks looking for an example to understand how the OData works. I have defined in the Manifest.json my url with the OData service { "_version" : "1.7.0", "sap.app" : { "id" : "test", "type" : "application", …
RaulCB
  • 79
  • 9
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
2 answers

local webIDE not connectig to es4 service

I have installed SAP WebIDE local on my machine and trying to connect with the below services: https://sapes4.sapdevcenter.com/sap/opu/odata/IWBEP/GWSAMPLE_BASIC/?sap-ds-debug=true http://services.odata.org/v3/northwind/northwind.svc/ I am getting…
Abhishek
  • 99
  • 1
  • 14
1
vote
1 answer

SAML auth fails in WebIDE Full-Stack in "Run-As" mode

On SAP Web IDE Multi-Cloud version, when right clicking and going to Run > Run as > Web Application or SAP Fiori Launchpad Sandbox it gets to the SAML authentication and that stops on a white screen, with no errors in the console log. I've tried…
Scott
  • 171
  • 3
  • 23
1
vote
1 answer

Shell - Theme unchangeable - how to overcome sap bug

I have just deployed a MasterDetailView application in SAP_Belize. The app is created from a freestyle template, where in the flpSandbox.html file I have defined the Theme to be: sap_belize. When I run the app on the WebIDE I get the Theme as…
user8220047
1
vote
1 answer

How to call php webservice url in SAPUI5?

I have tried various methods for this but I didn't get this one, can anyone give a proper solution for this? Actually, I know how to call a web service by using ajax calls, but whenever I try to pass my url as below, it gives me the following…
Ashish Agrawal
  • 657
  • 7
  • 12