2007 Dec 18 7:26 AM
I have a table control and on a click of a row in a particular column (vertically downwards) i want to check which row of that column is clicked because i want search help of that column different for every row.
how can i do it
2007 Dec 18 7:33 AM
The internal table which u r passing to the table control shhud hav a column of checkbox..
Pass dis table to TC and den u can code as if chk = 'x'...
ull get da row dats being checked
Hope dis helps..
reward if it does
2007 Dec 18 7:49 AM
i cant do like that because i want to use search help in process on request field and i have to loop thru internal table and if i click ne row then it will start loop again and f4 will be same for every field
2007 Dec 18 7:53 AM
2007 Dec 18 8:00 AM
2007 Dec 18 11:11 AM
hi,
In the struicture having the table control fields add a field 'sel type c.
In the screen in table control consider single line selection and enter field name as sel. activate the screen layout.
In PAI,
loop atthe table control table and read the row where sel = 'X'.
Now write your serach help code for the corresponding column and row.
Thanks,
Kasiraman R