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: 

Radio button

Former Member
0 Kudos

How to define single radio button in sap?

1 ACCEPTED SOLUTION

former_member189059
Active Contributor
0 Kudos

You cannot

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

8 REPLIES 8

former_member189059
Active Contributor
0 Kudos

You cannot

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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.

0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

Checkbox is the alternative way.