testCdsCi18

DDL: TEST_CDS_CI_JOINS18 SQL: TESTCDSCI18V Type: view Package: SDUT_DDLS

test view for cl_ci_cds_join_analysis

testCdsCi18 is a CDS View that provides data about "test view for cl_ci_cds_join_analysis" in SAP S/4HANA. It reads from 1 data source (snwd_so) and exposes 3 fields with key field node_key. Part of development package SDUT_DDLS.

Data Sources (1)

SourceAliasJoin Type
snwd_so snwd_so from

Annotations (4)

NameValueLevelField
AbapCatalog.sqlViewName TESTCDSCI18V view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MIXED view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY node_key node_key Tree Model: Node Key
so_id so_id Sales Order ID
net_amount net_amount Tax-Exclusive Amount

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 testCdsCi18.
-- 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.
-- SQL view name: TESTCDSCI18V

CREATE VIEW testCdsCi18 AS
SELECT
  node_key,
  so_id,
  net_amount
FROM snwd_so
;