cancel
Showing results for 
Search instead for 
Did you mean: 

Radiobutton in Table

Former Member
0 Kudos

Hi All,

I have a table with several rows and two columns.

In one column i have inserted a radiobutton.

Now my requirement is, i have to display five radiobittons in each row of that column.

And each radiobuitton should display a different text.

Please help me in solving this...

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank you Saketh...

This has solved my problem..

Former Member
0 Kudos

Hi Archana,

Please place the points for useful answers.

Former Member
0 Kudos

As per my knowledge, You cannot add multiple UI elements in a table column. But there is a Table popin in table. Use this and add transparent container/group in this table popin, in the group you can add multiple UI elements. Refer to WDR_TEST_TABLE. Check it out if it works for you.

Beside that you can also use dropdown, as you want to select only one enrty at a time.

Hope it works for you.

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>As per my knowledge, You cannot add multiple UI elements in a table column

That is correct up till NetWeaver 7.02. In 7.02 SAP added the feature to allow multiple UI elements per column using the TableMultiEditorCell Cell Variant. However it only supports the Button, FileDownload, LinkToAction, LinkToURL, and ToggleButton UI Elements.