cancel
Showing results for 
Search instead for 
Did you mean: 

About navigate between ie pages in web dynpro for abap

Former Member
0 Kudos

hi, all

I want navigate between views, but the view in two ie page.

How can i do it?

Thanks for your help!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hai Sapian,

To navigate between two views you have to create navigation link between two views.First create inbound and outbound plugs for two views.

Then in the window u embed the two views.u have to right click the outbound plug of first view and create navigation link.In the information box that comes u give the inboung plug of second view.Now the navigation link is created.

Then suppose u design like, on clicking a button in first view u want to navigate to second view.For that button, create action.In the method that comes automatically after u create action, u just create a code, by code wizard for calling the second view.

In the action method u click code wizard and check start navigation .select the outbound plug of first view and enter. code is written automaticaaly to call second view.The generated code will look similar to this.

WD_THIS->FIRE_TORESULT_PLG(

).

Reward me if helpful

S.Ramesh

Former Member
0 Kudos

hi,

do you mean that the two views are in different components?

this

and wdr_test_window_suite application in se80

grtz,

Koen