2011 Apr 15 12:32 PM
Hello Guys,
I have an ALV Grid with an editable field. By changing this value, we recalculated the value of another column of AVL automatically. This happens right on the inner table, but are reflected in the Grid if the method I Execultar: ALV-> REFRESH_TABLE_DISPLAY.
It turns out that this method makes the focus go to the first record of the ALV.
Does anyone know how to avoid this effect?
2011 Apr 15 12:35 PM
Hi Ricardo ,
Try calling method like below ;
DATA : gs_stbl type lvc_s_stbl .
** Row,Col Stable
gs_stbl-row = 'X'.
gs_stbl-col = 'X'.
call method go_alv->refresh_table_display
exporting
is_stable = gs_stbl.Regards
2011 Apr 15 1:09 PM
2011 Apr 15 1:13 PM
2011 Apr 15 1:13 PM
> Thanks Hüseyin Dereli
>
> It worked right now!
So please appreciate his help and also close the thread.
Regards
Marcin
2011 Apr 16 12:13 PM
Ricardo,
Please don't appreciate people who didn't contribute to final anwser - myself. I would be glad then if you undo my rewarding.
Thanks
Marcin
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |