‎2006 Oct 20 11:09 PM
Hi,
(i)My ALV List is dispalyed for few pages. If i edit a cell in second page and the update button pressed, I am calling the REFRESH_TABLE_DISPLAY. When i call this method "cursor" comes back to the first row of the report output.How to avoid this? Users want this to stay at the place the current row is updated.
(ii) Is there anyway we can activate Ctrl+F for find ?
Thanks in advance.
regards,
vamshi tallada
‎2006 Oct 21 4:30 PM
Hello Vamshi
Call method go_alv->refresh_table_display with
- <b>IS_STABLE-row = 'X'</b> and
- <b>IS_STABLE-col = 'X'</b>.
The the positioning of the ALV list will remain stable.
Regards
Uwe
‎2006 Oct 20 11:31 PM
Hi,
Check these programs..
BCALV_TEST_GRID_EDITABLE
BCALV_TEST_GRID_EDIT_01
I think they cover both of your requirements..
Thanks,
Naren
‎2006 Oct 20 11:54 PM
I checked the both programs. I did not see anywhere REFRESH_TABLE_DISPLAY method called. Can you please help me more on this?
thanks in advance.
regards,
vamshi tallada
‎2006 Oct 21 12:06 AM
‎2006 Oct 21 6:32 AM
If all you need is the cursor placement at a location,please try set cursor..although i haven't tried it in ALV but works in normal reports and Module pools
regards'
Byju
‎2006 Oct 21 4:30 PM
Hello Vamshi
Call method go_alv->refresh_table_display with
- <b>IS_STABLE-row = 'X'</b> and
- <b>IS_STABLE-col = 'X'</b>.
The the positioning of the ALV list will remain stable.
Regards
Uwe
‎2006 Oct 23 5:34 PM
Thanks. With the is_stable parameter set solved the problem.
regards,
vamshi tallada
Message was edited by: Vamshi Tallada