Making table control response 'double click'
How can I make table control response "double click".
If in the PF-STATUS for the table with your table control on it, you allocate a function name to F2 (usually, PICK is used), then when a double click occurs on the screen, your OKCODE field will have value PICK.
In order to check what was clicked on, use GET CURSOR FIELD F LINE L OFFSET O. F will have the field name, L the line selected and O the offset within the field.