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: 

how to check multiple check boxes in module pool

Former Member
0 Kudos

Sir

I am designing a screen where a check box group contains multiple check boxes. At run time user must be able to checkt mutiple check boxes in the group.

Can any one suggest me the how to do this in coding

Thanks

Jayalakshmi

7 REPLIES 7

raymond_giuseppi
Active Contributor
0 Kudos

As long as the checkboxes are not defined as a radiobutton group, there is no problem doing that, so what is your actual problem ?

Regards,

Raymond

Former Member
0 Kudos

Hi,

For check boxes there is no need to make group.If it is radio button then only you have to make the group.

and in case of  check boxes you can select any number of check boxes.

Your question is not clear if you can elaborate your question it's better.

Thanks

Mani

Former Member
0 Kudos

Hi,

     There is no grouping required when it comes to check boxes. You can add as many as check boxes required in the screen and handle the user input in PAI of that screen.

Hope this helps.

~Athreya

jayan_abap
Associate
Associate
0 Kudos

the purpose of checkbox itself is to select multiple values... so please make your question clear..

for radio button you need to put in a group to select only one in a group. if radio button is also not made into a group, then multiple radio buttons can be selected.,..

0 Kudos

Thanks.

Now I understood the concept. Sorry i forgot to give reply

former_member458055
Participant
0 Kudos

Hi,

You can check multiple check boxes.There is no problem at all. Only radio buttons can be selected one at a time.

Thanks -

Makarand

Former Member
0 Kudos

Hai

Now I understood the concept. Thanks for everyone