cancel
Showing results for 
Search instead for 
Did you mean: 

Opening a view from another view of the same window in diff Browser.

Former Member
0 Kudos

Hi Experts,

My requirement is to open a view (say view 2) from another view (say view 1) with click of a button in a different browser, both the views are embedded into the same window, and also i have to pass some data from view1 to view2, based no the input data, i am displaying some information. Also both views belog to the same component.

Some pointers on this would be of great help.

Regards,

Ashish.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You would need to open another window.

See if_wd_window and if_wd_window_manager.

Call the GET_API to get a handle to window manager.

The new window can show V2.

The original Window with 2 views,

must fire plug to navigate v2 to empty view to hide it from Window1.

The to Views talk to one another via WDC Controller.

View 2 calls WDC controller methods. The WDC controller the fires Event.

View 1 can listen to this event with a method of type event handler.

View 1 can for example react to button on View 2 and close WINDOW 2.

Good luck

Phil.