2016年2月工作日志

版权声明:本文为博主汪子熙原创文章,未经博主允许不得转载。 https://blog.csdn.net/i042416/article/details/89183236

2016-02-01

  1. id=e4af91640f0626a3bcab77bd195d524c&type=note
    re/?id=216be1c02aff37bfaa8a3b94e9b43fbe&type=note
    /sap/opu/odata/sap/CRM_ODATA/OpportunityCollection?$filter=bypassMaxHit eq true and (userStatusText eq ‘I1002’ or userStatusText eq ‘I1003’)&
    KaTeX parse error: Double subscript at position 99: …LSBAL_DBF10 l_t_̲tables-name l_t…filter
    https://jerry.sap.corp:44354/sap/opu/odata/sap/CRM_TASK/Tasks?$filter=isMyTask eq true&
    $expand=DocumentNotes,DocumentNextUserStatuses,DocumentHistories,DocumentApplicationLogs,Attachments
    d=7f1d13f3970d1fea0b7841d860ac3f84&type=note

2016-02-02

  1. package CRMC_MKTPL
    e/?id=610310d9e8bc2e45e10d8d8602063261&type=note
    “tasks” : “/TaskCollection?KaTeX parse error: Expected 'EOF', got '&' at position 24: …sMyTask eq true&̲expand=DocumentNotes,DocumentHistories,DocumentApplicationLogs”
    }
    FA163EE56C3A1ED5B295B2917493D766
    1个product: 00163EA720001ED1A7E3B32E2E3BC8C9

2016-02-03

  1. UP TO iv_test_number ROWS cannot be converted into a number
    其guid是00163EA720001ED1A7E3B32E2E3D48C9
    SELECT a~guid a~header a~product a~ordered_prod a~description b~process_qty_unit b~prod_hierarchy
    c~quantity FROM crmd_orderadm_i AS a
    LEFT JOIN crmd_product_i AS b
    ON a~guid = b~guid LEFT JOIN crmd_schedlin AS c
    ON a~guid = c~guid INTO CORRESPONDING FIELDS OF
    TABLE es_data-data FOR ALL ENTRIES IN lt_option
    WHERE header = lt_option-table_line.

2016-02-04

id=e7641075d79ab1847c14021d0b2908c4&type=note
SELECT a~guid a~header a~product a~ordered_prod a~description b~process_qty_unit b~prod_hierarchy
c~quantity d~net_value d~net_value_man e~currency FROM crmd_orderadm_i AS a
LEFT JOIN crmd_product_i AS b ON a~guid = b~guid
LEFT JOIN crmd_schedlin AS c ON a~guid = c~item_guid
LEFT JOIN crmd_pricing_i AS d ON a~guid = d~guid
LEFT JOIN crmd_pricing AS e ON a~guid = e~guid
INTO CORRESPONDING FIELDS OF TABLE es_data-data
FOR ALL ENTRIES IN lt_option WHERE header = lt_option-table_line.
execute((Serializable) (() -> {}));
execute((Runnable & Serializable) (() -> {}));
23067.58
re/?id=f098d962a2715a5d1dddb86ffc4b8f03&type=note

http://imgsrc.baidu.com/forum/w%3D580/sign=88b8a06dac18972ba33a00c2d6cc7b9d/9020020828381f30b18a11d0ae014c086f06f0c3.jpg

2016-02-05

  1. product_i: 00163EA720001ED29D9420A62486CED3 - 这是CRMD_PRODUCT_I的guid,这张表里
    还有一个PROD_HIERARCHY.
    header: 00163EA720001ED29D9420A624836ED3
    id: 5033061
  2. 00163EA71FFC1EE198BA2B4CBCBA0F33 - crmd_product_i 的guid。
    根据这个guid到CRMD_ORDERADM_I里用同样的guid找到 header: 00163EA71FFC1EE198BA24C155224F33
    object id: 121
    id=c6a3783acfb482c4b18629bbf1d53f52&type=note
    February
    【1,3,2,4】
    从左边找到第一个比pivot大的元素
    从右边找到第一个比pivot小的元素,
    交换

