cancel
Showing results for 
Search instead for 
Did you mean: 

RADIOBUTTON

Former Member
0 Kudos

Hi,

I'm new to webdynpro. Please help me out to work with radiobutton.

What value i need to bind to the ENABLED, KEYTOSELECT, SELECTEDKEY properties of radiobutton.

Can you pls explain me the functionality of those properties.

Thanks

Swapna

Accepted Solutions (1)

Accepted Solutions (1)

arjun_thakur
Active Contributor
0 Kudos

Hi,

ENABLED: This property decides if the radio button is enabled or disabled. It is binded with an attribute of WDY_boolean type.

KEYTOSELECT: Every radio button needs to have a key which acts as its identication. When ever a radio button is selected the KEYTOSELECT value gets selected, according to which we can determine which radio button has been clicked.

SELECTEDKEY : this property holds the key of the selected radio button.

Both these properties can be binded with an attribute of string type.

Refer WDR_TEST_EVENTS component and also help.sap.com for more details

I hope it helps.

Regards

Arjun

Edited by: Arjun on Jan 22, 2009 5:29 PM

Former Member
0 Kudos

thank you

arjun_thakur
Active Contributor
0 Kudos

you can refer this [ui_element guide|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b06c8c9a-19a4-2b10-d985-9ae7a4383478].

Answers (0)