SADL_GwVAunitV2VH_wrong_Anno

DDL: SADL_GW_V_AUNIT_V2_VH_WRONG_AN SQL: SADLGWVAUV2VHAN Type: view Package: SADL_GW_EXPOSURE_BUNDLE

CDS View for Value help wrong annotation

SADL_GwVAunitV2VH_wrong_Anno is a CDS View that provides data about "CDS View for Value help wrong annotation" in SAP S/4HANA. It reads from 1 data source (snwd_so) and exposes 3 fields with key field SalesOrderUUID. Part of development package SADL_GW_EXPOSURE_BUNDLE.

Data Sources (1)

SourceAliasJoin Type
snwd_so snwd_so from

Annotations (4)

NameValueLevelField
AbapCatalog.sqlViewName SADLGWVAUV2VHAN view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label CDS View for Value help wrong annotation view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY SalesOrderUUID node_key Tree Model: Node Key
SalesOrderID so_id Sales Order ID
CurrencyCode currency_code Currency Code

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 SADL_GwVAunitV2VH_wrong_Anno.
-- 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: SADLGWVAUV2VHAN

CREATE VIEW SADL_GwVAunitV2VH_wrong_Anno AS
SELECT
  node_key AS SalesOrderUUID,
  so_id AS SalesOrderID,
  currency_code AS CurrencyCode
FROM snwd_so
;