cancel
Showing results for 
Search instead for 
Did you mean: 

Maximizing Portal Window using webdynpro

Former Member
0 Kudos

Good Day;

I am using DC Component that has a link calling a new portal page.

The function uses webdynpro function

<b> WDPortalNavigation.navigateAbsolute</b> that has one of its parameters

<b>WDPortalNavigationMode.SHOW_EXTERNAL</b> to open the URL in a new

window. What I am looking for is to open the new window maximized.

I tried from portal side and changing attributes of the page but nothing benifits.

Can <b>WDWindowFeature</b> parameter helps me on that and how?

Your help is appreciated

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

Check out these sample webdynpro application under

Navigation

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/49f2ea90-0201-0010-ce8e-de1...

Thanks & Regards,

Suvarna Chittoor

Former Member
0 Kudos

Hi Age Has,

You can use WDWindowFeature to define the height and width of a new window (not the same as maximize).

If this option is sufficient for your requirement please check the next link:

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/b5/424f9c88970f48ba918ad68af9a656/content.htm">Use of Portal Navigation</a>

Regards, Adi.