Skip to Content
0
M G
Nov 24, 2005 at 04:32 AM

Merging Web Dynpro components

33 Views

Hi

I have 2 applications in different packages and I'd like to invoke a view in App-2 from App-1.

I read in a blog that merging the components of the two applications under one root component would enable me to do so.

Would this be possible just by copying the components of both the applications into one master component? or is there anything else I have to do?

Does anyone have the detailed steps as to how I can call the App-2's iview from App1's iview.

I have copied the two application's component in a different project's(say <i>Masterproject</i>) WebDynPro component

Lets assume:

<i>MasterProject</i> has WebDynPro Component that has components <i>App1Comp</i> and <i>App2Comp</i> (copied from App1 and App2),

<i>A1View</i> is a view in App1

<i>A2View</i> is a view in App2 that has to be invoked from <i>A1View</i>

Please help.

Manoj