cancel
Showing results for 
Search instead for 
Did you mean: 

BSP and ABAP webdynpro

Former Member
0 Kudos

Hi wizards,

I am planning to start working on POC (Proof of concept). This requires BSP to be integrated with ABAP webdynpro. Can some throw some light on how this integration can be done. ie sharing the context values between both applications.

regards

Vivek Nidhi.

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Well BSP and Web Dynpro ABAP are very different when it comes to internal architecture. Just because they both run in a browser doesn't mean they can be integrated like you describe. You could run both a BSP and Web Dynpro ABAP application in separate frames within the browser; however to the backend server these would be two completely separate processes running in their own memory space.

First of all you couldn't directly share the context values. BSP doesn't even have the concept of a context. You could pass some keys via URL parameters or Server Cookies. You might even be able to pass larger amounts of data. However the eventing becomes a bit of problem. The exception here is if you use the NetWeaver Portal. Then you can use Portal Eventing to pass data and events between the two applications.

Former Member
0 Kudos

Hello there,

Anyways thanks for the update. This always made me wonder even though both the products are from the same vendor, it has got no proper way of communication other than passing some url values or cookies(not supported all time).

At last we have to go with one stuff and rebuld the whole thing in another

-Vivek