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

Can I change the port on which my application runs in SAP Web IDE for HANA?

I got a SAP HANA system installed. In the SAP Web IDE for HANA, I run an application, this application runs on port 51066. My question is: can I change this port to e.g. 80?
Marius Illmann
  • 302
  • 3
  • 5
  • 14
2
votes
1 answer

How do you use :last-child without defining the elements on the HTML page?

I'm trying to define a group of buttons that are on top of each other with a black border and in order to have no overlapping borders I want to do something like this: .myCustomButton { border: 1.5px solid…
Soraky
  • 119
  • 3
  • 10
2
votes
0 answers

SAPUI5 hybrid mobile app - What happens on a failed flush()?

I have a hybrid mobile app developed SAP Web IDE, SAP Cloud Platform using Hybrid App Toolkit (HAT) to build through SAP Mobile Services. Say, for example, I perform a flush() (Update online database with offline OData) and there's a network…
2
votes
0 answers

SAP Web-IDE Full Stack: how to handle configuration files

In SAP Web-IDE Full Stack we need to handle configuration files, typically json, that stores information that may change during application lifetime. We're looking to the proper way to change this files and fetch them from application: at the moment…
LucaMus
  • 721
  • 7
  • 17
2
votes
1 answer

How to connect SAP * platform with GitHub?

Is it possible to connect Hana Cloud Platform (HCP) SAP Cloud Platform (SCP) SAP Business Technology Platform (SAP-BTP) with GitHub? We want to use GitHub as the repository for our Fiori applications instead of SCP SAP-BTP git on-premise.
2
votes
4 answers

SAP Fiori Get logged in user details in UI5 application

I've a SAP Fiori application and I need to get the current logged in user details. I've searched web but unable to find a solution. is there any way to get current logged in user details from launchpad.
2
votes
1 answer

Failed to load resource while consuming OData service

Hello comunnity i need some help, i have my odata service already running and i have an url like this: https://myclient:port/sap/opu/odata/SAP/servicename_SRV/MaterialListSet This is my config, which I suppose is wrong. manifest.json "dataSources":…
Naoto Amari
  • 175
  • 8
  • 16
2
votes
1 answer

oData binding to Simple Form

I'm creating a read only form that will be used to display a summary of information. I need to send a parameter to the backend first before getting the information but I don't seem to see that parameter is reaching it. It does reach the entity set…
eDz
  • 87
  • 3
  • 14
2
votes
2 answers

How do I add SAP Gateway services to an existing SAP WEB IDE Project?

I've imported a SAP WEB IDE project from SAP Build.... All looks great, but now I need to add in my Gateway services to handle oData etc. I've setup my SAP Cloud Connector to and Destinations. How specifically do I add these as all tutorials seems…
Adam Harkus
  • 2,050
  • 2
  • 36
  • 64
2
votes
1 answer

How to include another SAP Cloud project resource into deployed SAPUI5 app?

I created several SAPUI5 web applications in Eclipse that have been deployed to a SAP NetWeaver PO 7.5 Application Server. All these applications use generic components of a "common" project. I just made them available via the html header with this…
Michael L.
  • 273
  • 1
  • 3
  • 17
2
votes
1 answer

Stop chrome from refreshing not responding page

I am currently trying to debug an SAP Fiori Application. I am launching it via SAP-WEB-IDE and I 've set some external breakpoints in my ABAP BackendSystem. Now for better debugging I've set the ClientReadTimeout to a max. of 300000ms for my…
Felix D.
  • 4,811
  • 8
  • 38
  • 72
2
votes
1 answer

How to create remote branch in SAP Web IDE Git?

I am using WEB IDE currently for a development. I created a local repository first and connected it to SAP HCP Git repository for my project and it works fine. Just when I use + button to create a new branch it just create a local branch and does…
user7383443
2
votes
1 answer

Why WebIde shows error for alert and console.log?

I am using WebIde of SAPUI5 development. If I write a console.log or alert it shows error of unexpected Alert and so on inside of the editor. While the code works and I prefer to not see these errors inside of the editor. How can I customize WebIde…
MJBZA
  • 4,796
  • 8
  • 48
  • 97
1
vote
1 answer

WEB IDE build - npm ERR! request to https://npm.sap.com

I have an SAP UI5 app that was last changed in 2018. When I pull the repository from Git and try to deploy it to SAPUI5 ABAP repository I am getting errors related to npm: npm ERR! code CERT_HAS_EXPIRED npm ERR! errno CERT_HAS_EXPIRED npm ERR!…
user919789
  • 171
  • 4
  • 7
  • 19
1
vote
1 answer

SAP Web Ide throwing errors when starting on mac

SAP Web IDE throwing errors on startup Hello, I'm trying to setup SAP Web IDE on mac and I keep getting errors in my local like: !ENTRY com.sap.webide.orionplugin 4 0 2023-03-07 08:49:11.762 !MESSAGE FrameworkEvent ERROR !STACK…
1
2
3
12 13