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: 

Dynamic Radio Buttons and Check Boxes at Selection-Screen

Former Member
0 Kudos
240

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos
183

Hi,

Check this link..

Thanks,

Shailendra

1 REPLY 1

Former Member
0 Kudos
184

Hi,

Check this link..

Thanks,

Shailendra