cancel
Showing results for 
Search instead for 
Did you mean: 

how we can use radio button group by key in web dynpro.

Former Member
0 Kudos

HI,

how we can use radio button group by key in web dynpro.

it 's not displaying me any thing if i map the selected key of radiobuttongroupbykey.

please help it 's urgent

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Sanjay,

Hope these steps will help you:

1. Create a simple type LocalDictionary->Data Types->Simple Type.

2.Double click on simple types and goto enumeration and click on new and add the value and description.The discription field will be shown as label of your radio button.

3.Crate a context attribute in the view.Go to the properties and assign the value as the simple type you created in step 1.

4.assign this context as selected key to radiobutton group by key ui element.

Regards,

Rajeev

Former Member
0 Kudos
Former Member
0 Kudos

Hi Sanjay Bhatnagar,

Have you checked the following link?

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/5c/1b76bc3da0504e8b535cf3e154eaa7/frameset.htm">Web Dynpro RadioButtonGroupByKey API - IWDRadioButtonGroupByKey</a>

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/86/16e13d82fcfb34e10000000a114084/frameset.htm">Code Example of Key Binding</a>

I'll try to find more examples...

Aviad

Message was edited by: Aviad Levy - Added an example