2006 Dec 06 6:10 AM
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.
Hi Sukumar,
FYI - I havent raised the question
2006 Dec 06 6:12 AM
hi,
that means you have not grouped them properly.
Delete the radio buttons from the screen and group them again
2006 Dec 06 6:20 AM
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
2006 Dec 06 6:24 AM
2006 Dec 06 6:18 AM
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
2006 Dec 06 6:46 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |