The framework doesn’t allow to use the same view or window more than once in the repository browser. But in you example the view is assigned to a window and to a viewset.
In order to do this, the view BP_ADDR/ContactWorkAddrEF is assigned to the window:

SAP CRM WebClient UI - Why use component usage to itself

and then this window is used via a component usage in this viewset:

SAP CRM WebClient UI - Why use component usage to itself

That means which each usage definition you can again use a window and assign it within the repository editor to another object. With every usage definition, a new instance of the component controller is created. If you want to avoid this, you can use the reference statement:

SAP CRM WebClient UI - Why use component usage to itself

So BP_ADDR usage creates a new instance of this component, but with usage Dupl, you can use the windows again, but with the same controller instances as the BP_ADDR usages.

要获取更多Jerry的原创文章,请关注公众号"汪子熙":
SAP CRM WebClient UI - Why use component usage to itself

相关文章:

  • 2021-07-19
  • 2021-06-13
  • 2021-09-23
  • 2021-03-30
  • 2021-08-23
  • 2021-06-03
  • 2021-12-26
猜你喜欢
  • 2021-05-07
  • 2021-11-30
  • 2022-01-01
  • 2021-05-05
  • 2022-12-23
  • 2022-01-17
  • 2021-09-07
相关资源
相似解决方案