cancel
Showing results for 
Search instead for 
Did you mean: 

Make the coloumn length and position fixed in webdynpro table

former_member393841
Participant
0 Kudos

Hi All,

I have acreted a atble in webdynpro abap and binding is successfull and the application is working fine.

In output i need to make the coloumn position and length should be fixed but now i am able to chnage the position .

Could any one help me out on this.

Thanks in advance.

Niki

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

go in layout select table.

now in table properties check fixedtablelayout.

it will assign all table column as has the exact width specified.

now whatever width of table and individual column you provide in width property will be taken for display

amy_king
Active Contributor
0 Kudos

Hi Niki,

To fix the column widths, see Table properties fixedTableLayout and columnResizeMode. To disable drag-and-drop of the columns, please see the discussion, .

Cheers,

Amy