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

Radio button

Former Member
0 Likes
1,005

How to define single radio button in sap?

1 ACCEPTED SOLUTION
Read only

former_member189059
Active Contributor
0 Likes
934

You cannot

you need to have a radiobutton group and a group must contain atleast 2 radiobuttons

8 REPLIES 8
Read only

former_member189059
Active Contributor
0 Likes
935

You cannot

you need to have a radiobutton group and a group must contain atleast 2 radiobuttons

Read only

Former Member
0 Likes
934

Hi Srinivas,

There is no use of only single button in SAP. If you want that go for check box. Only single radio button is not possible.

Thanks

Ravi

Read only

Former Member
0 Likes
934

Hi Srinivas,

You cannot use single radio button.

The purpose of the radio button is to select only one out of two. If you want to use only one radio button, it is not possible. For that you can use check box whether to select or not.

Thanks.

Hari krishna

Read only

Former Member
0 Likes
934

for that you have to create your own screen (in se51) because in selection screen you have to define radiobutton group and group should contain at least two radio button..but in your screen radio button group is not mandatory.. better to use check box instead of using 1 radio button..

regards

shiba dutta

Read only

Former Member
0 Likes
934

Hi Srinivas,

Logically you cannot define single radio button, instead you should use Checkboxes. But there is a way round to satisfy your problem.



PARAMETERS: RD1 TYPE C RADIOBUTTON GROUP G1,
                         RD2 TYPE C NO-DISPLAY RADIOBUTTON GROUP G1.

check this out.

Read only

0 Likes
934

hi there

its not working i tried it.

it is given followin error

"RADIOBUTTON GROUP radio-group" and "NO-DISPLAY" can only be specified

together.

plz send me the solution at my mail id

anuj_arch@yahoo.com

thanks

anuj

Read only

Former Member
0 Likes
934

Thank you for your valuble suggestions!!!!!!!

Read only

Former Member
0 Likes
934

Checkbox is the alternative way.