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, you update internal table with this data and update db.
Regards,
AI