cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP WebDynpro - LinkToAction in ALV - Disabled but not grey

Former Member
0 Kudos

Hello SDN,

I have a LinkToAction UIElement which I want to disable in some cases, to not lead to the action.

But with the property 'enable' the link goes grey if I disable it.

This doesn't look good for the field is actually the key of the table.

Is there any other way to not lead to the action? Since it's a Table UIElement I can't work with two different UIElements, one is a TextView, one is a LinkToAction, because TableUIElement do only allow one UIElement in a cell, as far as I know.

Greetings and thanks a lot,

Florian

Accepted Solutions (1)

Accepted Solutions (1)

RicardoRomero_1
Active Contributor
0 Kudos

Hi,


Try with cell variants.

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

Regards,

Former Member
0 Kudos

Thank you for your fast reply. Works just fine!

Answers (1)

Answers (1)

Former Member
0 Kudos

I ment the LinkToAction UIElement is the key column of a TableUIElement.

Florian