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: 

Records Population in Table Control.

Former Member
0 Kudos

Hi Experts,

I have two table controls

In the first table control i have a field to mark the selected row.

now the requirement is get the details into second table control of which record selected in first table control

the PAI Event is trigerring only when button is pressed but i want when a row is selected.

3 REPLIES 3

Former Member
0 Kudos

Hi Sam,

try to read the screen values at runtime by usong dynp_values_ead function module..

thanks,

********.

lijisusan_mathews
Active Contributor
0 Kudos

Replace your line selection with a radio button in that table control for each row.. Now assign function code for the radio button..

So each time you click on the radio button, thereby selecting a row, the function code will get triggered and here you can populate the 2nd table control,.

lijisusan_mathews
Active Contributor
0 Kudos

Replace your line selection with a radio button in that table control for each row.. Now assign function code for the radio button..

So each time you click on the radio button, thereby selecting a row, the function code will get triggered and here you can populate the 2nd table control,.