cancel
Showing results for 
Search instead for 
Did you mean: 

Re-Size columns in ALV display using 'SALV_WD_TABLE' .

Former Member
0 Kudos


Hello All,

We are using the component - 'SALV_WD_TABLE' to display data in ALV.

However we are not able to re-size  width of the column in the table from the browser ( IE - 9 ).

There are few sdn post's on this topic , we tried implementing the setting recomended in them - they dint work out.

We had also set the method SET_FIXED_TABLE_LAYOUT( ABAP_TRUE ) of the interface IF_SALV_WD_TABLE_SETTINGS.

Request you to let us know if there is any certain procedure that we need to follow to achieve it.

Awaiting your response.

Regards,

Uvendu Bala

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello All ,

Thank you for your response, i could find the answer.

It is by disabling user personalization setting in the wdapplication.

Thanks,

Uvendu Bala

Answers (2)

Answers (2)

former_member184497
Participant
0 Kudos

Try by clearing browser cookies and re-open the page again.

ramakrishnappa
Active Contributor
0 Kudos

Hi Bala,

I am also working in IE-9 and the below method helps us to change the column size

  lo_model->if_salv_wd_table_settings~set_fixed_table_layout(

abap_true ).

Please try again and test.

Regards,

Rama

Former Member
0 Kudos

Hello Ramakrishna,

I have created a local component to check the fesabilty, in that  I have only set the set_fixed_table_layout( true).

It dint work out even then.

Also cleared - browser cookies and temp files.

Not sure if i am missing some thing.

Regards,

Uvendu Bala