cancel
Showing results for 
Search instead for 
Did you mean: 

How to call another Webdynpro application from one.

Former Member
0 Kudos

Dear Experts,

I have a standalone webdynpro application, which I am not going to use on portal, here I have to call other webdynpro applications, so request you tp please tell how can I do so.

Warm Regards,

Upendra Agrawal

Accepted Solutions (1)

Accepted Solutions (1)

nikhil_bose
Active Contributor
0 Kudos

Use the other webdynpro's URL to call the same. You can use LinkToURL UI element or the other application could be opened as an external window.

Parameters could be passed through URL itself.

cheers,

Nikhil

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can call another deployed webdynpro applicaiton using this.

WDURLGenerator.getApplicationURL(deployableObjectPart, urlParameters);

For futher explanations refer this blog.

/people/vishwas.madhuvarshi3/blog/2008/09/05/inter-application-navigation-across-dcsprojects-in-web-dynpro-java

Revert back in case of problems.

Best Wishes

Idhaya R

Former Member
0 Kudos

Dear Idhaya R,

Thanks, for your solution.

I will try and get back to you.

Thanks again.

Warm regards,

Upendra Agrawal

Former Member
0 Kudos

Dear Idhaya R,

Actully my requirement is to show, the other application in a view of my viewset.

It is navigating to the whole application to the other application.

Any suggestions.

Warm Regards

Upendra Agrawal

Former Member
0 Kudos

Hi Upendra Agrawal,

Try this.

<a href=http://help.sap.com/javadocs/NW04S/current/wd/com/sap/tc/webdynpro/clientserver/navigation/api/WDPortalNavigation.html#navigateAbsolute(java.lang.String, com.sap.tc.webdynpro.clientserver.navigation.api.WDPortalNavigationMode, com.sap.tc.webdynpro.clientserver.navigation.api.WDPortalNavigationHistoryMode, java.lang.String)> Portal Navigation</a>

Have a look at this on how to achieve it.

/people/dong.pan/blog/2010/04/13/a-new-approach-to-integrate-webdynpro-java-applications-into-netweaver-portal-part-ii

Best Wishes

Idhaya R

former_member186016
Active Contributor
0 Kudos

Hi,

The way is to use URL parameters.

Use these links to get more understanding on URL parameters:

Reading URL parameters: http://help.sap.com/saphelp_nw04s/helpdata/en/44/be65751c743959e10000000a1553f6/frameset.htm

Regards,

Ashwani Kr Sharma