running Extension project directly on ABAP server without Launchpad
- 2019 年 10 月 4 日
- 筆記
版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://jerry.blog.csdn.net/article/details/100880898
Created by Jerry Wang, last modified on Sep 03, 2015
这种办法可直接在ABAP server上运行extension application,无需将该application事先配置到Fiori launchpad上:

在index.html里会trigger extension project 的component.js的load:

extension component.js又会trigger standard component.js的加载:


最后加载出来的目录如下所示:

Opportunity extension util: https://webidetestingtestopportunityextension-fiori.dispatcher.neo.ondemand.com/ui5_execute_abap/sap/ZJERRY20150602/UtilExtension/Util.js
Opportunity standard util:
https://webidetestingtestopportunityextension-fiori.dispatcher.neo.ondemand.com/sap/bc/ui5_ui5/sap/crm_opprtnty/util/Util.js要获取更多Jerry的原创文章,