Hi,
it was created an alv grid and every time of I modify a CELL the courses to order for the first cell of the table.
I would Like to remove that functionality of going for the first cell.
CALL METHOD grid1->register_edit_event
EXPORTING
i_event_id =
cl_gui_alv_grid=>mc_evt_modified.
thanks
Sabrina
Hi Sabrina,
Do you use fm SAPGUI_SET_FUNCTIONCODE in your prg.?
If yes , try to avoid it.
If not,
1) save your current position e.g. with meth. GET_CURRENT_CELL
2) set saved position with meth. set_scroll_info_via_id
regards Andreas
Add a comment