Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Disable re-order columns in ALV Grid

Former Member
0 Kudos

Hi,

I want to disable the option of move/re-order of columns in ALV grid.

Ex: My grid is displaying 5 fields in the order F1, F2, F3, F4 & F5. I can move the columns by dragging then on their header so I can change the fields order to F2, F3, F1, F4 & F5. I want to disable this option of re-arranging the columns in the ALV grid.

Its not related FIX_COLUMN in field catalog.

Thanks & Regards,

Adithya M.

2 REPLIES 2

Former Member
0 Kudos

Hi Aditya,

solution is to use * FIX_COLUMN * in field catalogue. Surprised to see not related to FIX_COLUMN in description.May i know why are you looking for otherway to disable re-order of columns.

Regards,

Hima Chandna.R

0 Kudos

Hi Hima,

FIX_COLUMN is is used to fix the respective columns from moving when horizontal scroll bar is moved.

I want to disable re-arranging of columns, i.e, after displaying the grid the user should not be able to re-arrange/drag the column from one position to other.

Thanks & Regards,

Adithya M