Application Development and Automation 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: 
Read only

TABLE CONTROLS!!

Former Member
0 Likes
617

Hello Everybody,

I have a table control n a text field.When I select some value in the table control,it must b displayed in the text field.........could someone help me with this?Can someone send some sample code on this to me as a reference??

Thanking u in anticipation.

Regards,

Sirisha Matta.

5 REPLIES 5
Read only

Former Member
0 Likes
585

ur table control will have a checkbox as the first field. now, say u want to check value..click on this check box & press ente...now write code as loop at itab where checkbox = 'X'.....move data to field.

Read only

athavanraja
Active Contributor
0 Likes
585

go into the graphical layout of your table control and choose the column in table control for which you want to react to double click (not single click) go to propoerties and set reacts to double click.

in your program GUI status attach F2 .

now double clicking on the column will trigger PAI and you can populate the other field.

Raja

Read only

Former Member
0 Likes
585

Hello Durairaj Athavan Raja,

The whole row must b displayed in the field.the whole selected row must b displayed.

Regards,

Sirisha Matta.

Read only

0 Likes
585

in such a case make the key field double clickable and based on the key field read your itab to get all the values of the row

Raja

Read only

Former Member
0 Likes
585

I WANT TO RETRIEVE THE DATA BASED ON THE SELECT COLUMN,WHEN SELECT THE SELECT COLUMN TAB SOME LOGIC HAS TO BE WRITTEN TO RETRIEVE THE DATA.

CAN U HELP ME WITH THIS??