SAP 实用篇

什么是SAP CRM WebClient UI的componen

2020-02-15  本文已影响0人  华山令狐冲

Sent: Tuesday, July 24, 2012 9:42 PM

Subject: RE: problems when navigate

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:

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

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:

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.

Regarding the missing instance, I currently don’t know, why this controller doesn’t have the instance during binding. May be you can check this in the standard scenario, i.e. account creation instead of account quick create.

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


上一篇 下一篇

猜你喜欢

热点阅读