Regarding settings in ALV for latest versions
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 ).
Answers are highly appreciated.
Thomas: Any way to do this.
Regards,
Lekha.