SAP UI5 指定 / 变更版本
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"