cancel
Showing results for 
Search instead for 
Did you mean: 

how to navigate from webdynpro view to bsp page in the same window?

Former Member
0 Kudos

hi i want to call a page by its url.

i am using the "create_external_window" method.

but it is displying my url in a new window.

i want to display it in the same window.

the second page i want to call is a bsp page.

i tried also the portal manager and NAVIGATE_ABSOLUTE but nothing happens.

it displays nothing.

thanks for your hints.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Solved using Iframe

Former Member
0 Kudos

>

> hi i want to call a page by its url.

> i am using the "create_external_window" method.

> but it is displying my url in a new window.

>

> i want to display it in the same window.

> the second page i want to call is a bsp page.

>

> i tried also the portal manager and NAVIGATE_ABSOLUTE but nothing happens.

> it displays nothing.

>

> thanks for your hints.

Hi,

Navigate_absolute method has navigation mode. Can you please tell me what you mean by nothing happens ? This will work only in Portal environment.

So if you try with portal then remember to use Navigation_mode as inplace.

Former Member
0 Kudos

solved using IFRAME

gill367
Active Contributor
0 Kudos

create an exit plug in the window for the web dynpro component.

create a parameter name URL for the plug and then fire this plug from the button's eventhandler and

pass the url of the BSP application to this paramater ..

thanks

sarbjeet singh