Application Development and Automation 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: 
Read only

Creating Radio Button on Module pool Screen

Former Member
0 Likes
937

Hi Gurus,

I am currently working on a program which involves module pool selection screen. In my selection screen i have placed 2 radio buttons, i have kept these radio buttons in same group. But when i am running the program both the radio buttons appear as checked. Could any one help me on that.......I need only one radio button to be checked at a time ..

Thanks in advance....

Regards,

Shiv.

Thank U Gurus i have got it.

5 REPLIES 5
Read only

Former Member
0 Likes
856

hi,

that means you have not grouped them properly.

Delete the radio buttons from the screen and group them again

Read only

0 Likes
856

Preema

You r not grouped the radio button i think.

eg:

selection-screen begin of block pur_opt with frame.

parameter : opt1 radiobutton group rad default 'X',

opt2 radiobutton group rad .

selection-screen end of block pur_opt.

as said above u create and it will work

Read only

0 Likes
856

Hi Sukumar,

FYI - I havent raised the question

Read only

Former Member
0 Likes
856

hI,

IT IS HIGHLY IMPOSSIBLE THAT BOTH OF THE RADIOBUTTONS ARE CHECKED.

and there is no chance that both the radiobuttons are in two different groups since in a single group minimum 2 radiobuttons should be there.

check you coding.or if required redraw the radiobuttons. and select the radiobuttons properly while grouping them together..after grouping you will see dotted lines aroung them.

just try that. reward if helpful.

regards,

pankaj singh

Read only

Former Member
0 Likes
856

Thank U Gurus i have got it.