cancel
Showing results for 
Search instead for 
Did you mean: 

raise event between 2 separate main view in FPM component.

Former Member
0 Kudos

Hey,

I have a standart FPM (FPM_OIF_COMPONENT) in e-recruiting with the application erc_a_cand_overview.

I want to triger event in a main view when changing data in another main view (in the example assignments will raise event that will be handle in data overview.)

Is it possible?

Thank you.

Yotam.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can create an event in component controller's event tab and in main view fire that event and handle that event in other main view.

If you want to  raise FPM events, you can use below code

CL_FPM_FACTORY=>GET_INSTANCE( )->RAISE_EVENT_BY_ID( EXPORTING IV_EVENT_ID = <event_id> ).

Thanks

KH