cancel
Showing results for 
Search instead for 
Did you mean: 

WDP Java - Cross Application communication

Former Member
0 Kudos

Hi all,

We have two web dynpro java applications but they each belong to different DC's deployed on the same JAVA Server. We require a button on one application which should take you to the second application possibly with parameters.

Is there a way to do this?

Thanks,

Yassir

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi,

And pass parameters in OutBond Plug....

Regards

Guru Raj

Answers (2)

Answers (2)

Former Member
0 Kudos

hi YR Nasir,

 

1,Open the  different DC's deployed application  iview.

2.Copy the PCD Link

3.to write the pcd link to your first application button.

Sample code

String parameters = "salesorder="+SO;

  String target = "ROLES://portal_content/com.stylespa.EP_Custom_Application/com.stylespa.All_SD";

  WDPortalNavigation.navigateAbsolute(target,WDPortalNavigationMode.SHOW_EXTERNAL,WDPortalNavigationHistoryMode.NO_DUPLICATIONS,parameters);

see image.

finally u click the button page automatically go to different DC's deployed application.

Regards,

Antony

9750551226

junwu
Active Contributor
0 Kudos

tons of ways to do that....

portal navigation...

normal web dynpro navigation...

Former Member
0 Kudos


Do you have any useful links Jun?

How do you use "normal web dynpro navigation" across two different development components?

junwu
Active Contributor
0 Kudos

add to public part and reuse it in your other wdj dc