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

I have checked in GM4001/GHD504 with my own user WANGJER, and the result is I could see EQUAL data from these two different UIs.

When I select the Opportunity from MyAccount dropdown list in Fiori for my account JERRYACOUN, I see 8 opportunities:


And in WebUI, I see exactly those 8 opportunities in the assignment block:

And when I click “MyOpportunity” tile in Launchpad, we use the following url to get opportunities list from CRM backend:

https://:7080/sap/opu/odata/sap/CRM_OPPORTUNITY/Opportunities?KaTeX parse error: Expected 'EOF', got '&' at position 7: skip=0&̲top=20&select=Guidselect=Guid%2cId%2cDescription%2cClosingDate%2cExpectedSalesVolume%2cCurrencyCode%2cProspectNumber%2cProspectName%2cUserStatusCode%2cUserStatusText&select=Guidinlinecount=allpages&sap-client=001

And if you set a breakpoint on method below in CRM system, you can see that we specified three search parameter to consume 1order search API:


The three parameters means “fetch all OPEN or IN PROCESS Opportunities which fall into given response area’.

RESPONS_AREA = 1 means “My own responsible Opportunities”, RESPONS_AREA = 2 means “My teams’ Opportunities”.

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

SAP CRM WebClient UI和CRM Fiori Account里显示Opportunity逻辑相关推荐

  1. SAP CRM WebClient UI和CRM Fiori应用里Opportunity的显示过滤逻辑

    In Fiori My Opportunities application, as mentioned by my previous mail, only those which fulfill th ...

  2. SAP CRM WebClient UI 某些icon图标不能正常显示X

    https://github.com/i042416/KnowlegeRepository/issues/921 在这个方法上设断点, [外链图片转存失败(img-KHHMPDmK-156354885 ...

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

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

  4. 乾坤大挪移:SAP CRM WebClient UI 和 SAP Fiori UI 混搭并存

    SAP CRM里有个功能可以创建HANA live report,消费HANA Studio里创建的模型. 最后创建好的report长这个样子: 具体创建步骤可以参考我的博客Step by Step ...

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

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

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

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

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

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

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

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

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

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

最新文章

  1. 百度面试 中缀表达式变成后缀表达式
  2. 给定两个字符串,确定其中一个字符串的字符重新排列后,能否变成另一个字符串...
  3. REDHAT6.3 udev 配置 存储器磁盘
  4. 【浏览器】缩放是缩放CSS像素(缩放比例为1时,一个CSS像素等于一个屏幕像素)
  5. java 使用string_java中string怎么使用
  6. node.js项目中常量的配置 - 个人文章 - SegmentFault 思否
  7. 前端学习(760):对象导读
  8. hihocoder1457
  9. php 其他页面获取session_PHP五十个提升执行效率的小技巧,和常见问题
  10. Android视频开发基础
  11. Django视图层:Django便捷函数,render()函数返回HttpResponse对象,redirect()函数返回HttpResponseRedirect指向传递参数的URL
  12. qtp测试 java web_QTP之web常用对象
  13. Androidd 高德地图功能系列开发(搜索模块)
  14. VSCode插件---Code Runner
  15. jieba关键词抽取(TF-IDF)与中文抽取式摘要
  16. 孤独是人成熟的必经之路
  17. POJ 1392 Ouroboros Snake 欧拉回路
  18. Spring Security,没有看起来那么复杂(附源码)
  19. 图形图像-无中生有Photoshop CS6背景素材技法ps教程 [超多案例]-韦语洋(Lccee)-专题视频课程...
  20. 合同相似可逆等价矩阵的关系及性质_矩阵的合同,等价与相似的联系与区别.doc...

热门文章

  1. LightGBM 重要参数、方法、函数理解及调参思路、网格搜索(附例子)
  2. Latex指南(part1)--利用beamer制作学术报告文稿
  3. 强化学习(part2)--马尔科夫决策
  4. 什么是 constructor signature in interface
  5. Angular 依赖注入 useClass 的实例创建位置
  6. SAP CRM Product Relationship的设计原理
  7. SAP Data Intelligence Graph使用浏览器访问的url规范
  8. Scala里的类型擦除 - type erase
  9. CL_BSP_WD_VIEW_MANAGER-MANIPULATE_RESPONSE
  10. SAP CRM里产品主数据的文本模型设计