DEMO_CDS_WRONG_TO_ONE_3_VE

DDL: DEMO_CDS_WRONG_TO_ONE_3_VE Type: view_entity

CDS view entity with join expression

DEMO_CDS_WRONG_TO_ONE_3_VE is a CDS View that provides data about "CDS view entity with join expression" in SAP S/4HANA. It reads from 1 data source (scarr) and exposes 1 field.

Data Sources (1)

SourceAliasJoin Type
scarr c from

Annotations (1)

NameValueLevelField
EndUserText.label CDS view entity with join expression view

Fields (1)

KeyFieldSource TableSource FieldDescription
cnt
@EndUserText.label: 'CDS view entity with join expression'
define view entity DEMO_CDS_WRONG_TO_ONE_3_VE
  as select from           scarr as c
    left outer many to one join spfli as p on c.carrid = p.carrid
{
  count(*) as cnt
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"SCARR",
"SPFLI"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/