‎2006 Dec 12 8:29 AM
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.
‎2006 Dec 12 8:58 AM
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.
‎2006 Dec 12 9:37 AM
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
‎2006 Dec 12 9:44 AM
Hello Durairaj Athavan Raja,
The whole row must b displayed in the field.the whole selected row must b displayed.
Regards,
Sirisha Matta.
‎2006 Dec 12 9:50 AM
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
‎2006 Dec 12 10:06 AM
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??