ABAP里客户做二次开发时,当其business requirement需要新的字段添加到已有数据类型上时,一般采用append structure的方式增强SAP标准的数据类型。 之前说到每个extension都有其local的object, 比如extension specific的data t ...
分类:
Web程序 时间:
2020-03-01 14:43:40
阅读次数:
94
一、登录流程小程序内通过wx.login接口获得code将code传入后台,后台对微信服务器发起一个https请求换取openid、session_key(解密encryptedData、iv得到的)后台生成一个自身的3rd_session(以此为key值保持openid和session_key),... ...
分类:
微信 时间:
2020-03-01 14:24:25
阅读次数:
421
Win+Printscreen只能截全屏,Ctrl+V粘贴 Win+W 唤出屏幕右侧工作区,选择屏幕草图 优点:可裁剪,可编辑,可保存,可复制 缺点:需要二级操作,不能添加文字 Win+Shift+S选择截取,不能编辑,Ctrl+V粘贴 ALT+Printscreen 无反馈截取全屏,不能编辑,Ct ...
An extension can contain business logic, type definitions, a web application, or a Hybris Management Console configuration. That way, you link up in o ...
分类:
其他好文 时间:
2020-03-01 12:54:00
阅读次数:
70
ABAP 其实ABAP的编程范式相对其他语言比较简单,没有太多异步操作。除了STARTING NEW TASK可以实现异步调用。 Use ABAP Multi Thread programming to deal with a real performance issue: https://blog ...
分类:
移动开发 时间:
2020-03-01 12:26:39
阅读次数:
78
CRM WebClient UI WebUI最后渲染出来的dom element这些C _W 的id是在哪行ABAP代码被render出来的? See my blog WebClient UI element ID generation logic https://blogs.sap.com/201 ...
分类:
Web程序 时间:
2020-03-01 12:09:42
阅读次数:
89
1.ACL权限简介与开启 一.ACL权限是为了解决所有者/所属组/其他人三种身份不足的问题 二.查看分区ACL权限是否开启 dumpe2fs命令是查询指定分区详细文件系统信息的命令 dumpe2fs h /dev/sda3 Default mount options: user_xattr acl显 ...
分类:
系统相关 时间:
2020-02-29 22:10:52
阅读次数:
85
摘自:https://blog.csdn.net/jhcsdb/article/details/15780433 PAM Pluggable Authentication ModuleLinux下可扩展的鉴权模块,用户进程服务某服务进程,服务进程先把请求送到PAM模块进行鉴权,PAM根据服务名从/e ...
分类:
系统相关 时间:
2020-02-29 10:24:32
阅读次数:
115
unlock the shadow system UNIX: cd /<update directory>/abap/bin (e.g. /usr/sap/PRD/SUM/abap/bin)./SAPup unlockshd WINDOWS: <drive> cd \<update director ...
分类:
其他好文 时间:
2020-02-28 22:44:39
阅读次数:
84
选择了一个基础款的vps安装的镜像选了熟悉的centos的最新版centos8,但是在安装screen的时候,却安装不了,提示: No match for argument: screen 本来以为是yum源里没有screen,还换到了阿里云的源,却依然不能安装。将系统换到centos7,却可以直接 ...
分类:
其他好文 时间:
2020-02-28 12:23:25
阅读次数:
150