cancel
Showing results for 
Search instead for 
Did you mean: 

Calling WebDynpro Type IView from another WD Application

Former Member
0 Kudos

Hello Experts,

I am developing a WDJ application from where I've to call another WDJ application integrated with Portal and running.

Can you give me a little clear picture on how to do this?

Regards, RN

PS: Points would be awarded for all the meaningful suggestions.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Raghava,

You can use the below API to navigate from one WD Application to another.

WDPortalNavigation.navigateAbsolute(String navigationTarget,

WDPortalNavigationMode mode,

WDPortalNavigationHistoryMode historyMode,

String businessParameters)

Performs a navigation to a absolute defined navigation target. The assumption is that this navigation target uses the SAP application launcher. All defined parameters are handled as GET parameters.

Parameters:

navigationTarget - the absolute navigation url to navigate to

mode - the mode in which the navigation will be performed

historyMode - the used history mode (i.e. defined how the navigation target occurs in the navigation history)

businessParameters - optional (business) parameters like customerID=4711

Former Member
0 Kudos

Hi,

Thanks for your reply.

Is this the Object Based Navigation? If so, can you please give me some more info on this. When do we have to use this OBN and what are its uses? are there any alternatives?

Regards, RN

Former Member
0 Kudos

Hi,

you can see this document [Document|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/ba641aa6-0c01-0010-57ac-c21a4ca7b542?quicklink=index&overridelayout=true].

Hope it helps you.

Regards,

surya.

Answers (2)

Answers (2)

Former Member
0 Kudos

HI Raghava,

It will be great! if you can detail out your requirement.

Regards

DK

Former Member
0 Kudos

Hi,

r u want to access properties of WDiView from another Wd Application?

regards,

surya.