SAP UI5 指定 / 变更版本

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:

  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"

参考文章

  • Is there any way to use the SAP Fiori tools for creating SAP Fiori Application based on SAPUI5 version 1.38
  • SAP Fiori tools 2202 release bring new features and makes troubleshooting easier

你可能感兴趣的:(SAPUI5,-,Fiori,Design,前端)