Created by Jerry Wang on Oct 06, 2016

In product overview page you see lots of context node with method ON_NEW_FOCUS implemented:

SAP CRM产品主数据页面的ON_NEW_FOCUS方法设计

The reason is: as long as the current focus root object in current collection wrapper changes, the corresponding dependent object should be refreshed as well. This synchronization is done by event handler: ON_NEW_FOCUS.

For example, once the cancel button is pressed, the focus change event is raised below:

SAP CRM产品主数据页面的ON_NEW_FOCUS方法设计

and finally the event handler implemented in dependent context node will react on this focus_change event and refresh related dependent node accordingly.

SAP CRM产品主数据页面的ON_NEW_FOCUS方法设计

要获取更多Jerry的原创文章,请关注公众号"汪子熙":
SAP CRM产品主数据页面的ON_NEW_FOCUS方法设计

相关文章:

  • 2022-12-23
  • 2021-05-26
  • 2021-11-04
  • 2021-11-02
  • 2021-11-30
  • 2021-11-02
  • 2021-12-28
  • 2021-05-26
猜你喜欢
  • 2021-04-24
  • 2021-05-14
  • 2021-12-06
  • 2021-09-22
  • 2021-07-26
  • 2021-07-02
  • 2022-01-01
相关资源
相似解决方案