Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3347

Re: Integration between Webdynpro and FPM components

$
0
0

Hi Neha,

 

You said the UI is updated by any action, in that case just raise a dummy event from the WD component.

 

<code>

DATA: lo_fpm          TYPE REF TO if_fpm.

lo_fpm = cl_fpm_factory=>get_instance( ).

lo_fpm->raise_event_by_id( iv_event_id = 'DUMMY' ).

</code>

Regards

Vaibhav


Viewing all articles
Browse latest Browse all 3347

Trending Articles