cancel
Showing results for 
Search instead for 
Did you mean: 

Triggering OVERRIDE_EVENT_OVP method when a button is clicked in the webdynpro VIEW

Former Member
0 Kudos

Is there any way to trigger the PROCESS_EVENT method /  OVERRIDE_EVENT_OVP method when a button is clicked in the view.

These methods will trigger fine when we click on any toolbar buttons configured at FPM level.

But as per my requirement I would like to write some piece of code in these methods when a button is clicked which is created at VIEW level of Webdynpro.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Chittibabu, On the button action of the View, raise an FPM event by specify id For example - if_fpm->raise_event_by_id ( 'BTN_ACTION' ) . In the process event, Case event_id. When 'BTN_ACTION'. .... Endcase. Regards, Chaitanya .

Answers (0)