Start of Content Area

Function documentationget_sort_criteria  Locate the document in its SAP Library structure

Use

Get the current sort criteria for sorted columns of the grid control.

Features

CALL METHOD <ref.var. to CL_GUI_ALV_GRID > ->get_sort_criteria

   IMPORTING
      ET_SORT  =   <internal table of type LVC_T_SORT > .

Parameter

Meaning

ET_SORT

Each table row returns the field name and sort criteria of the sorted columns (see also: Fields of the Sort Table).

 

For an overview, see: Methods of Class CL_GUI_ALV_GRID