cancel
Showing results for 
Search instead for 
Did you mean: 

Columns headers overflow in ALV

Former Member
0 Kudos

Hello,

I have an ALV with many columns.

I set the 'fixed table layout' to true, and I also set scrollbar for columns.

The problem is that some of the columns headers are cut and three points shown near them. This is force the users to resize the columns, and it is uncomfortable.

I think that appropriate solution might be to allocate more row to the headers row, so the header text will be in two rows. In excel files this option called 'text overflow'.

I wonder if it is possible in abap web dynpro.

Best regards,

Ednri.

Accepted Solutions (1)

Accepted Solutions (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Ednri,

You have to wrap the header text of columns.

sample:l_header->set_header_text_wrapping( abap_true ).

Please refer the below link

Hope this helps you.

Regards,

Rama

Former Member
0 Kudos

Works, thank you!

Answers (0)