2016-02-06

  1. 我居然在2014年9月7日学习过这篇文章。。。不过当时理解不深入。。

http://blog.csdn.net/pzw_0612/article/details/45936165
Traversable
Seq分为linearSeq:head和tail
和IndexedSeq:ArrayBuffer和Vector
Set也是Iterable,但是不允许duplicate elements
are/?id=3101c8bb367df4d63744d67c19aad8a9&type=note
我们使用了Actor 类,你会注意到我们使用了一个惊叹号(!)来发送消息给一个Actor。现在你知道!只是另外一个方法而已,就像其它你可以用来和Actor 交
互的快捷操作符一样
如果一个方法不用接受参数,你可以无需括号就定义它。调用者也必须不加括号地调用它。
当调用一个没有参数的方法,或者只有一个参数的方法的时候,还可以省略点号。知道了这一点,我们的List(1,2,3).size 例子就可以写成这样:
// code-examples/Rounding/no-dot-script.scala List(1, 2, 3) size
注意当你使用scala 命令的时候,无论是交互式还是使用脚本,看上去都好像可以在类型之外定义“全局”变量和方法。这其实是一个假象;解释器实际上把所有定
义都包含在一个匿名的类型中,然后才去生成JVM 或者.NET CLR 字节码。
val configFilePath = if(configFile.exists()) { configFile.getAbsolutePath() }

2016-02-13

  1. 不可知论者;
    Java是基于操作系统本地调用方式创建线程。
    线程池用于流控,控制系统最大并发数保证系统不崩溃。

2016-02-18

  1. datePickerStartDate S4
    MT_DOC_ITEM_HEADERS
    crmd_product_i-prod_hierarchy
    CRMT_ODATA_PRODUCT
    COMT_CATEGORY_TEXT
    MT_PROD_CATEGORY_MAP
    PRODUCTS
    ATTACHMENTS
    CHANGEDOCS
    COMPLEXNOTES
    DOCUMENTHISTORY
    OPPORTUNITYLOGSET
    /iwbep/if_mgw_odata_expand=>ty_t_node_children
  2. https://hybris-cecenter-agenthome-ui-test-v1.us-east.cf.yaas.io///example.com/a/ 这个URL就会报资源没法找到(请拷贝https://hybris-
    cecenter-agenthome-ui-test-v1.us-east.cf.yaas.io///example.com/a/,而不是直接点击
    无图无真相,f(g.Xf(), b, c)

