Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ALV GRID EDIT - All first cell

Former Member
0 Likes
347

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,

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

1 REPLY 1
Read only

andreas_mann3
Active Contributor
0 Likes
316

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