I_VarConfignSlsByNetValQry

DDL: I_VARCONFIGNSLSBYNETVALQRY Type: view BASIC

Base Query for VC Related Sales Anlyts

I_VarConfignSlsByNetValQry is a Basic CDS View that provides data about "Base Query for VC Related Sales Anlyts" in SAP S/4HANA. It reads from 1 data source (P_VarConfignSalesByNetValQry) and exposes 10 fields.

Data Sources (1)

SourceAliasJoin Type
P_VarConfignSalesByNetValQry P_VarConfignSalesByNetValQry from

Annotations (13)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Base Query for VC Related Sales Anlyts view
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
AbapCatalog.sqlViewName IVARCONFSLSNTVQ view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AbapCatalog.buffering.status #NOT_ALLOWED view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
VDM.viewType #BASIC view

Fields (10)

KeyFieldSource TableSource FieldDescription
CharcValueCombnSet CharcValueCombnSet Value Comb. Set
CharcValueCombnSetSupport CharcValueCombnSetSupport Value Set Support
CreationDate CreationDate Time Stamp
SoldToParty SoldToParty Sold-to Party
SalesOrganization SalesOrganization Sales Organization
DistributionChannel DistributionChannel RefDistCh-Cust/Mat.
SalesOffice SalesOffice Sales Office
Product Product Product Sold
ProductGroup ProductGroup Product Sold Group
NetAmount NetAmount Stated 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 I_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.

CREATE VIEW I_VarConfignSlsByNetValQry AS
SELECT
  CharcValueCombnSet,
  CharcValueCombnSetSupport,
  CreationDate,
  SoldToParty,
  SalesOrganization,
  DistributionChannel,
  SalesOffice,
  Product,
  ProductGroup,
  NetAmount
FROM P_VarConfignSalesByNetValQry
;