任务:分析 SAP UI5 root XML 视图的加载逻辑。 鼠标放到 initiator 这一列上,找到调用栈的 UIComponent.js 的 createContent 方法: 可以看到,这里的逻辑是,从 manifest.json 里解析出 root view 定义,然后实例化该视图。 ...
分类:
其他好文 时间:
2021-06-16 18:27:27
阅读次数:
0
如下图所示,我直接将 SAP UI5 Label 和 Text 控件放在一起,最后的结果不令人满意: <Label text="Refresh Count:" labelFor="counter" /> <Text id="counter"/> Label 和 Text 并未在同一行显示: 使用 H ...
分类:
其他好文 时间:
2021-06-05 18:33:15
阅读次数:
0
I will use the field “ClosingDate” to demonstrate my favorite approach to trouble shoot field binding issue. Generally speaking, the issue could be su ...
分类:
其他好文 时间:
2020-09-17 17:07:23
阅读次数:
32
Recently I was struggled with a customer incident and finally I realized that I didn’t understand the Edm.DateTime quite clearly. So I spend some time ...
分类:
其他好文 时间:
2020-09-17 17:05:10
阅读次数:
27
Can I change the hard code ID? In SAP help the UI5 bootstrap logic is explained: Bootstrapping: Loading and Initializing SAPUI5 in HTML Pages. However ...
分类:
其他好文 时间:
2020-09-15 20:56:39
阅读次数:
38
We know that when we create a new UI5 control instance, we can explicitly pass an id into constructor. In this case, developer takes responsibility to ...
分类:
其他好文 时间:
2020-09-15 20:54:51
阅读次数:
29
If you already have a running UI5 application and uploaded it to your Github repository, it will be very easy to host that application in Heroku with ...
分类:
其他好文 时间:
2020-09-11 14:16:02
阅读次数:
30
由于ESS功能的部署,SAP封装了大量的API供前台UI5使用,其中包括请假,考勤数据获取等,而这里我要说到的是HCM photo的存储和下载 存储使用函数ARCHIV_CREATE_DIALOG_META,传入document type为'HRICOLFOTO',传入SAP object为'PRE ...
分类:
其他好文 时间:
2020-07-27 17:48:23
阅读次数:
73
@[toc] 所在公司目前使用的数据库主要是mysql 和hive, 所以选择的数据库客户端工具是sqlYog和xshell了。但是最近一个可视化系统需要支持配置多数据源,包括mysql,orcale,sqlServer,这就有个问题sqlYog连不了oracle 和sqlServer。然后不得不换 ...
分类:
其他好文 时间:
2020-05-12 13:36:19
阅读次数:
102
问题:已经看到了SAP Fiori Launchpad上的某个tile,如何反推后台需要配置哪个PFCG Role才能看到该tile? 这个问题是今天一个朋友在微信上问我的。因为我最近忙着学习一个新的SAP产品,所以这个问题也没有时间展开来写,本文就只做概要介绍。 下图是一个Gateway系统上打开 ...
分类:
其他好文 时间:
2020-05-11 15:57:24
阅读次数:
61