2016-02-19

  1. MasterHeaderFooterHelper.js
    dao.com/share/?id=6c11dfd4b701c22eadd55fdf08c4655e&type=note
    00163EA720041ED1A7CCCC66DF9AF233
    original: guid: 00163EA720041ED1A7CCD3B051931233
    lt_price: guid: 00163EA720041ED1A7CCD3B051931233 currency: EUR
    opt: header: 00163EA720041ED1A7CCCC66DF9AF233
    lt_links: guid_hi: 00163EA720041ED1A7CCCC66DF9AF233
    guidset: 00163EA720041ED1A7CCD3B051931233
    are/?id=407ef7b330efb69086111b5a145ae821&type=note
    if( ReactPerf.enableMeasure

3月1日出发,3号回来。generalDebug

_debugNode2
util.format.apply(this, arguments)
REACT_DEVTOOLS_GLOBAL_HOOK
Parser.prototype.parse

2016-02-20

hare/?id=cfab19671bf461d533017c6ada1b9af0&type=note
className = nav_item

2016-02-21

  1. Android 1,
    Html 5,
    web 3
    for
    505235762
    S16_FIORI_W12_CRM
    00000000000001476908
    re/?id=6c9663e08dc489e9fc0eb0d09fc0c964&type=note
    React.createElement
    ReactElementValidator.createElement
    /share/?id=e3c6f9899c490e739caa04ccec671752&type=note
    new Function(transform(code, opts).code)
    eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImVtYmVkZGVkIl…

How to get and debug converted source code in React
/?id=256c55e5c8bb9fe5de174c695ab9a3ab&type=note


Derry S2 controller:

  1. do not hide header note

http://weibo.com/electroluxappliances
4800
3000
Component BBPCRM 713 is at SP09 and you require SP10 minimum for the app base on
http://help.sap.com/fiori_bs2013/helpdata/en/ef/3b4452aeeeb710e10000000a44176d/content.htm

SAP Note 2233380 must be implemented on top of SP10, or upgrade to SP11
To fix your issue please upgrade to SP10, retry the issue, if still exists implement the SAP Note.
Apart from that, I do not believe that this is a CRM issue, the app
itself is requesting a count and not the actual entity list.
This is happening for the following items: Appointments, Opportunties,
Leads.
Jacqueline Lin
伊莱克斯:http://club.jd.com/review/818588-1-1.html
整个一个加湿器,还是慢加湿。空气里有任何怪味道都不管用。客服又说没有效果不是质量问题,不能退。我送朋友了,用了几天又给我退回来了,说一点用没有
不要。5000元的东西送都送不出去,整个一个打水漂了,骗子!
好嘛,你家这台净化器的过滤网拿出来居然和手一样薄,面积只有手心这么大,你这是在挑战人类智商的最低点吗?
这台机器的过滤器居然和手心一样大,做的简直是开玩笑。
心  得:
根本不是净化机,就是个加湿机! 悔没有看商品评价! 悔冲动

2016-02-23

  1. Jenkins Jobs for automated uploads into ABAP systems
    bind(context, arg1, arg2 )
    /?id=708e47ca5c34ed2542086487b0515150&type=note
    git config user.email "[email protected]"
    Upload UI to ABAP Dev Systems

2016-02-24

  1. bound_checkType
    ?id=4304588928848da8f4cb8af0738ec07c&type=note
    32262057
    2016-02-25
    are/?id=ca27c565f4caea8a89d807463d74661a&type=note
    is an open-source JavaScript library providing a view for data rendered as HTML.
    https://www.google.com/intl/en/chrome/browser/beta.html
    How browsers work-Behind the scenes of modern web browsers
    RFC Error: User misses authorization object S_RFCACL in target system
    SAPSUPPORT

2016-02-26

  1. Use Chrome development Tool to compare Rendering performance between SAPUI5 and React: http://scn.sap.com/community/developer-
    center/front-end/blog/2016/02/26/use-chrome-development-tool-to-compare-rendering-performance-between-sapui5-and-react
    /sap/opu/odata/sap/CRM_ODATA/OpportunityCollection?KaTeX parse error: Expected 'EOF', got '&' at position 90: …xt eq 'I1003')&̲expand=SalesTeams
  2. export https_proxy=http://proxy.pal.sap.corp:8080
    setDatePicker : function(oView, sDateTobeSet, sTheOtherDate, formatter) {
    var oDateTobeSet = oView.byId(sDateTobeSet);
    var oTheOtherDate = oView.byId(sTheOtherDate);
    oDateTobeSet.setValueState(sap.ui.core.ValueState.None);
    oTheOtherDate.setValueState(sap.ui.core.ValueState.None);
    var newDate = oDateTobeSet.getDateValue() || oDateTobeSet.getValue() || oDateTobeSet._lastValue;
    if (newDate) { oDateTobeSet.setValue(formatter.format(newDate)); }
    },

2016-02-29

  1. 000000000005
    10000144运单号码: 376597692467
    4103177
    参考4024950
    O 50007707

Hogwarts School
e/?ide/?id=471777bfe9469b07a89cdefa0892c836&type=note
employee in QHD/504: WANGJ in qhd guid: 3440B5B173AE1ED3BDA7AB51C550917E
qhd: 10000144
FF2_BUPA_QHD

http://localhost:8090/cus.crm.mycalendar/test-resources/sap/ushell/shells/sandbox/fioriSandbox.html#Shell-home
AHD employee: WANGJ
e/?id=b43bf7563a35a503e0d4f85957759741&type=note

要获取更多Jerry的原创文章,请关注公众号"汪子熙":

猜你喜欢

转载自blog.csdn.net/i042416/article/details/89183236