调优面试真题 首先我们来看问我的几道Java调优实战的面试问题: 使用“+” 拼接字符串为什么更快? 为什么final关键字现在无助于内联? 为什么外小内大的嵌套循环原则对性能提升并没有帮助? 指令重排序会导致什么结果? 什么是分布式系统中最耗时的操作? 为什么JDK和高性能产品的代码必须使用JMH ...
分类:
编程语言 时间:
2020-10-19 22:58:09
阅读次数:
30
ABAP 正则表达式 ABAP支持正则表达式。 支持正则表达式的语句: 1.FIND,REPLACE语句; 2.Functions:count,count_xxx,contains,find,find_xxx,match,matches,replace,substring,substring_xxx ...
分类:
其他好文 时间:
2020-10-18 16:46:52
阅读次数:
27
在实际业务中,常常出现到货物料没有订单或订单未批准的现象,按照SAP的标准流程,应该拒绝收货。但在实际业务中,这些物料可能是紧急采购的急件,如不及时处理,将会影响生产计划的安排。对于这种特殊情况,其实SAP有很灵活的处理方式,即由收货自动创建订单。需要说明的是,这种操作方式并不是SAP推荐的,不应在 ...
分类:
其他好文 时间:
2020-09-17 23:23:56
阅读次数:
29
program sap_picture_demo. set screen 200. TYPE-POOLS cndp. ************************************************************************ * CLASS c_event_re ...
分类:
其他好文 时间:
2020-09-17 21:42:45
阅读次数:
35
code as bellow *& * *& Include COLUMN_TREE_CONTROL_DEMOTOP * *& * *& * REPORT SAPCOLUMN_TREE_CONTROL_DEMO MESSAGE-ID TREE_CONTROL_MSG. CLASS LCL_APPLI ...
分类:
其他好文 时间:
2020-09-17 21:32:33
阅读次数:
33
I joined SAP China seven years ago after graduation and knew nothing about SAP or ABAP at that time. Now I am working as a development expert in SAP. ...
分类:
其他好文 时间:
2020-09-17 19:37:39
阅读次数:
29
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
There are two variants of SQL statement execution defined in SAP note 2000002 – FAQ: SAP HANA SQL Optimization. The difference is how the where condit ...
分类:
数据库 时间:
2020-09-15 20:58:55
阅读次数:
57
文章系列目录 Wechat development series 1 – setup your development environment Wechat development series 2 – development Q&A service using nodejs Wechat deve ...
分类:
微信 时间:
2020-09-15 20:58:20
阅读次数:
63