cancel
Showing results for 
Search instead for 
Did you mean: 

How to call an iView using webdynpro

Former Member
0 Kudos

Hi experts,

Iam developing an application using Webdynpro Java.

There is a situation where, there is "link to Action" UI Element,by clicking that UI Element user needs a display of iView in portal content area.Let us say the iview id is : " webflow_ivu" in the portal.

Please advice

Sony

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ambica,

In the action write the following code

onActionClick (com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent)

{

WDPortalNavigation.navigateAbsolute("ROLES://portal_content/......", WDPortalNavigationMode.SHOW_INPLACE, (String)null, (String)null, WDPortalNavigationHistoryMode.NO_DUPLICATIONS, "Called iView Name", (String)null, (String)null);

}

Regards,

Sri

Edited by: Srikanth Thatipally on Apr 28, 2009 10:03 AM

Former Member
0 Kudos

Hi Srikanth,

But it is goinf directly to that iView and displaying.

I need to display only when i click on action to url button.

I have created an action and written inside that, but when i lauch that application it is directly going to that iview and diplaying.

Thanks

Sony

Former Member
0 Kudos

issue resolved,thank you.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Refer this thread,

/message/1147278#1147278 [original link is broken]

Regards,

Sunaina Reddy T