cancel
Showing results for 
Search instead for 
Did you mean: 

BSP Application on click of a button in WebDynpro ABAP

Former Member
0 Kudos

Hello All,

We have a requirement to display a BSP application in a POP-UP on click of a button in WD ABAP application. Then, passing some paramters from WD to BSP (in POP-UP) and vice versa. Please let me know of how this can be acheived. Thanks.

Regards,

Gopal.

Accepted Solutions (1)

Accepted Solutions (1)

FLSaito
Participant
0 Kudos

To call a wd abap application from BSP use the method CL_WD_UTILITIES=>CONSTRUCT_WD_URL then just create a link in bsp with the url returned like this:

<a href="url">Link</a>

To pass data from wd abap to bsp or vice versa that a look at this blog: /people/koen.labie2/blog/2006/11/29/eating-cookies-with-webdynpro-and-bsp

regards,

Fabio Louzada Saito

Answers (0)