Hi experts,
I'm trying to set fixed width in my ALV report.
I using set_width to set the fixed width.
But I could not get the fixed width.
data salv_column type ref to cl_salv_wd_column.
salv_column->set_width( '4' ).
When I try this i'm getting like belwo.
if my Header text is 'Test Column', and width = 4.
I could able to see the header text fully (Test column).
But I should see only Test and in the 2nd row it should show Column
Any idea of doing it???
Thankx...