cancel
Showing results for 
Search instead for 
Did you mean: 

Radio Button

Former Member
0 Kudos

Hi,

I want to create two RadioButtons individually & I have to place them under a group.

After that, I have to read the value of RadioButton, whether it is checked or not.

(What are the properties of radiobutton needs to be used for group & Value of RB)

How to achieve this scenario?

I don't want to use RadioButtonGroupByKey/Index.

Thanks in advance,

Sreenivas Reddy.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Answered

former_member233090
Active Contributor
0 Kudos

Hi Reddy,

Please go through this [link|https://cw.sdn.sap.com/cw/docs/DOC-39107]

cheers,

bhavana

Former Member
0 Kudos

hi

Create two seperate radio buttons and then using wizad read the radio button (using get_attribute method).

If the value is X then that particular radion button is set.

Inculde on action events on both radio buttons when first one is set or selected we need to deselect the second radion buuton by using set_attribute metthod..

Madhu2004
Active Contributor
0 Kudos

HI,

This can be achived.

Please refer Component name : WDR_TEST_EVENTS , View name :RADIOBUTTON.

In thsi demo 2 radio buttons are created under one group wihtout using radiobuttonbyindex/Key.

Regards,

Madhu Reddty

Former Member
0 Kudos

Hello

You can create two individual radio buttons and put them in a group ui element.

And can read the vale of the radiobutton.

Thanks

Pradeep

Former Member
0 Kudos

Hi pls go through the link.

[RadioButton|http://help.sap.com/erp2005_ehp_04/helpdata/EN/77/3545415ea6f523e10000000a155106/frameset.htm]