Hi,
I've got an ALV-Grid (Class cl_cui_alv_grid) with some editable columns. The Enter-Button is supposed to work like the Arrow-Down-Button. So I registered the event for pressing the ENTER-Button
( CALL METHOD go_alv->register_edit_event
EXPORTING
i_event_id = cl_gui_alv_grid=>mc_evt_enter.)
But the event is triggered only when there's a change in the current cell and not if I only want to move to the next row.
Best regards
Jürgen