2010 Dec 02 2:00 PM
Dear All,
I created an ALV object with method CL_SALV_TABLE=>FACTORY.
I have implemented event double__click like this:
class lcl_handle_events implementation.
method on_double_click.
data: c_row(4) type c.
c_row = row.
read table ILUX into wa_line_lux index c_row.
All's working.
The problem appears when i SORT (with specific column) the alv. If i double_click, the line don't match with the list.
Have you an idea to avoid this problem ?
Thanks a lot.
Rodolphe.
Dear All,
I created an ALV object with method CL_SALV_TABLE=>FACTORY.
I have implemented event double__click like this:
class lcl_handle_events implementation.
method on_double_click.
data: c_row(4) type c.
c_row = row.
read table ILUX into wa_line_lux index c_row.
All's working.
The problem appears when i SORT (with specific column) the alv. If i double_click, the line don't match with the list.
Have you an idea to avoid this problem ?
Thanks a lot.
Rodolphe.
2010 Dec 03 12:14 AM
Hi Rodolphe,
you MUST NEVER modify or sort the table displayed without RFEFRESHing the display.
Regards,
Clemens
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |