Skip to Content
0
Former Member
Apr 27, 2009 at 01:28 PM

Drag and Drop in ALV

113 Views

Hi All,

I have the latest version configured. In the ALV, I have new feature to drag and drop the column

in the ALV table so that it's position can be changed.

Because of this my columns settings are getting disturbed.

How to disable this feature.

I have already coded as

lr_model->SET_COLUMN_SELECTION_ALLOWED( abap_false ).

lr_model->set_fixed_cols_left_allowed( abap_false ).

lr_model->set_fixed_cols_right_allowed( abap_false ).

Earliest replies are highly appreciated.

Thomas: Any way to do this.

Regards,

Lekha.