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

SAPUI5/FIORI - SmartTable pressItem Event not triggered

i am trying to attach the itemPress event for SmartTable control in sap UI5. The view is defined in XML and bind to OData.
Kubas
  • 91
  • 2
  • 12
1
vote
1 answer

Global utility project in WebIDE for reuse of helper classes

I try to develop a utility project in SAP WebIDE to share useful utility classes with other developers. Let's call this a BaseProject. In my CustomProject I want to use a reference to this BaseProject and use e.g. the formatter. Therefore I created…
srz
  • 129
  • 1
  • 1
  • 11
1
vote
1 answer

How to create a SAP Fiori Custom Launchpad?

I want to create a Fiori launchpad that is able to run Fiori applications that are not developed with stand alone option. But I can not find any option inside of the WEB IDE for creating a Fiori launchpad application while as I understand SAP Fiori…
MJBZA
  • 4,796
  • 8
  • 48
  • 97
1
vote
2 answers

What does "ach" stand for? In manifest file, in overview application of SAP

This is an extract from manifest.json file of my overview application. created using annotations https://blogs.sap.com/2016/01/29/steps-to-create-analytic-card-on-overview-page-using-northwind-odata-service-v3-in-web-ide/ "sap.app": { "id":…
adirocks27
  • 141
  • 1
  • 6
  • 15
1
vote
1 answer

SAP WebIDE local configuration credentials error

I have configured WebIDE locally on my system using these guidelines. but when I created the text file holding information about connections, it's not working the exact way as it should have worked. Below are my connection…
H.K
  • 138
  • 7
  • 17
1
vote
0 answers

From which controller to extend? `sap.ui.core.mvc.Controller` or `sap.ca.scfld.md.controller.*`?

When I build SAP Fiori Mater Detail application, should my application controller extend from sap.ca.scfld.md.controller.BaseDetailController and sap.ca.scfld.md.controller.ScfldMasterController or just sap.ui.core.mvc.Controller? When I looked at…
john
  • 21
  • 3
0
votes
0 answers

Is it possible to access files of a service launched on HANA XS cockpit in order to build a deployable MTAR file out of it?

Consider a scenario: A developer maintains a HANA project in WebIDE, instantiates it as a service in DEV environment, accidentally forgets to check their code into GIT, and leaves on a well deserved vacation. Another developer needs to promote that…
VilleLipponen
  • 636
  • 1
  • 13
  • 22
0
votes
1 answer

How to disable xsrf validation on sap web ide?

I am able to properly setup sap web ide on my local but after login I keep getting xsrf error on the browser. I want to disable it in my local for local development and was not able to find any solution on internet. I tried to find it on…
0
votes
1 answer

SapUI5 exchanging data between views

Actually I have a problem with exchanging data between views. i have a view that conatains a selectable table and i want to get the data of the selected rows and navigate to another view to do the treatement of these data (i've already done the…
0
votes
1 answer

How do i side load NPM dependencies into HANA WebIDE?

I am working in HANA WebIDE. I've checked out a project from git and tried building it. The build fails due to dependencies not being available. There is not command line to run NPM commands. Is there a way to "side-load" NPM dependencies and make…
VilleLipponen
  • 636
  • 1
  • 13
  • 22
0
votes
3 answers

Is there any way to use the SAP Fiori tools for creating SAP Fiori Application based on SAPUI5 version 1.38

I need to create a Fiori App with Smart Templates using SAPUI5 version 1.38. My issue is that the version 1.38 has a Long-Term Maintenance status and there are systems that are still using that version, but the current version of SAP Fiori tools…
Alex Telitsin
  • 48
  • 1
  • 2
  • 7
0
votes
1 answer

UI5-Application: Call to functionimport works ONLY in WebIDE but fails everywhere else

We are developing a custom UI5 application. It is developed in the WebIDE, and therefore deployed as a BSP. When we use the underlying model for calls ( currently 3, no CRUD ), we chose the path of using ONLY functionimports to communicate with the…
icbytes
  • 1,831
  • 1
  • 17
  • 27
0
votes
1 answer

How to read an aggregated entity from Odata Service SAP ui5

In OData Model V2, I'm struggling by reading the odata of my mocked server: I want to get access to the child entity which is associated with a Parent entity. From Open_Station I can navigate to_Order_Header: [{ "results": [ { …
0
votes
2 answers

function declaration in SAP UI5

I'm a beginner to UI5 and I couldn't find an answer to the following question: Why in UI5 functions are declared this way: and I can't declare it this way: I couldn't find any JavaScript resource that shows the first picture function declaration…
Assaf
  • 63
  • 4
  • 11
0
votes
1 answer

SAP FIORI Tools - Filter generated via XML UI local Annotations, require to display Clear button

I am exploring XML Annotations on WebIDE. To display filters, have added SelectedFields. I want to add reset or Clear button with Go Button. Could you please update property to add such button via annotation. Thanks in advance for your…