cancel
Showing results for 
Search instead for 
Did you mean: 

Radiobutton

Former Member
0 Kudos

Hi Experts,

Is it possible to create individual Radio-buttons and keep them under a group?

I know using Radiobuttongroupbyindex/Key. But, i want to create Radiobuttons individually and keep them under a

single group so that only one RadioButton is selected at a time. Is it possible in any way?

Thanks a lot,

Sreenivas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes its possible.

Create all the radio buttons and there is a property named 'Selected Key'. Bind that to a variable of data element char or numc.

Refer to the created radiobuttons using the binded variable.

For eg : My binded variable is lv_group of type numc(1).

if lv_group = 1.

*Perform necessary actions.

else.

endif.

Former Member
0 Kudos

Thanks Vidya, I could solve my issue. Thanks a lot.

Answers (0)