cancel
Showing results for 
Search instead for 
Did you mean: 

Call URL of web dynpro in another web dynpro

Former Member
0 Kudos

Hi Guys,

Here is my requirement.I want to call URL of web dynpro in another view of the webdynpro.Let's say for example,i have web dynpro X with one view and have another web dynpro Y.Want to have web dynpro Y in the view of web dynpro X.

<<Text removed>>

Thanks

Nandana.

Edited by: Matt on Oct 28, 2010 9:54 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Nandan,

U can do this way

If ur launching URL of other Web Dynpro Component,

U can do this way... For example Comp-A and Comp-B ( URL)

Emdeb the Comp-B in Comp-A by using component usages.

1.In the view of Comp-A..suppose iam having a Button.Place a View Container in the same View

2. Create an out bound Plug For View of Comp-A.

Go To Window OF Comp-A.

1 . Right Click to Embed,u will find the Comp-B's interface View , embed that one into View Container of the Comp-A

2 .Maintain Navigatin Link From Out-Bound Plug Of the View to Default Plug of the Comp-B's interface View .

ON Action Of the Button.Fire that out Bound Plug of the view

Thanks & Regards,

Naga Prakash

Edited by: Prakash Naga on Oct 29, 2010 12:04 PM

Answers (4)

Answers (4)

Former Member
0 Kudos

resolved

Former Member
0 Kudos

Hi Nandana,

Please check this article on Component Usages which is exactly suitable to your requirement

[http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2e71ce83-0b01-0010-11a4-98c28a33195f?quicklink=index&overridelayout=true]

Former Member
0 Kudos

hi, Nandana.

About your requirement, you can try to use "Component Usage", just as the above expert suggested...

You know, your WINDOW will be displayed as "Interface view" when you use the component usage.

So, you can embed your view to the window in Comp Y.

Then, add the Comp Y in Comp X as used component.

In the view of Comp X, you can declare one "View container" UI elment, then you can embed the view(window) of Comp Y...

Hope it can help you a little.

Best wishes.

Former Member
0 Kudos

Nandana,

you can use component Y as used component in X and embed the views of Y in X

Thanks

Bala Duvvuri