cancel
Showing results for 
Search instead for 
Did you mean: 

Radio Buttons

Former Member
0 Kudos

How to create radio buttons in WebDynpro ?

I need to create tow radio buttons to allow the user to choose between the :

    • Main Bank*

    • Other Bank*

How can I do that ?!!

I am a new developer so that's why I could not make it !

Can anyone help me in this please AS SOON AS POSSIPLE !?

Thanks

Jasmin.G

Accepted Solutions (0)

Answers (2)

Answers (2)

gill367
Active Contributor
0 Kudos

Search on SDN, you will find lots of links to help you.

https://cw.sdn.sap.com/cw/docs/DOC-38218

describes the property of the radio button group UI element.

and

http://wiki.sdn.sap.com/wiki/display/WDABAP/SimpleapplicationtochangepropertiesofUIElementsduringruntimeinWebDynpro+ABAP

is a simple applcation using the radio buttons.

its very simple here are some quick steps.

create a radiobuttongroupbykey or radiobuttongroupbyindex.

lets go ahead with first one here.

create a value set with the set of values and texts.

then assign this attribute as the selected key for the radiobuttongroup

thanks

sarbjeet singh

Former Member
0 Kudos

Hi,

Drag and drop Radio group by key UI element on your layout and bind it to the context attribute of the view. The attribute should refer to a data element where you can specify the field label which will be the descriptions of the radio buttons.