What does it do? Aggregate expression in a SELECT> statement> of a ABAP_CDS_V1_VIEW >. An aggregate expression calculates a single value from an operand arg > by calling an aggregate function from multiple rows of a result set. The operands can have any data type> except LCHR>, LRAW>, STRING>, RAWSTRING>, or GEOM_EWKB >. The following table shows the possible aggregate functions: Aggregate Function>Meaning>Result Type> MAX>Greatest value of arg>Data type of arg > MIN>Least value of arg>Data type of arg> AVG>Average value of arg> (arg> must be numeric). Type INT8>> is only supported with addition AS dtype>>. The types DF16_...>>, DF34_...>> for decimal free floating numbers are not supported. The types DATN>>, TIMN>>, and UTCL>> are not supported either., FLTP>>, platform-dependent interim result or dtype> > SUM>Sum of arg> (arg> must be numeric). The types DF16_...>>, DF34_...>> for decimal free floating numbers are not supported. The types DATN>>, TIMN>>, and UTCL>> are not supported either. Data type of arg> COUNT>If DISTINCT arg> is specified, the number of distinct values of arg> is counted; if *> is specified, the number of rows in the result set is counted. INT4>> If ALL> is used, all rows in the result set are respected, which is the standard setting. If DISTINCT> is used, only distinct values of arg> are respected. The following can be specified for arg>: