Demo_Rap_Instance_Filter_Ch

DDL: DEMO_RAP_INSTANCE_FILTER_CH Type: view_entity

Child entity, managed instance filter

Demo_Rap_Instance_Filter_Ch is a CDS View that provides data about "Child entity, managed instance filter" in SAP S/4HANA. It reads from 1 data source (sflight) and exposes 4 fields with key fields carrid, connid, fldate.

Data Sources (1)

SourceAliasJoin Type
sflight sflight from

Annotations (2)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Child entity, managed instance filter view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY carrid sflight carrid Carrier
KEY connid sflight connid Flight Number
KEY fldate sflight fldate Flight Date
_parent _parent

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view Demo_Rap_Instance_Filter_Ch.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW Demo_Rap_Instance_Filter_Ch AS
SELECT
  sflight.carrid AS carrid,
  sflight.connid AS connid,
  sflight.fldate AS fldate
FROM sflight
;