cancel
Showing results for 
Search instead for 
Did you mean: 

set_visible_fieldname method

Former Member
0 Kudos

Hello,

I have an ALV. I try to use set_visible_fieldname method of the cell editor of one of my fields.

The value in the boolean field is 'X' in some rows and ' ' in the rest. In fact, the field is non-visible in all rows.

This field is numeric.

When i'm use this method on char field, it's work fine - the field is visible in rows with 'X' in the boolean fields, and non-visibile in rows with ' '.

What can I do?

Thanks,

Ednri.

Accepted Solutions (1)

Accepted Solutions (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Ednri,

The attribute used for the visibility settings should by of type wdui_visibility and it can take only numeric value as below

Try to change the type of visible field to WDY_VISIBILITY and maintain the records either '01' or '02' to make hide  or visible respectively.

Regards,

Rama

Answers (0)