component set load logic - why coms_pcat_bob is accessed during product search

简介: component set load logic - why coms_pcat_bob is accessed during product search

During product search POC test, I found the following COM table is accessed.


image.png


The reason is, in my test code, I use component set PROD_ALL:


image.png


You can define component set in this customizing:


image.png


Here we can find that PROD_ALL contains lots of other component like BP and obsolete component like CRMPME:


image.png


One order WebUI application has used another component set ONEORDER:


image.png


Where PROD component is included.


image.png


As a result, in the future in our unit test code, we should always use the same component set as used in one order application: ONEORDER. The component set PROD_ALL should never be used any more for current scope.


相关文章
Unknown custom element: <add-employee> - did you register the component correctly? For red cursive c
原因: 1.组件名没写对(导入和注册不对应) 2.components少写了个s 3.组件命名最好是驼峰命名 4.导入时语法错误 5.代码中有两个components,后一个的值把前一个覆盖了 6.组件直接循环套用了
MGA (Managed Global Area) Reference Note (Doc ID 2638904.1)
MGA (Managed Global Area) Reference Note (Doc ID 2638904.1)
277 0
PAT (Advanced Level) Practice - 1119 Pre- and Post-order Traversals(30 分)
PAT (Advanced Level) Practice - 1119 Pre- and Post-order Traversals(30 分)
115 0
PAT (Advanced Level) Practice - 1119 Pre- and Post-order Traversals(30 分)
Fiori Elements detail table data request logic
Fiori Elements detail table data request logic
114 0
Fiori Elements detail table data request logic
custom field further usage - add into UI and report
custom field further usage - add into UI and report
130 0
custom field further usage - add into UI and report
|
Java
Hybris DDIC type and its counterpart model class
Hybris DDIC type and its counterpart model class
123 0
Hybris DDIC type and its counterpart model class
在S4 key user tool里创建Custom Logic的后台实现
在S4 key user tool里创建Custom Logic的后台实现
104 0
在S4 key user tool里创建Custom Logic的后台实现
test case id - hash generation logic
Created by Wang, Jerry, last modified on Jul 06, 2016
115 0
test case id - hash generation logic
why in GM0 our extension component this.sPath is not correct
Created by Wang, Jerry, last modified on May 20, 2015
102 0
why in GM0 our extension component this.sPath is not correct