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

1k Views Asked by At

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 supports 1.65.0 as a minimal version.

  • Is it possible to use Visual Studio Code as a development environment?
  • Must I use SAP Web IDE or it is possible developing using some old SAPUI5 Tools version for Eclipse?
  • Are there any workarounds?
3

There are 3 best solutions below

1
On BEST ANSWER

The Fullstack WebIDE does have the option for the 1.38 UI5 Version. So you could use it. And i think you can use any other ide like vb if the generator for the templates does have the version or you just create it by your own. Also you can import your 1.38 project in your current ide this also should work.

enter image description here

0
On

Web ide personal edition

You could update ui5 libraries

0
On

Ashley Tung has shared a link on the SAP blogs site with a workaround from SAP Application Generator help:

Issue

When the user attempts to generate a SAPUI5 application from the template in SAP Business Application Studio, versions below 1.65 are not available from the drop-down list.

Workaround

Currently, SAP Fiori tools support SAP Fiori elements and SAPUI5 freestyle projects with minimum SAPUI5 versions 1.65 or higher.

In case there’s a need to test an existing projects with a lower SAPUI5 version, the following workaround can be used to preview the application:

  1. In the ui5.yaml file, manually set the SAPUI5 version to the needed one, such as 1.38.50.
  2. In the HTML files, manually remove the “sap.f” references as they aren’t available in 1.38.50.
  3. Additionally, update the theme data-sap-ui-theme="sap_fiori_3" to a theme supported by the required version, such as 1.38.50: data-sap-ui-theme="sap_bluecrystal"