Code: Alles auswählen.
set handler go_event_receiver->handle_data_changed for go_grid.
call method go_grid->register_edit_event
exporting
i_event_id = cl_gui_alv_grid=>mc_evt_modified.
Code: Alles auswählen.
data: lt_exclude type ui_functions.
data ls_exclude type ui_func.
ls_exclude = cl_gui_alv_grid=>mc_fc_loc_delete_row.
append ls_exclude to lt_exclude.
call method g_grid->set_table_for_first_display
exporting it_toolbar_excluding = lt_exclude