cancel
Showing results for 
Search instead for 
Did you mean: 

Display more / less than 3 Radio Buttons in RadioButtonGroupByIndex

Former Member
0 Kudos

Hi

I have started learning web dynpro ABAP recently.

My question is -:

When we use "RadioButtonGroupByIndex" by default 3 radiobuttons are displayed.

If I want more / less radio buttons (say 6 or 2) then how can i proceed ?

Regards,

Debi

Edited by: Debidutta Mohanty on May 25, 2010 2:47 PM

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Like all ByIndex UI elements, the number of inner instances (in this case radioButtons) is controlled by the number of elements in the context node that the UI element is bound to. You control the actual number of radioButtons by how many context elements are in the context node at runtime (this will not be refected in the View Editor preview area since this is controlled at runtime).

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/bb/69b441b0133531e10000000a155106/frameset.htm

Former Member
0 Kudos

Thanks Thomas.

Regards,

Debi

Answers (0)