部署到ABAP服务器上的SAP UI5应用,其index.html的读取逻辑

132 阅读1分钟

Created by Jerry Wang, last modified on Aug 26, 2015

原标题:How is correct index.html served by ui5 handler from BSP repository

This wiki explains the process how the index.html of Fiori application is served by UI5 resource handler.
The url of index looks like below:
https://:/sap/bc/ui5_ui5/sap/zfiori150320/index.html?sap-client=001&sap-ui-language=EN&sap-ui-appcache=false
entry point:

在这里插入图片描述

clipboard2

在这里插入图片描述

在这里插入图片描述

在这里插入图片描述

final url is populated:

在这里插入图片描述

summary: the application zfiori150320 is directly created in WebIDE and deployed to netweaver server.