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

problem in radio button in module pool programming

Former Member
0 Likes
1,983

Hi gurus,

i have to add a new radio button to the screen which already has radio buttons ,i need to add inthe bottom. but when i add, and execute i am getting my radio button selected along with one that is already selected, i want my radio button not to be selected automatically but only when user selects it.

thanks,

Vijay

6 REPLIES 6
Read only

amit_khare
Active Contributor
0 Likes
1,102

Assign the same group name to your radio button and remove check by double clicking on it on the screen and a pop up window will appear where you can do the same.

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
1,102

Hi

After the Adding the extra radiobutton

you select all the radiobuttons (previous ones and the new one) and to group them together

from Menu of SE51 Screen layout

EDIT-> Grouping-> Radiobutton group-> define

so now all will be grouped together and it will not be selected

only one out of the group will be selected

do like this and see it will work

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

0 Likes
1,102

THANKS,

ANJI

Read only

Former Member
0 Likes
1,102

Hello friend,

1. You have to move space (' ') to the variable used to represent the radiobutton for making it as deselected for the first time.

2. If you want your radiobutton along with the other two which is already existing, in the screen layout, you have to group your radiobutton along with the other already present.

<b>Reward all helpfull answers</b>

Regards,

Rakesh.

Read only

Former Member
0 Likes
1,102

Hi,

U need to assign thenew radiobutton also to the same group to which the other two are assigned to.

For this goto transaction se51 --> Layout of the screen --> In the menu --> Edit --> Grouping --> Radio button Group and then assign all the three radiobuttons to the same group.

Regards,

Himanshu

Read only

former_member196299
Active Contributor
0 Likes
1,102

hi Vijay ,

You might have missed to put that newly created radiobutton in the group of the previous ones .. that y it is getting selected automatically . Right click in SE51 and try to put all the radiobuttons in one group ...

Revert if further help is needed !

Regards,

Ranjita