C_VarConfignSlsByNetValQry

DDL: C_VARCONFIGNSLSBYNETVALQRY Type: view CONSUMPTION Package: VCH_ANALYTICS_EMBEDDED_ML

Base Query for VC Related Sales Anlyts

C_VarConfignSlsByNetValQry is a Consumption CDS View that provides data about "Base Query for VC Related Sales Anlyts" in SAP S/4HANA. It reads from 1 data source (I_VarConfignSlsByNetValCube) and exposes 10 fields. Part of development package VCH_ANALYTICS_EMBEDDED_ML.

Data Sources (1)

SourceAliasJoin Type
I_VarConfignSlsByNetValCube I_VarConfignSlsByNetValCube from

Parameters (2)

NameTypeDefault
P_DisplayCurrency waers
P_NmbrOfSlsDocItems abap.int4

Annotations (14)

NameValueLevelField
EndUserText.label Base Query for VC Related Sales Anlyts view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XL view
AbapCatalog.sqlViewName CVARCONFSLSNTVQ view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AbapCatalog.buffering.status #NOT_ALLOWED view
Analytics.query true view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #CONSUMPTION view

Fields (10)

KeyFieldSource TableSource FieldDescription
CharcValueCombnSet CharcValueCombnSet Value Comb. Set
CharcValueCombnSetSupport CharcValueCombnSetSupport Value Set Support
CreationYearMonth CreationYearMonth
NetAmount NetAmount Stated Amount
Product Product Product Sold
ProductGroup ProductGroup Product Sold Group
SoldToParty SoldToParty Sold-to Party
SalesOrganization SalesOrganization Sales Organization
DistributionChannel DistributionChannel RefDistCh-Cust/Mat.
SalesOffice SalesOffice Sales Office

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 C_VarConfignSlsByNetValQry.
-- 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.
-- Parameters: P_DisplayCurrency : waers, P_NmbrOfSlsDocItems : abap.int4

CREATE VIEW C_VarConfignSlsByNetValQry AS
SELECT
  CharcValueCombnSet,
  CharcValueCombnSetSupport,
  CreationYearMonth,
  NetAmount,
  Product,
  ProductGroup,
  SoldToParty,
  SalesOrganization,
  DistributionChannel,
  SalesOffice
FROM I_VarConfignSlsByNetValCube
;