cancel
Showing results for 
Search instead for 
Did you mean: 

column width / logic for stretching within WD configuration

Former Member
0 Kudos

Hello,

is there a flag to stretch the content to the full width of the window?

(settings -> column count is observed)

(stretch full width ???)

Best regards,

Franz-Josef

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

see my own last post for the solution

Former Member
0 Kudos

Hello,

it is LIST GUIBB with SAP_ABA 7.02.

There is an attribute in the settings of the web dynpro configuration "Width of list".

I did not know the syntax and thought this has to be entered in pixels (px) since the column width can be defined in pixels as well.

I learned that the four characters "100%" result in stretching the list to full width.

Best regards,

Franz-Josef

Former Member
0 Kudos

Hi ,

In this case are you using ALV or a simple table ?

For ALV you have to set the fixedTableLayout parameter to true. Otherwise there is no resize option.

data l_table type ref to cl_salv_wd_config_table.

l_table->if_salv_wd_table_settings~set_fixed_table_layout( abap_true ).

In that case depending on the size of data the column will be extended to the full width of the window.