cancel
Showing results for 
Search instead for 
Did you mean: 

How to use WD data into BSP??

ChandraMahajan
Active Contributor
0 Kudos

Hi All,

i have senario as,

in my BSP application i am calling WDA application passing url to iframe.

now i want to use the data from WDA application into the BSP...for eg. context data.

how can i use it into BSP application.

please let me know.

Regards,

Chandra

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Chandra,

You can't pass the information(Context Data) from WDA to BSP directly so you just store the information in some variables or internal tables use the normal user paramenters like EXPORT & IMPORT or SET and GET parameters. Thgoruhg this way only you can communicate the data between these 2 technologies otherwise you need to save the data in some ztable and use the same table in both technoloes.

I hope i make you clear.

Warm Regards,

Vijay

ChandraMahajan
Active Contributor
0 Kudos

Hi,

is there any oter way to pass back the data from WDA to BSP.....

Regards,

Chandra

Former Member
0 Kudos

Hello Chandrashekhar,

you can also use Server Side Cookies.

Perhaps take a look into this blog from Koen Labie:

/people/koen.labie2/blog/2006/11/29/eating-cookies-with-webdynpro-and-bsp

Regards

Frank

ChandraMahajan
Active Contributor
0 Kudos

Hi Frank,

thanks for reply...

the blog tell how to pass data from BSP to WD. but i need in reverse way ie passing WD data to BSP...

Regards,

Chandra

Former Member
0 Kudos

Hi,

you're right!

The blog shows how to pass the data from BSP to WD.

Transfering data between WD and BSP via Server side Cookies can also be used for your requirement.

For that you have to set the Data Cookie in the WD and then get the Cookie in the BSP.

Regards

Frank

Answers (0)