本文介绍下面这张架构图里红色高亮的 SAP UI5 ABAP Repository.
上图的 SAP UI5 ABAP Repository,实际上是 SAP Fiori 应用在 SAP ABAP 系统上的存储仓库。
无论我们在本地 Visual Studio Code 开发环境,还是在 SAP Business Technology Platform 的 Business Application Studio 浏览器在线开发环境里完成的 SAP UI5 开发,最终都需要将开发好的应用,部署到某个 Web 服务器上。SAP UI5 应用只能运行在 Web 服务器(或者说 Web Container 内部)上,通过浏览器访问。
具体的部