demo_cds_annotation_array

DDL: DEMO_CDS_ANNOTATION_ARRAY Type: view_entity

demo_cds_annotation_array is a CDS View in SAP S/4HANA. It reads from 1 data source (demo_expressions) and exposes 1 field.

Data Sources (1)

SourceAliasJoin Type
demo_expressions demo_expressions from

Fields (1)

KeyFieldSource TableSource FieldDescription
id id WorklistID

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_cds_annotation_array.
-- 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_cds_annotation_array AS
SELECT
  id
FROM demo_expressions
;