SAP UI5 in global variable sap.ui there are many useful utility service available, such as current browser and os information. and use sap.ui.getCore( ...
分类:
微信 时间:
2020-03-03 18:59:06
阅读次数:
94
SAP UI5 以我们以前负责的Opportunity为例,直接创建一个新的js文件,然后用所有字段为大写格式的JSON对象来模拟constant。UI5 framework也是用的这种方式。 Angular 用constant方法注入: 在要使用这个常量的地方直接声明依赖,然后使用: Angula ...
分类:
其他好文 时间:
2020-03-03 18:56:49
阅读次数:
59
Hybris Cache (1 )The Hybris Cache is a part of the Hybris persistence layer. (2) It improves the performance of a single server node by reducing the a ...
分类:
Web程序 时间:
2020-03-03 15:13:16
阅读次数:
66
虽然ABAP webdynpro已经不是SAP未来主流的UX技术,但是在很多老的模块里使用还是很广泛。 在[SAP help]里有关于这个应用的详细介绍: 而ABAP webdynpro的技术很多地方实现都和WebUI非常类似. 下图是ABAP webdynpro的navigate方法,实际操作是d ...
分类:
Web程序 时间:
2020-03-03 14:45:59
阅读次数:
93
SAP Cloud for Customer里没有办法新建product: Product detail page也无法编辑: 在C4C的business scoping里enable和ERP的integration: 在C4C里新建一个communication system: technical ...
分类:
其他好文 时间:
2020-03-03 14:37:40
阅读次数:
75
如果正在运行一个transaction,这个时候系统有一个transport request import进来, 这个TR包含了一些DDIC object的change, 并且这些DDIC object正在被当前transaction使用,就会出现这个exception: SAP的建议是在晚上use ...
分类:
其他好文 时间:
2020-03-03 11:22:48
阅读次数:
79
ABAP里客户做二次开发时,当其business requirement需要新的字段添加到已有数据类型上时,一般采用append structure的方式增强SAP标准的数据类型。 之前说到每个extension都有其local的object, 比如extension specific的data t ...
分类:
Web程序 时间:
2020-03-03 10:59:46
阅读次数:
73
我们之前用了这个data element。 UI framework的getter 会自动检测data type的domain上是否维护conversion exit,如果有,就自动调用,我们没有写任何代码。 还是这个routine只控制ui field? Conversion exit 有 in ...
分类:
其他好文 时间:
2020-03-03 10:49:55
阅读次数:
54
今天简单说一下使用OLE的方法来输出自己想要的EXCEL。 结果: 部分代码如下: FORM frm_export_excel_2 . DATA ls_destination TYPE rlgrap-filename. DATA ls_filename TYPE string. * 写入数据 SEL ...
分类:
其他好文 时间:
2020-03-03 01:08:06
阅读次数:
101
原题链接在这里:https://leetcode.com/problems/number-of-ways-to-stay-in-the-same-place-after-some-steps/ 题目: You have a pointer at index 0 in an array of size ...
分类:
其他好文 时间:
2020-03-02 14:34:45
阅读次数:
88