Hi,
I have a dynamic SALV_WD_TABLE, and I do INSERT ROW with a custom button (just adds to context node DATA).
There is also one sorted column, and I am having index issues for ON_CELL_ACTION handlers.
The user INSERTS a new row, fills in some key cells, one of them affected by the sort, so before he hits enter this line is the 1st one in the table.
Now when he hits enter, the ON_CELL_ACTION triggers and it tells me R_PARAM-INDEX was 1 - as in first row.
But if I use that index to get the element from the context it's wrong, because context is already sorted, and this line is there under i.e. 7.
This is confusing, any hints?