当前位置: 首页 > news >正文

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
http://www.lryc.cn/news/186880.html

相关文章:

  • SpringMVC中异常处理详解
  • PPT课件培训视频生成系统实现全自动化
  • Densenet--->比残差力度更大 senet-->本质抑制特征
  • 基于腾讯云的OTA远程升级
  • 如何在VS2022中进行调试bug,调试的快捷键,debug与release之间有什么区别
  • 初识jmeter及简单使用
  • Spring 在多线程环境下如何确保事务一致性
  • [Machine Learning] Learning with Noisy Data
  • C++中有哪些常用的标准库?
  • 软考-信息安全工程师概述
  • 2023-2024年华为ICT网络赛道模拟题库
  • 英特尔参与 CentOS Stream 项目
  • Centos 服务器 MySQL 8.0 快速开启远程访问
  • 充电保护芯片TP4054国产替代完全兼容DP4054DP4054H 锂电充电芯片
  • Java Spring Boot中的爬虫防护机制
  • 状态模式 行为型模式之六
  • JAVA NIO深入剖析
  • 企业电子招投标系统源码之电子招投标系统建设的重点和未来趋势
  • 基于正点原子alpha开发板的第三篇系统移植
  • 数据结构与算法设计分析——贪心算法的应用
  • Leetcode 2895. Minimum Processing Time
  • 学信息系统项目管理师第4版系列21_范围管理
  • threejs 透明贴图,模型透明,白边
  • CCF CSP认证 历年题目自练Day21
  • 【Python_PySide2学习笔记(十六)】多行文本框QPlainTextEdit类的的基本用法
  • linux上negix部署静态页面
  • 41.说说Promise自身的静态方法
  • 通讯网关软件019——利用CommGate X2OPCUA实现OPC UA访问Oracle服务器
  • 【机器学习】svm
  • 基于SSM+Vue的学习交流论坛的设计与实现