cancel
Showing results for 
Search instead for 
Did you mean: 

Table alternating - Unable to toggle checkbox column

former_member182374
Active Contributor
0 Kudos

Hello Experts,

I'm using ALV in WDA project.

The table design should be alternating.

For that, table readonly property should be 'true'.

https://help.sap.com/saphelp_nw70ehp1/helpdata/en/6e/ae0e422dfcdc2ce10000000a1550b0/content.htm

The problem is that the table has a checkbox column and if I set the table readonly property to true I can't toggle the checkbox.

How can I fix this? (I don't understand why alternating design is related to readonly...).

Regards,

Omri

Accepted Solutions (1)

Accepted Solutions (1)

former_member182374
Active Contributor
0 Kudos

Hi,

Got an official answer from SAP: this is the way WDA works and they don't mean to change it.

Omri

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Omri,

The alternating design property is applied only when the table is read-only. There is no way to enable this when the table is in edit mode.

If you have knowledge of CSS scripting then you can change the look and feel. Below is link for example document.

http://scn.sap.com/docs/DOC-28975

-Manish