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.

179 questions
7
votes
2 answers

How to reuse a component from another application in UI5 1.38?

Environement Framework : SAPUI5 V1.38.39 IDE : SAP WEB IDE Problem I want to use a SAPUI5 application in another one, in order to do so I found the following resource:…
SylwekFr
  • 302
  • 1
  • 17
6
votes
1 answer

Cloud connector fails to load JSON data on device

Our client has changed its system to SAP and wants an app to display data via SAP interface. We decided to use the SAPUI5 framework + WebIDE to develop the app, since it provides a very good control variety with a solid MVC design as well as…
Martin Braun
  • 5,873
  • 7
  • 43
  • 81
5
votes
2 answers

Why SAPUI5 loads similar fragment several times?

I have an XML fragment and use it in several places in an XML view.
4
votes
3 answers

How to properly use JSONModel and setModel?

I'm trying to create an example screen using SAP Web IDE where clicking different buttons changes different texts around the screen. I have a few functions at the App.controller.js and the code is this (All the functions do the same for now but…
Soraky
  • 69
  • 9
3
votes
1 answer

How to easily consume nodejs-backend from html5 application with destinations?

I want to "connect" the html5 module with the nodejs backend, so that the frontend can access the backend for db logic. I found, that I have to create a destination in scp and write it in the mta.yaml and xs-app.js file for the approuter.…
3
votes
1 answer

Alternative method to download SAP Standard Fiori Apps

I am aware of downloading standard SAP Fiori apps from ABAP Repository using the /UI5/UI5_REPOSITORY_LOAD program. Also, I understand that the apps may directly be imported into SAPUI5 Web IDE if connected to the SAP system. I want to know if there…
d33a
  • 538
  • 9
  • 27
3
votes
1 answer

Use Node JS module in HANA trial account

How to enable node js module for HANA XSA in HCP? BTW, It is not under Tools --> Preferences --> Feature where in I enabled JAVA development. Thanks in Advance.
Manjunath
  • 63
  • 1
  • 8
2
votes
1 answer

Unable to consume OData in my SAPUI5 app - initial loading of metadata failed

I am facing an issue while trying to consume OData and binding (aggregation binding) it with list item in my demo app. The webpage is showing "No Data".. I referred other threads, but not similar to my issue. Even posted the thread in SAP QA forum..…
buttler wk
  • 119
  • 8
2
votes
1 answer

How to use the same path prefix for resources (css and images) for development and production environment?

I am linking to resources such as css or image files in the application made with UI5 but I am facing a problem. Usually, the path are for example: return "css/style1.css"; // for a stylesheet inside the folder css return "img/image.jpg"; // for a…
SylwekFr
  • 302
  • 1
  • 17
2
votes
1 answer

Navigate from Fiori List Report to standard app like hot-spot?

I have created List Report Fiori App based on CDS view I've created before. Is there any possibility to use some annotations in existing and/or additional CDS view to create a hotspot smart field on Vendor number? I.e. when I click on that it will…
2
votes
0 answers

How to use Outlook OData in SAP WebIDE and HCP?

I recently found the OData destination of the outlook. Documented here. I want to use this OData version 4 inside the SAP WebIDE, but for creating the destination in Hana Cloud Platform I have some difficulties and I think I configured something…
MJBZA
  • 3,579
  • 4
  • 34
  • 67
2
votes
1 answer

Property "preload" is not allowed?

I searched around but didn't find anything.. { "_version": "1.1.0", "sap.app": { "_version": "1.1.0", "id": "xxx", "...": "..." }, "sap.ui": { "_version": "1.1.0", "...": "..." }, "sap.ui5": { "_version":…
2
votes
0 answers

I have a problem in SAP WebIDE to Display XS OData Service on UI5 Application

Im creating an app to display recommendation results for apps to users but cannot display it on the app. The error shows Display property undefined in my Base Controller file Error Code is getOwnerComponent("myComp").getTargets().display(to) is in…
Brandon
  • 21
  • 2
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
  • 143
  • 1
  • 11
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
  • 69
  • 9
1
2 3
11 12