测试
全部博文(931)
发布时间:2020-02-08 08:31:06
SM04里发现我的report随着时间的推移,消耗的内存越来越多:我的report里有个package size,类似于OPEN CURSOR和FETCH的design,比如package size是1000,那么每1000个service order创建成功后,清一次buffer,然后创建第二批1000个order,再清第二次buffer.创建好之后tcode S_MEMORY_INSPECTOR, 比较两个snapsh.........【阅读全文】
发布时间:2020-02-07 21:35:23
# Sent: Wednesday, May 23, 2012 6:42 PM我看了一下,当我们在UI上点add button增加新的search criteria之后,是framework做的处理把新的row render出来,application本身不需要任何实现。why by default only 4 line appear in the UI?click "Add":done by framework.........【阅读全文】
发布时间:2020-02-07 20:51:36
Why are the two navigation causing different behavior?Every time you navigate away from current view, WD_DESTROY will be called, either the child’s own redefined one or default implementation of parent.DESTROY method of context node class will be called one by one.In PPR case, since.........【阅读全文】
发布时间:2020-02-07 20:23:33
第二次点New ,lr_product变成value node,这个行为是一个expected的behavior:24行会把collection wrapper清空。只有当我们从UI上选择了base category之后,我们的逻辑才会从value node里面取数据,用于创建真正的mode node:......【阅读全文】
发布时间:2020-02-07 19:44:23
详见debug:发现conversation history 里面的table cell可以编辑,这显示不make sense。同事在试图把这些table cell设成readonly的时候发现一些问题,总结如下:(3) 目前的做法是在SMCCOMMENT attribute的getter里面强制设成read only,个人觉得这个方法不如2. ( 2是从framework级别实现readonly功能,3是de.........【阅读全文】