Hi all,
I have two ALV in two different group container one below the other, I want the width of both ALV to be the same independent
of the number of columns in it. I tried by setting the width using if_salv_wd_table_settings~set_width( ) for both the ALV and
have passed the same value for both, but it is not getting reflected. I also tried with if_salv_wd_table_settings~fixed_table_layout( ) but that also didn't work. Is there any way to set both alv of same width.