SAP Message SALV_EXCEPTION203 - Aggregation kind for column &3 is invalid (class &1 method &2)

Diagnosis
When calling method &2 of class &1, an incorrect aggregation type wastransferred for the column &3.
The following aggregations are supported by ALV:

  • Total (IF_SALV_C_AGGREGATION=>TOTAL )

  • Minimum (IF_SALV_C_AGGREGATION=>MINIMUM )

  • Maximum (IF_SALV_C_AGGREGATION=>MAXIMUM )

  • Average (IF_SALV_C_AGGREGATION=>AVERAGE )
  • Procedure
    Provide a valid aggregation type. Permitted aggregation types can befound in the interface IF_SALV_C_AGGREGATION.