Hi all,
with a doubleclick event handler I get the row and column where I have double clicked.
When I do a read on my table with the row as index, I get the clicked row in a structure.
But how do I get the value of the clicked field (column)?
I somehow have to cocattenate the structure and the column...
lf_value = ls_structure-column.
something like that, but how?
Greetings Fred.