cancel
Showing results for 
Search instead for 
Did you mean: 

Javascript server events in webdynpro ABAP

Former Member
0 Kudos

I am migrating an existing BSP application to webdynpro abap. Few of sections, in existing BSP application, uses java script coding to trigger few server events. For example it uses a flash charts on click of which some filtering logic is written on table. Similar logic needs to be placed for webdynpro. I used Iframe to display this charts. Charts are rendered properly but I am not able to raise the actions or trigger events on server as I don’t have access to parent.document object of my parent view.

I get access denied/ permission denied error.

Can’t we trigger server action or event using JavaScript from child IFrame.

With Regards,

Nitesh Shelar.

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_szcs
Active Contributor
0 Kudos

Hi Nitesh,

Integrating custom java script is not supported. There are still a few benefits BSP has over WDA. Well, you could put the flash object inside of a BSP application and use portal eventing to communicate with WDA.

Best regards,

Thomas