‎2008 May 13 11:18 AM
Hi experts,
I have this question about ALV using FM "Reuse_Alv_Grid_Display_Lvc" ; when ALV appears with many records selected and user uses scroll down to select one of the lasts records and makes any operations on this, ALV refresh and cursor ALWAYS goes to top of page ( first cell, first column); I don't want this...I want cursor stay on cell selected. Anyone could help me ?
Thanks in advance !
Marco
‎2008 May 13 1:32 PM
Hi,
As per my knowledge it is not possible . when ever you refresh the list the cursor will go back to top.
We can't do anything in this case.
Reward some points.
Bye,
Anomitro
‎2008 May 13 1:32 PM
Hi,
As per my knowledge it is not possible . when ever you refresh the list the cursor will go back to top.
We can't do anything in this case.
Reward some points.
Bye,
Anomitro
‎2008 May 13 3:55 PM
Problem solved !
We need to put REUSE_ALV_GRID_LAYOUT_INFO_SET in PF_STATUS and
REUSE_ALV_GRID_LAYOUT_INFO_GET in USER_COMMAND
and everything works fine !