cancel
Showing results for 
Search instead for 
Did you mean: 

Event Handelling from Webdynpro ABAP to Flex using Flash Islands

Former Member
0 Kudos

Hi All ,

Is there any event handelling mechnism from Webdynpro ABAP to Flex ?

I know we can listen to events triggered by Flash Island in the Webdynpro ABAP .

But my requirement is the other way round.

Thanks in advance.

Regards,

Ravi

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

There is no direct way to trigger events into Flex. What we suggest is that you use a data field to trigger events. Use a GET/SET method for the binding to the context attribute. That way when the value of the attribute changes the GET function in Flex will fire. This is essentially an event. Change the value of the context attribute after processing so that you see when a change is triggered again.

Answers (0)