cancel
Showing results for 
Search instead for 
Did you mean: 

Need to create multiple checkboxes in Table

Former Member
0 Kudos

HI,

My requirement is to create multiple checkboxes in a table(under a column) where the user can select multiple options ????

Please suggest the way forward

Thanks

vijay

Accepted Solutions (0)

Answers (2)

Answers (2)

Qualiture
Active Contributor
0 Kudos

Or, alternatively, create a Table Column Group, see http://help.sap.com/saphelp_nw70ehp1/helpdata/en/6b/390e422dfcde2ce10000000a1550b0/frameset.htm

Although this might not display the results exactly the way you want, this might be the best solution

Qualiture
Active Contributor
0 Kudos

Hi Vijay,

Out of the box this isn't possible. The reason is, effectively you are introducing a 0..n relationship in a single table cell.

However, you could create a new data type which holds multiple values in a single object, and the develop a multi-checkbox control, provisioning this multivalue object... I wouldn't go that path though.

Can you explain a bit more about your requirements?