Questions tagged [sap-business-application-studio]

SAP's cloud IDE based on the open source version of Visual Studio Code (formerly based on Eclipse Theia). Successor of SAP Web IDE.

SAP Business Application Studio (aka. "SAP BAS") is SAP's latest cloud IDE running on and .

Logo of SAP Business Application Studio

SAP BAS comes with predefined dev spaces and a set of extensions respectively for each one of the following development types:

  • SAP Fiori for developing webapps or freestyle webapps, typically based on the framework.
  • Low-Code-Based Full-Stack Cloud Application for developing, testing, building, and deploying apps without writing much or no code.
  • Full Stack Cloud Application for building business services as well as extending S/4HANA using .
  • SAP HANA Native Application for building and deploying native SAP HANA applications or analytical models.
  • SAP Mobile Application for leveraging the platform and the tool to customize, deploy, and manage iOS and Android apps or Fiori-like webapps.

For more information, see official documentation of SAP Business Application Studio.


The predecessor is no longer actively developed and considered deprecated. The reasons, according to SAP in TheiaDevConf 2019, are that SAP Web IDE was architectured around legacy technologies such as Eclipse Orion and Eclipse Che 3 in addition to a customized UI layer with SAPUI5. That approach turned out to be unscalable due to having too many areas to maintain. Consequently, further enhancements for SAP Web IDE have been discontinued in favor of SAP BAS.

As of 2022 Q4, SAP BAS has switched from Eclipse Theia to the open source version of Visual Studio Code for enhanced developer experience.

34 questions
0
votes
1 answer

is not defined in SAPUI5

I tried to set up UI5 development on my local machine follow this turoial. The general setup seems to be fine, but when I add a button and want to let it show a MessageToast or a MessageBox (since I've read that MessageToast is deprecated) it does…
Sasku
  • 517
  • 7
  • 23
0
votes
1 answer

SAP Fiori Launchpad on Cloud Foundry - Role Configuration Issues

We have a range of apps deployed to our Fiori Launchpad (via an mta) file on Cloud Foundry. I came across this blog that describes setting up role access on an app by app basis. Configuring Roles – SAP Fiori Launchpad Cloudfoundry | SAP…
0
votes
1 answer

Error while using node module in SAP UI5 app

The requirement is to use of the node modules in my controller file of a UI5 app. I've installed the module and it resides in my npm_module folder. Based on the below blog, I've added some configurations in my ui5.yaml, yet I get the error pasted…
0
votes
2 answers

Worklist template i18n

Does the refer to a variable which contains the name of the object? Or should I replace it manually with a suitable name? The IDE generated #XTIT: Table view title worklistTableTitle= in i18n.
Jun
  • 2,942
  • 5
  • 28
  • 50
1 2
3