2010 Feb 26 1:14 PM
Hi Experts,
My requirement is to have a selection-screen like this:-
CB1 RB1 RB2
CB2 RB1 RB2
CB3 RB1 RB2
CB4 RB1 RB2
CB5 RB1 RB2
.
.
CBn RB1 RB2
CB> Checkbox, RB> Radio button
The no. of chekcboxes at selection-screen above will be decided based on entries in table TJ30 based on certain criteria.
I can get the checkboxes at run-time like this:-
Loop at itab into wa_itab.
Write :/22 wa-itab-fieldname as checkbox.
Endloop.
But how to get the two radio buttons against each checkbox ??
Please suggest.
Thanks and Regards,
Rudresh
2010 Feb 26 1:36 PM
2010 Feb 26 1:36 PM