cancel
Showing results for 
Search instead for 
Did you mean: 

Drag and Drop in ALV

Former Member
0 Kudos

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.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Lekha,

Please refer to the link below. This link elaborates how to enable Drag and Drop functionality in tables. I hope reversing those settings and properties will disable drag n drop feature.

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0760510-a2d5-2b10-de9f-d8976796...

I hope this will help your cause.

Regards,

Sumit

Answers (0)