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

Deploy SAPUI5 Application to SAP Cloud or SAP App Center

I want to publish/deploy a SAP UI5 application such that it can be used as a Software/Application as a service (multiple companies can use it to fulfill their business requirements). I am not sure on how to deploy it and where to deploy it (I want…
Javdon
  • 25
  • 1
  • 10
-1
votes
1 answer

SAP WEB IDE Error when building application

In SAP WEB IDE I'm building my project (Right-Clck + Build). This was working correctly but now it's erroring with: 4​:43:07 PM (Build) Build started. 4:43:10 PM (DIBuild) Build of /rsa-complete-survey in progress 4:43:11 PM (DIBuild) [INFO]…
Adam Harkus
  • 2,050
  • 2
  • 36
  • 64
-1
votes
1 answer

All SAP Web IDE workspace projects have disappeared

On opening up the SAP Web IDE (Full Stack version) this morning, to my surprise all of my projects have been removed from my Workspace. I did have about 6 projects, which have now just disappeared. Has anyone encountered this before / know a…
Scott
  • 171
  • 3
  • 23
-1
votes
2 answers

sap.m.TileContainer Only Displays 2 Tiles

I'd like to use sap.m.TileContainer to display tiles with some info. The SAP sample is not really useful as it does not follow the guidelines such as using manifest.json etc... So I built an app in SAP Web IDE from scratch. I am using TileContainer…
-1
votes
1 answer

Error on a MasterDetail page

So I'm trying to recreate this app on SAP Web IDE: But I'm continuously getting this error: This is my App.Controller.js code: sap.ui.define([ "pt/procensus/ui5rv/controller/BaseController", "sap/ui/model/json/JSONModel" ], function…
André Gomes
  • 59
  • 1
  • 9
-1
votes
1 answer

"Initialize Local Repository" option is missing in local SAP WebIDE

I am using SAPUI5 local web IDE and facing issue with “Initialize Local Repository”. Go to your project in SAP WEB IDE, and right-click -> Select Git, then two options should be there: Clone Repository Initialize Local Repository But for me,…
Srinivas Gadilli
  • 342
  • 6
  • 25
-1
votes
1 answer

How to run FIORI app which is using reusable library in SAP WEBIDE?

I want to extend and run 'RT_COUNT_STOCK' (Count Stock) application in SAP WEBIDE. But since the application is using a reusable library which is deployed as 'RTST_REUSE', the application is failing to run in WEBIDE. I get the following error: I…
smath8
  • 31
  • 2
  • 6
-1
votes
1 answer

How to call SAP GW create_deep_entity method() in SAP WebIDE?

I have been using Web IDE trial version to try out one application. The application needs to pass data to Gateway method Create Deep Entity. While using oModel.create() getting an error which says method not implemented (i.e. Plain create method is…
saurabhC
  • 31
  • 1
  • 7
-1
votes
1 answer

SAPUI5 load file in the workspace

I need to upload files in the Workspace: I dont know which URL i should give as parameter to my file Uploader. Considering that i working with the SAP WebIDE personal Edition and my file are located in the following…
Kevine
  • 110
  • 1
  • 1
  • 15
-1
votes
1 answer

How to add an existing project in WEB IDE to the Git?

How is it possible to add an existing SAPUI5 application inside of the WEB IDE to the Git? Is it possible to connect it to the Github also or not?
user7383443
-1
votes
1 answer

Fiori : Could not open App

I am implementing Manage Journal Entries App in S/4Hana 1610 (App ID : F0717 as per Fiori App Library) and followed the guide given in the Fiori App Library. When I click on it ,encounters Console error1 , Console error2 . i.e. Error: failed to…
Razz
  • 87
  • 3
  • 21
-1
votes
1 answer

SAPUI5: Cannot read property '0' of undefined

What are the possible errors to get this error message? I tried to google but it says it happens in the javascript file where the getelementbyid returns null. But I checked all the element ids and they are correct... I am thinking it could be some…
munmunbb
  • 297
  • 9
  • 22
-2
votes
1 answer

SAP WEB IDE - Fiori Mobile option has disappeared from menu

The option to build a Fiori Mobile app has disappeared from the project menu in SAP WEB IDE. It was working a week ago... What's happened and can anyone else still see the option. (SAP WEB IDE Full Stack - Trail Version).
Adam Harkus
  • 2,050
  • 2
  • 36
  • 64
-3
votes
1 answer

Edit Function for SAP Fiori Template with ODATA

In the Web IDE it is very easy to create a Fiori App from a Master Detail Template and adding an ODATA service. But this new created app only displays the data from the ODATA service. What is the correct way to add a Create or Edit function after…
phpjssql
  • 471
  • 1
  • 4
  • 16
1 2 3
12
13