In Fiori My Opportunities application, as mentioned by my previous mail, only those which fulfill the following three selection parameters will be displayed in the master list in Fiori.


For example, if I change the status of Opportunity “testJerry2” from “open” to “lost”:


However, it is still displayed in WebUI:


And in your MyAccount Fiori:

And in your Fiori Application, when you select “Opportunity”, there are two requests sent to backend:

HTTP请求1:https://:7080/sap/opu/odata/sap/CRM_BUPA_ODATA/AccountCollection(‘JERRYACOUN’)/Opportunities/$count?sap-client=001

Response: 8 – this count is used in #2 to get opportunity detail data:

HTTP请求2:

GET AccountCollection(‘JERRYACOUN’)/Opportunities?KaTeX parse error: Expected 'EOF', got '&' at position 7: skip=0&̲top=8&orderby=closingDateorderby=closingDate%20desc&orderby=closingDateexpand=MainContact%2cMainContact%2fPhoto&sap-client=001&sap-client=001 HTTP/1.1

So if you would like to know why “We are never able to pull out any opportunities.” In customer system, you can debug the implementation of #1 to know why. ( Odata: CRM_BUPA_ODATA )

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

SAP CRM WebClient UI和CRM Fiori应用里Opportunity的显示过滤逻辑相关推荐

  1. SAP CRM WebClient UI和CRM Fiori Account里显示Opportunity逻辑

    我们知道SAP CRM WebClient UI的Account页面下有一个assignment block名叫opportunities,在SAP CRM Fiori UI里也有一个opportun ...

  2. SAP CRM WebClient UI和Hybris backoffice UI开发的相同点

    CRM WebClient和Hybris backoffice的UI开发都不需要开发人员手写原生的html代码. CRM WebClient UI 在CRM WebUI workbench里,开发人员 ...

  3. SAP CRM WebClient UI交互式报表的Gross Value工作原理

    SAP CRM WebClient UI交互式报表(Interactive Report)的Gross Value工作原理 the selection fields passed to backend ...

  4. SAP CRM WebClient UI和Hybris Commerce里的跨组件跳转

    CRM WebClient UI How to debug cross component navigation framework https://wiki.scn.sap.com/wiki/dis ...

  5. Jerry答网友提问:SAP CRM WebClient UI里的EXT,STRUCT等含义

    2020年,Jerry会做一个新的尝试,选择部分朋友向我提出的问题,在公众号,知识星球或者微信圈子这些平台上公开回答,这样或许能帮助到更多的朋友. 具体说明参见我前一篇文章:2020年关于SAP知识问 ...

  6. SAP CRM WebClient UI搜索结果界面的扩展字段显示

    SAP CRM WebClient UI搜索结果界面的扩展字段显示原理. 要获取更多Jerry的原创文章,请关注公众号"汪子熙":

  7. SAP CRM WebClient UI里如何找到Assignment block和settype的映射关系

    SAP CRM WebClient UI 产品主数据里的assignment block,要么对应一个settype,要么对应一个relationship. 如何根据assignment block, ...

  8. 在SAP CRM WebClient UI中用javascript触发ABAP event

    环境:SAP CRM WebClient UI 需求:在WebClient UI里不通过用户手动点击,而是使用JavaScript代码自动触发ABAP后台的代码. 解决方案: 1. 定义一个hidde ...

  9. SAP CRM WebClient UI element id generation logic

    Created by Jerry Wang, last modified on Jan 20, 2015 UI element在runtime render时,会按照一定逻辑生成id: 首先根据ui ...

最新文章

  1. 域名删除时间及whois状态说明
  2. Mac终端下打开sublime
  3. 算法模型该如何解释?
  4. 自己简单封装的自己项目需要的http请求
  5. C语言/找出任意两整数之间的素数以及他们的和
  6. 电路制版工作笔记001---印刷电路板的制作过程
  7. Wireshark-001基本设置
  8. 【黑马程序员】新的开始
  9. fid和is_【GAN】用于生成图像的评价指标——IS和FID
  10. AMS1117稳压芯片介绍
  11. FPGA与ASIC区别
  12. 【数据分析】业务分析中常见模型-漏斗模型
  13. 虚拟化技术概念:什么是虚拟化?虚拟化和云计算的关系详解
  14. Unity3D UGUI 渐变效果
  15. HUAWEI华为荣耀MagicBook V14 I5 集显 16GB+512GB (HGE-W56)原装出厂WIN11系统恢复原厂oem系统
  16. 美国次级抵押贷款市场的来龙去脉(转)
  17. 怎样让android系统消失,谷歌本以为断供安卓可以让华为手机消失,结果断送了安卓系统的前程...
  18. java模拟数据库压测_java模拟数据库缓存
  19. uboot研读笔记 | 05 - 移植uboot 2012.04到JZ2440(支持Nand Flash读写)
  20. PCA9540BDP 电子元器件 封装MSOP8 批次21

热门文章

  1. maven-surefire-plugin 自动化单元测试插件
  2. 牛客网剑指offer编程实践21-30题
  3. 第三次学JAVA再学不好就吃翔(part83)--泛型类
  4. Psych101(part6)--Day6
  5. 利用python爬虫(part13)--requests模块之requests.get的参数们
  6. 初识Mysql(part4)--我需要知道的5条Mysql语句之排序
  7. 如何优化Hive SQL ??
  8. SAP UI5 setProperty 的执行逻辑单步调式和分析
  9. SAP Commerce Cloud 里的 Media 概念简述
  10. TypeScript Non-null Assertion Operator 非空断言操作符 - 感叹号