In this tutorial, we will learn how to sort a column in ALV report using CL_SALV_TABLE.
To sort a column in ALV,
Get the Sorting Object of the ALV using the method GET_SORTS().
Apply SORT to the column name by using the method ADD_SORT().
Class used : CL_SALV_TABLE and CL_SALV_SORTS.
Create a program in SE38-ABAP编辑器 and copy the below code.
https://gist.github.com/prakash13t/3f6ab732050bd29c7d23#file-sort_salv-abap
Output with SORTing applied on Airline field:
[adsenseyu1]