1. 事务码SM30,编辑视图BSPWDV_EHSET_ASG, 给当前的client设置一个enhancement set:

如何添加任意一个UI component到SAP CRM的overview页面上

  1. 编辑增强定义,在CRM UI开发工具里,菜单environmental->enhancement definition:

如何添加任意一个UI component到SAP CRM的overview页面上

新建一个BSP应用,用于存放我们添加在overview页面上的UI component:

如何添加任意一个UI component到SAP CRM的overview页面上

After that you could define the component usage which points to your own UI component ZCUSTOM. All changes will be stored into the
enhancement BSP application ZBT116H_SRVO.

接下来我们可以在overview page里定义component usage,指向我们自定义的ui component,比如ZCUSTOM。所有的修改都会保存到上述新建的BSP应用里。
如何添加任意一个UI component到SAP CRM的overview页面上

component usage建好之后,将我们自定义的UI component的interface view添加到service order overview页面上:

如何添加任意一个UI component到SAP CRM的overview页面上

并将其配置到UI上:

如何添加任意一个UI component到SAP CRM的overview页面上

现在运行时我们就能在overview页面上看到我们新的UI component了:

如何添加任意一个UI component到SAP CRM的overview页面上

我们也可以用事务码SE80打开新建的BSP应用,在那里观察我们自定义的UI component是如何嵌入到overview页面上的:

如何添加任意一个UI component到SAP CRM的overview页面上

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

如何添加任意一个UI component到SAP CRM的overview页面上

相关文章:

  • 2021-05-06
  • 2021-04-14
  • 2021-07-26
  • 2021-10-19
  • 2021-07-02
  • 2021-07-08
  • 2022-12-23
猜你喜欢
  • 2021-07-10
  • 2021-05-05
  • 2021-05-07
  • 2022-01-13
  • 2021-11-05
  • 2021-06-13
  • 2022-12-23
相关资源
相似解决方案