cancel
Showing results for 
Search instead for 
Did you mean: 

Calling webdynpro java view from another view

Former Member
0 Kudos

Hi,

In one wd DC, I have two view. ON click of a number(linktoaction element) in table, I want to navigate to another view in same DC. I am working on quite an old version of WD and I dont have navigation link option.

WD version: 2.0.9

Build id: 200411030238.

What is code used for this functionality. Please help!!!

Thanks & Regards,

Shruti

Accepted Solutions (1)

Accepted Solutions (1)

former_member214651
Active Contributor
0 Kudos

Hi,

First create an outbound plug from the View A to View B and similarly create an Inbound plug from View B to View A. On action of the Link to Action UI element, write the following code:

wdThis.wdFire<plugname from A to B>();

this will navigate from one view to another. For navigating back to View A, write the same code:

wdThis.wdFire<plugname from B to A>();

Regards,

Poojith MV

Answers (0)