cancel
Showing results for 
Search instead for 
Did you mean: 

window feature in navigateAbsolute

Former Member
0 Kudos

hi ,

would anyone help me with the explaining how to use window feature in "navigateAbsolute"..

WDPortalNavigation.navigateAbsolute(target , NavigationMode ,HistoryMode , WINDOW FEATURES, windowname , business parameters);

i am not able to understand what needs to be put there for features as String?

regards,

Aditya Deshpande

Edited by: Aditya Deshpande on Apr 25, 2008 12:03 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Aditya,

Check out this link. It MAY be helpful to you.

http://help.sap.com/saphelp_erp2004/helpdata/en/b5/424f9c88970f48ba918ad68af9a656/frameset.htm

Regards,

Gopal

Answers (2)

Answers (2)

lokesh_kamana
Active Contributor
0 Kudos

Navigation can be Performed to a specified navigation target using the method

WDPortalNavigation.AbsoluteNavigation();

Following are the parameters for this method.

navigationTarget:-

Specifies the navigation target URL

eg:-ROLES://portal_content/myfolder/myRole/content/mypage

modes:-

Specifies whether the navigation target should be dispalyed in the same window or another window.

Possible entries

Show in place.

show external

show external portal

historyMode:-

specifies how the navigation is visisble in the navigation history in the page title bar.

targetTitle:-

sets the title of the entry in the navigation history.

contextURL:-

Specifie the navigation context.

There could be a number of problems with Absolute navigation, especially when the target is moved to a new location. Object based navigation and relative navigation are a lot more stable and reliable. It would be a good decision to make the target addresses configurable by using the WDConfiguration service.

Thanks & Regards,

Lokesh

Edited by: lokesh kamana on Apr 25, 2008 4:03 PM

Former Member
0 Kudos

thanks a lot..

all points are awarded to you..

thanks and regards,

Aditya Deshpande