cancel
Showing results for 
Search instead for 
Did you mean: 

Removing Portal Frame in WDPortalNavigation

Former Member
0 Kudos

Hi,

In order to access an <b>SAP Transaction iview</b>, I used <b>WDPortalNavigation</b> and able to successfully call the IView and even set the parameters for the Transaction. However, I am facing a unique problem. I have used <b>WDPortalNavigationMode.SHOW_EXTERNAL</b>, but I still am able to view the Portal Frame. I just want to view a plain vanilla Internet Explorer and my SAP Transaction Iview, without the Portal Top Frame or Side Frame. Is that possible ?


WDPortalNavigation.
navigateAbsolute("ROLES://portal_content/com.aq.test.sv.WPM_SV/com.pg.test.aq923.Iview_ZCALL_TRANS",
                 WDPortalNavigationMode.SHOW_EXTERNAL, 
                 WDPortalNavigationHistoryMode.NO_HISTORY,
                 "P_INPUT=XYZ"); 

Best Regards,

Subramanian V.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I have tried this code in SP12 WAS Java Stack and it refuses to work. Any hint, why ?

The worry is about the window features where we say "toolbar=no, menubar=no". It still works the same way as if we have put nothing in window features.

Is there any other pre-requisite or anything that I have missed out before invoking this method.

	WDPortalNavigation.
	navigateAbsolute("ROLES://portal_content/com.pg.test.sv.WPM_SV/com.pg.test.aq7938.Iview_ZFXXME_CALL_TRANS",
	                 WDPortalNavigationMode.SHOW_EXTERNAL,
                     "toolbar=no,menubar=no",
                     (String)null, 
	                 WDPortalNavigationHistoryMode.NO_HISTORY,
                     "My Target Title",
                     "",
                     input);

Best Regards,

Subramanian V.

Former Member
0 Kudos

Hi,

Go to "Content Administration", open your iView and preview it. Do you still see the portal frame?

Alternatively, create a page with only this iView in it and navigate to this page.

Regards,

Satyajit.