Hi
you use this method
METHODS handle_data_changed
FOR EVENT data_changed OF cl_gui_alv_grid
IMPORTING er_data_changed.
in er_data_changed structure you have data of the cell in output. after save this data in internal table and update db.
Hi
you use this method
METHODS handle_data_changed
FOR EVENT data_changed OF cl_gui_alv_grid
IMPORTING er_data_changed.
in er_data_changed structure you have data of the cell in output. after save this data in internal table and update db.