DEMO_CDS_INTERSECT

DDL: DEMO_CDS_INTERSECT Type: view_entity

CDS view entity, set operator INTERSECT

DEMO_CDS_INTERSECT is a CDS View that provides data about "CDS view entity, set operator INTERSECT" in SAP S/4HANA. It reads from 1 data source (sflight) and exposes 2 fields.

Data Sources (1)

SourceAliasJoin Type
sflight sflight from

Annotations (3)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label CDS view entity, set operator INTERSECT view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
carrid carrid
connid connid
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'CDS view entity, set operator INTERSECT'
@Metadata.ignorePropagatedAnnotations: true

define view entity DEMO_CDS_INTERSECT 
as select from sflight
{
  carrid,
  connid
}
where price > 1000

intersect

select from spfli
{
  carrid,
  connid
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"SFLIGHT",
"SPFLI"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/