DEMO_CDS_WRONG_TO_ONE_2_VE

DDL: DEMO_CDS_WRONG_TO_ONE_2_VE Type: view_entity

CDS view entity with join expression

DEMO_CDS_WRONG_TO_ONE_2_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 2 fields.

Data Sources (1)

SourceAliasJoin Type
scarr c from

Annotations (1)

NameValueLevelField
EndUserText.label CDS view entity with join expression view

Fields (2)

KeyFieldSource TableSource FieldDescription
carrid scarr carrid
carrname scarr carrname
@EndUserText.label: 'CDS view entity with join expression'
define view entity DEMO_CDS_WRONG_TO_ONE_2_VE
  as select from           scarr as c
    left outer many to one join spfli as p on c.carrid = p.carrid
{
  c.carrid   as carrid,
  c.carrname as carrname
}