DEMO_RAP_FOREIGN_ENTITY

DDL: DEMO_RAP_FOREIGN_ENTITY Type: view_entity Package: SABAP_DEMOS_ABAP_CDS_CLOUD

CDS view entity, root, foreign entity

DEMO_RAP_FOREIGN_ENTITY is a CDS View that provides data about "CDS view entity, root, foreign entity" in SAP S/4HANA. It reads from 1 data source (demo_dbtab_root) and exposes 2 fields with key field key_field. Part of development package SABAP_DEMOS_ABAP_CDS_CLOUD.

Data Sources (1)

SourceAliasJoin Type
demo_dbtab_root demo_dbtab_root from

Annotations (1)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY key_field demo_dbtab_root key_field
data_field demo_dbtab_root data_field
@AccessControl.authorizationCheck: #NOT_REQUIRED
define root view entity DEMO_RAP_FOREIGN_ENTITY
  as select from demo_dbtab_root
  {
    key demo_dbtab_root.key_field,
        demo_dbtab_root.data_field
  }