DEMO_CDS_VIEW_ENTITY_GROUP_BY

DDL: DEMO_CDS_EXTEND_GROUP_BY Type: extend_view_entity

DEMO_CDS_VIEW_ENTITY_GROUP_BY is a CDS View in SAP S/4HANA.

Fields (3)

KeyFieldSource TableSource FieldDescription
connid sflight connid
currency sflight currency
sum_distance
extend view entity DEMO_CDS_VIEW_ENTITY_GROUP_BY with
{
  sflight.connid,
  sflight.currency as currency,
  @Semantics.amount.currencyCode: 'currency'
  sum(sflight.paymentsum) as sum_distance
}
group by
  sflight.connid,
  sflight.currency;
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"SFLIGHT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/