‎2009 Dec 22 9:11 AM
Dear All,
I Have Created a Table contol with two Colomns and one radio Button Column
how to place default selection in that radio Buttons.
Thanks
Surendra
‎2009 Dec 22 9:15 AM
‎2009 Dec 22 9:17 AM
In PBO
CHECK the screen field name given in layout.
Put this equal to X.
Thats all.
‎2009 Dec 23 7:10 PM
when you loop the table control in the work area..
after getting the value in the work area..
say wa_table-rad1 is field, so pass value = 'X'
ie : wa_table-rad1 = 'X'.
do this with in loop and loop so that all the rows of the table control will be filled with default values for radio button..
Regards
Kumar