lcl_event_handler=>on_hotspot lcl_event_handler=>on_double_click lcl_event_handler=>on_user_command lcl_event_handler=>on_data_changedFORgr_alv_grid.CALLMETHODgr_alv_grid->register_edit_eventEXPORTINGi_event_id=cl_gui_alv_grid=>mc_evt_modifiedEXCEPTIONSerror=1OTHERS=2.ENDIF.ENDMODULE." INIT...
I'm using the event before_user_command to catch the refresh click then I delete some entries in my internal table but after I need to refresh my GUI title. The event does not call back the PBO, I need to retrigger the PBO to redisplay the GUI title correctly. Another way of doing ...