Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Check for a row in table control

Karan_Chopra_
Active Participant
0 Kudos
94

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

5 REPLIES 5

Former Member
0 Kudos
69

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

Karan_Chopra_
Active Participant
0 Kudos
69

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

Karan_Chopra_
Active Participant
0 Kudos
69

i need to check in which row is my cursor in the TC.

Karan_Chopra_
Active Participant
0 Kudos
69

plzzzzzzz help

Former Member
0 Kudos
69

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