Hi,
I have 3 WebDynpro Development Components (DC) one of them is the wrapper and acts as a calling component and represents the home page of the portal with its own set of 4 Views - top, left, body and footer Views. Now based on some action caused in this Wrapper Webdynpro DC, the body View needs to call the other two WebDynpro DC which are independent applications in themself.
Just to make a mention, i dont intend to pass any data/parameters/events between the above Webdynpro DC, all i need is to the Wrapper (Calling Webdynpro DC) can invoke the Window of the other two Webdynpro DC in one of it's views.
I tried by creating the inbound plugs of the interface views of the Called Webdynpro DCs and then created a output plug from one of the views of the Calling Webdynpro DC and fired the link between them but it gives an initialization error.
Would appreciate if i get a prompt reply cos it's urgent.
Thanks
.V
Hi Jake,
Could you please verify if you have you set the SharingReferences correctly? The calling DC has to declare SharingReferences to the used DCs. You can do this in the SAP NetWeaver Developer Studio by opening the "Properties" of your project, and then "Web Dynpro References" and then tab "SharingReferences". You have to enter the technical names of the referenced projects (including the vendor name).
To the component usage declaration: Did you try to create the used component instance with lifespan equal to "createOnDemand" (instead of "manual")? This will trigger the view manager to take care about the instantiation of the used component.
There are some more information available within the Web Dynpro tutorial about Server Side Eventing (this is included in the IDE help).
Best regards,
Karin
Add a comment