`
JerryWang_SAP
  • 浏览: 1043961 次
  • 性别: Icon_minigender_1
  • 来自: 成都
文章分类
社区版块
存档分类
最新评论
文章列表
The explanation why draft handling is necessary in Fiori application could be found from Fiori Design Guideline. In this blog, I will use the update of field “cross distribution chain status” in S4 Product master Fiori application as example. This field could be found from Fiori UI:     There ...
目录 Part1 – how to test odata service generated by CDS view Part2 – what objects are automatically generate after you activate one CDS view Part3 – how is view source in Eclipse converted to ABAP view in the backend Part4 – how does annotation @OData.publish work Part5 – how to create CDS v ...
I use the following simple JavaScript code to illustrate: var JerryTestArray = []; (function(){ for( var i = 0; i < 100; i++){ JerryTestArray[i] = document.createElement("div"); } })(); Create a new empty tab in your Chrome, and first create a snapshot ...
I use the following simple JavaScript code to illustrate: var JerryTestArray = []; (function(){ for( var i = 0; i < 100; i++){ JerryTestArray[i] = document.createElement("div"); } })(); Create a new empty tab in your Chrome, and first create a snapshot ...
In this blog Insight into calculated fields created by AET I introduce one approach to define your extension field with your specific logic via calculated field supported in CRM Application Extension Tool ( AET ). If your logic is too complex to be covered by the embedded formula in calculated fie ...
When you create extension field via Application Extension Tool, it seems the code list ( or drop down list ) is not supported by this tool. This type does not appear in supported data type list.     In fact the requirement to create an extension field with type Code List is still feasible. The ...
I would like to share an investigation done today regarding distribution lock in Service Order. My colleague observed that if there is no status profile maintained for Service Order transaction type,     once the service order is created and saved, you can not edit it any more. When Edit butt ...
By default after a service order is saved, there is a distribution lock set, which prevents you from editing this order in status transferring. Click edit button you will meet with error message below until it has successfully been transferred.     In blog Regarding Service Order distribution l ...
In tcode SWO1 we can find for example business object BUS1178 has defined several events.     When you create a new product and save it from WebClient UI, this BOR type will be raised in the following callstack:     COM_PR_CHBADI_RAISE_WF_EVENT will call SWE_EVENT_CREATE_IN_UPD_TASK in upd ...
What is CGLIB? A Byte Code Generation Library which is high level API to generate and transform Java byte code. It is used in various scenarios such as AOP, testing, data access frameworks to generate dynamic proxy objects and intercept field access. See one example in unit test. In line 17, a ne ...
I have assigned relationship PRDLOCS to product category MAT_HAWA in CRM:     And I create a product based on category MAT_HAWA. To my surprise, I could not see Location assignment block as expected. I use the following test code in my utility class to list what exactly relationships assigned t ...
I have assigned relationship PRDLOCS to product category MAT_HAWA in CRM:     And I create a product based on category MAT_HAWA. To my surprise, I could not see Location assignment block as expected. I use the following test code in my utility class to list what exactly relationships assigned t ...
Requirement: You have performed initial download in CRM to download plants from ERP. Now you have made some further change on a given plant in ERP. You would like to synchronize those change back to CRM. You can maintain plant information in ERP:     (1) create new download request in CRM via t ...
I have created one Sales customer via tcode VD01 in ERP:     And I have defined a request in tcode R3AR2 to try to download it to CRM via request download:     After download is finished, I saw following error message in tcode SMW01:     Error message: Number not in interval XXX – XXX ...
Form of address 0001 not designated for organization I have tried to download a customer from ERP to CRM via request download. After request download is finished, I saw error message in tcode SMW01:     The customer being download is created in tcode VD01 in ERP as below:     So I set a b ...
Global site tag (gtag.js) - Google Analytics