这个问题最后的分析结果令人啼笑皆非。

问题的症状:CRM Fiori应用My Oppportunity, 点击任何一个Opportunity进入明细页面,应该看到的标题是Opportunity detail,而不是现在看到的“New Opportunity”- 这应该是点击New之后进入的Opportunity创建页面的标题才对。

Via debugging I found the title value comes from the attribute “DETAIL_TITLE” in a custom Resource bundle. So it means the opportunity tile in GM6 points to an extension component, not the original standard component.


There are two ways to figure out whether current UI is standard or extension:

Switch to debug model, check the loaded ui component, whether there is additional ui component besides standard one, like this example “extcrm_opp”.

When you click on a tile for the first time, observe the http response in Chrome to know what exactly the ui component this tile points to. The example below shows the tile points to an extension component enhancing Opportunity component.

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

SAP CRM Fiori应用My 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 Fiori 应用 My Opportunity应用点击Edit后出现time out的错误分析

    Cloud上一执行到这个RFC class就死了: 观察他的callstack: 这个function module只是一个wrapper,真正的实现是在JAVA里做的.而且整个function gr ...

  3. SAP CRM Fiori应用 my Opportunity的扩展

    Created by Wang, Jerry, last modified on May 20, 2015 要获取更多Jerry的原创文章,请关注公众号"汪子熙":

  4. SAP CRM Fiori应用My Opportunity的点阵外观

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

  5. 在 SAP CRM Fiori 应用上给 Opportunity 订单添加 note 的后台执行明细

    在 SAP CRM Fiori 应用上给 Opportunity 订单添加 note 的后台执行明细: 修改某些字段之后点击保存按钮: I change "chance of success ...

  6. SAP CRM Fiori 应用和 SAP Commerce Cloud (电商云) UI 如何通过调整 CSS 来改变UI显示风格

    这是Jerry 2021年的第 19 篇文章,也是汪子熙公众号总共第 290 篇原创文章. 本文分别针对 SAP CRM Fiori 应用和 SAP Commerce Cloud (电商云) UI,介 ...

  7. SAP CRM Fiori Launchpad 登录之后,看不见任何 tile 的解决办法

    我登录 SAP CRM Fiori gateway 系统,发现 Launchpad 里一个 tile 也没有: 解决方法 事物码 PFCG,从标准的 role SAP_CRM_BCR_SALESREP ...

  8. SAP CRM Fiori my Opportunity Etag handling

    Created by Wang, Jerry, last modified on Jan 16, 2015

  9. SAP CRM Fiori My Opportunity应用文件上传的技术实现

    Created by Wang, Jerry, last modified on Apr 17, 2016

最新文章

  1. 1103 Integer Factorization 需再做
  2. NGUI从入门到实战第1章开启NGUI学习之旅
  3. Python数据科学-技术详解与商业实践视频教程
  4. RSS制作阅读器(利用RssToolkit for asp.net 2.0)
  5. 动态sql拼接单引号与 变量赋值
  6. java枚举可以int值不_java – 如何通过int值迭代枚举?
  7. md5 算法java实现_java实现MD5算法
  8. 制图折断线_【机械制图】机械设计中的尺寸标注,看懂复杂机械图纸!
  9. Can‘t find a suitable configuration file in this directory or any parent. 报错解决错误
  10. springboot 以jar方式在linux后台运行
  11. [Day14]Eclipse高级、类与接口作为参数返回值
  12. crawler4j源码学习(2):Ziroom租房网房源信息采集爬虫
  13. android 步骤view,笔记20170530--自定义一个显示步骤的View(android)
  14. 个人作业7 第一阶段SCRUM冲刺(九)
  15. 优化代码==>常见问卷调查模板,多端通用版本
  16. win10系统文件拖拽卡顿_如何解决Win10鼠标拖动窗口有延迟?
  17. 在matlab中syms是什么,syms在matlab中的作用是什么
  18. 关系代数至少选修两门课_高中化学:选修三or选修五——一个帮你节省三个月的复习时间的重要选择(本文无图,浮躁慎入)...
  19. QTableWidget使用方法详细介绍
  20. 如何卸载有密码保护的Symantec Endpoint Protection v11

热门文章

  1. 英语阅读推荐:主题切换控件 ExpressionBuilder
  2. ASP.NET编程技巧
  3. Android 内存详细分析
  4. sklearn自学指南(part49)--字典学习
  5. 图卷积神经网络(part6)--GAT
  6. 第三次学JAVA再学不好就吃翔(part7)--基础语法之运算符
  7. Python 直接赋值、浅拷贝和深度拷贝解析
  8. 聊聊你知道和不知道的相关性系数
  9. Angular async pipe在Component html模板中的一个实际应用
  10. 对程序员来说,看透生死远远没有操作0和1那么简单