There are lots of "tutorials" about promise in the internet. Recently I am studying the frontend code of SAP Cloud for Customer and I come across a re ...
分类:
其他好文 时间:
2020-05-07 22:58:06
阅读次数:
71
Recently when I do self study on Vue I find many articles in the internet with full of praise on "Vue" ‘s reactive Two Way Data binding trait. This fa ...
分类:
其他好文 时间:
2020-05-07 22:47:49
阅读次数:
138
Before we start to research tail recursion, let’s first have a look at the normal recursion. A simple factorial implementation by recursion: Let N = 5 ...
分类:
编程语言 时间:
2020-05-07 18:12:04
阅读次数:
95
之前发表过一篇关于SM30增强的文章 【ABAP随笔】SM30常见增强操作-自动带描述 ,今天算是一点补充:使用EVENT来实现删除前的检查 方法1-增加事件-EVENT TCODE: SE54 输入视图名称,然后点击环境->事件 添加序号为03的条目,写入包含检查代码的例程名称 保存后,点击编辑器 ...
分类:
其他好文 时间:
2020-05-07 01:01:32
阅读次数:
101
SELECT * FROM TEMP_MO_SCHEDULING WHERE MO_ID LIKE '5000342787%'; select * from ZTPP_FP_001@sap_sep where zclass='101001189'; select * from in_item whe ...
分类:
其他好文 时间:
2020-05-06 20:05:37
阅读次数:
72
from Avenger import AvengerAccessor import os,datetime,subprocess,sys,re Tmp_dev_50="/home/wqhist/" Tmp_dev_20="/tmp/DEV20_WqhistLog/wqhist/" Tmp_dev_ ...
分类:
数据库 时间:
2020-05-06 12:10:18
阅读次数:
75
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; 7 ...
分类:
编程语言 时间:
2020-05-04 15:52:09
阅读次数:
75
Background of this Blog For several CRM projects in China which I am involved, I found the partner have chosen ABAP webdynpro when custom development ...
分类:
Web程序 时间:
2020-05-04 13:26:42
阅读次数:
81
如果系统里没有SQF这个tcode,可以参考note 1814328: SQF: Plug In for Source Code Scans进行安装。 ABAP static analysis tool SQF is a static code analysis tool developed in ...
分类:
其他好文 时间:
2020-05-04 13:19:07
阅读次数:
63
今天是2020年五一国际劳动节,Jerry祝大家劳动节快乐。 虽然五一国际劳动节来源于一百多年前国外无产阶级的一次大罢工,但由于国情原因,国内很多行业的从业人员,好像天生就是劳碌命。比如程序员行业。 2014年五一劳动节,我在和一个不是总能重现的SAP CRM incident做斗争。详情参考Jer ...
分类:
数据库 时间:
2020-05-02 15:14:52
阅读次数:
101