cancel
Showing results for 
Search instead for 
Did you mean: 

Navigation

Former Member
0 Kudos

Hi,

is there a paralel expression for navigation->goto_page ( url ). from bsp in

webdynpro? I could only find portal eventing. The webdynpro application should

be used as an aid for a bsp, manipating data, set in cookie and loading the new

data in the bsp. (the cookies work, the navigation doesn't)

grtz

Koen

Accepted Solutions (1)

Accepted Solutions (1)

former_member4529
Active Contributor
0 Kudos

Hi Koen,

You can use an Outbound Exit plug to navigate into a different application. Pass the BSP URL in the exit plug.

Thanks & regards,

Dipankar

Former Member
0 Kudos

Hi,

thanks to remind me of the exit-outbound plug, i had two outbounds,

but was firing the standard, my mistake

grtz

Koen

Answers (1)

Answers (1)

Former Member
0 Kudos

If I understood,

a stateful BSP has embedded a WDA WDC.

Then I had this as an idea:

You could use a singleton class.

The BSP app could have an MVC class with an event listener method.

The WDA component calls Singleton Class. It Throws "navigation" event.

BSP MVC class receives controll on listener method as performs navigation as required.

The same session for both WDA and BSP would be required.

If the a different session is used for Both BSP and WDA, then a shared memory class

would be required.

regards

Phil

Former Member
0 Kudos

Hi,

this seems an option to take,

for now i comunicate from bsp to wda through url,

i pass the cookie attributes in my url, fetch the data from cookie on default inboundplug,

i just want to return to the bsp via url and cookie attributes.

grtz

Koen