cancel
Showing results for 
Search instead for 
Did you mean: 

webdynpro ALV checkbox displays 'X'

Former Member
0 Kudos

Hello Webdynpro Champions,

I have an issue with displaying ALV output in Webdynpro.

I have a checkbox as my first column.

This checkbox is bound to a context node.

When I check this checkbox, in the ALV output I get 'X' displayed in the output. I think this is unwanted in my case and hence will like to curb it and not display that X next to my checkbox in the ALV output.

'

Any ideas how to disable that X from gettting displayed in the ALV output?

Accepted Solutions (1)

Accepted Solutions (1)

marcin_makowski
Explorer
0 Kudos

Hello,

This one can you can solve by removing this (or smilar) method call from the place where you setup your ALV layout:

lrc_checkbox->set_text_fieldname( 'CBXCOLNAME' ).

As you probably have this call in your coding (copy&paste from different cell editor example? ), you will see column's text (autoo-mapped to content) next to your checkbox.

Best regards,

Marcin

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks Marcin. Points rewarded....

Edited by: gary_12345 on Oct 26, 2011 12:22 PM

Former Member
0 Kudos

Hi Gray,

If you dont want X why u are selecting check box, dont select.

or if you disable that colum also, you wil see that X, but in disable mode. You want to just disable or invisible?

If you want to disable column check this thread...

Cheers,

Kris.