Reputation: 48
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.
Upvotes: 0
Views: 1243
Reputation: 48
Ashley Tung has shared a link on the SAP blogs site with a workaround from SAP Application Generator help:
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.
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:
- In the ui5.yaml file, manually set the SAPUI5 version to the needed one, such as 1.38.50.
- In the HTML files, manually remove the “sap.f” references as they aren’t available in 1.38.50.
- 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"
Upvotes: 0
Reputation: 1
Web ide personal edition
You could update ui5 libraries
Upvotes: 0
Reputation: 489
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.
Upvotes: 2