... found in Figure 11 can be used to see the difference between standard sorting and own one.
Figure 11 ZDEMO_AIN_CL05 COL_POS
Own sorting firstly takes care about positions of columns ...
Column ID is not really a special field in ALV. It is always filled automatically by ALV and your manual entries are overwritten and set to the same value as COL_POS (Column position).
I’ve prepared ...
... then this method is called directly. methods set_editable .
methods set_readonly .
methods set_row_pos
importing
value(iv_value) type lvc_rowpos .
methods set_col_pos ...