cancel
Showing results for 
Search instead for 
Did you mean: 

fixed columns in WDA ALV

former_member342902
Discoverer
0 Kudos

Hi,

I am using fixed column setting and also setting scrollable columns in my ALV. When I am scrolling ALV left to right :

* when ALV width is set to 100% ----------->  last column is appearing truncated (Pic-1)

* when ALV width is set to some fixed value ------------> Last column is not taking width set in column setting and last column is getting wider.(Pic-2)

Please advise if its a bug ot there is a way to control last column width when ALV is set to scrollable with some columns freeze setting.

Thanks,

Alok

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

try changing no of column in lr_cmdl->if_salv_wd_table_settings~set_scrollable_col_count( '9' ).

0 Kudos

Hi Alok,

Try removing the fixed table layout part and fixing of the table columns values.

Keep the table width to 100% and scrollable columns to a fixed number.

*Do provide points if its helpful

Regards,

Nihar

former_member342902
Discoverer
0 Kudos

Thanks Nihar for looking into it. We need fixed table layout with fixed column width. If we remove fixed table layout then column width will not be fixed, which is needed in my case.