C_SupDmndOvwAssgmtQuery

DDL: C_SUPDMNDOVWASSGMTQUERY Type: view CONSUMPTION Package: VDM_ARUN_ANALYTICS

Supply Demand Overview

C_SupDmndOvwAssgmtQuery is a Consumption CDS View that provides data about "Supply Demand Overview" in SAP S/4HANA. It reads from 1 data source (I_SupDmndOvwAssgmtCube) and exposes 72 fields. Part of development package VDM_ARUN_ANALYTICS.

Data Sources (1)

SourceAliasJoin Type
I_SupDmndOvwAssgmtCube Ovw from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName CSDODMNDOVWQRY view
AbapCatalog.compiler.compareFilter true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #XXL view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ObjectModel.usageType.dataClass #MIXED view
ClientHandling.type #INHERITED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #CONSUMPTION view
Analytics.query true view
AccessControl.personalData.blocking #REQUIRED view
EndUserText.label Supply Demand Overview view
OData.publish true view

Fields (72)

KeyFieldSource TableSource FieldDescription
RequirementDocumentNumber RequirementDocumentNumber
RequirementDocumentItem RequirementDocumentItem
ProductAvailabilityDate ProductAvailabilityDate Mat.Avail.Date
RequirementType RequirementType RequirementType
SupplyNumber SupplyNumber
SupplyItem SupplyItem
AssignedSupplyType AssignedSupplyType
DeliveredQuantityInBaseUnit DeliveredQuantityInBaseUnit
RequestedRqmtQtyInBaseUnit RequestedRqmtQtyInBaseUnit
ConfirmedRqmtQtyInBaseUnit ConfirmedRqmtQtyInBaseUnit
OpenDemandQuantity OpenDemandQuantity
SalesOrganization I_SupDmndOvwAssgmtCube SalesOrganization Sales Organization
DistributionChannel I_SupDmndOvwAssgmtCube DistributionChannel RefDistCh-Cust/Mat.
CompanyCode I_SupDmndOvwAssgmtCube CompanyCode Receiver Company Code
Division I_SupDmndOvwAssgmtCube Division Internal Division ID
Material I_SupDmndOvwAssgmtCube Material Vehicle Model
MaterialGroup I_SupDmndOvwAssgmtCube MaterialGroup Product Group
BaseUnit BaseUnit Unit of Measure
Plant I_SupDmndOvwAssgmtCube Plant Valuation Area
StorageLocation StorageLocation StorageLocation
Batch Batch Lot No.
ShippingPoint ShippingPoint Shipping Point
RequirementSegment RequirementSegment Req. Segment
StockSegment StockSegment Stock Segment
ProductSeasonYear ProductSeasonYear Season Year
ProductSeason ProductSeason Season
ProductCollection ProductCollection Collection
ProductTheme ProductTheme Theme
ShippingGroupRule ShippingGroupRule PSST Grouping Rule
ShippingGroupNumber ShippingGroupNumber PSST Group
SalesDistrict I_SupDmndOvwAssgmtCube SalesDistrict Sales District
CalendarMonth CalendarMonth Calendar Month
CalendarWeek CalendarWeek Calendar Week
CalendarYear CalendarYear Year
CalendarMonthName CalendarMonthName
CrossPlantConfigurableProduct CrossPlantConfigurableProduct Cross-plant CP
AssignedQuantityInBaseUnit AssignedQuantityInBaseUnit
NormalAssignedQuantityInBsUnt NormalAssignedQuantityInBsUnt
FixedQuantityInBaseUnit FixedQuantityInBaseUnit
SupAssgmtReservedQtyInBaseUnit SupAssgmtReservedQtyInBaseUnit
OnHoldQuantityInBaseUnit OnHoldQuantityInBaseUnit
ReadyForReleaseQtyInBaseUnit ReadyForReleaseQtyInBaseUnit
InboundAssignedQuantityInBsUnt InboundAssignedQuantityInBsUnt
PreviewFixedAssignedQtyInBsUnt PreviewFixedAssignedQtyInBsUnt
PreviewReservedAssgdQtyInBsUnt PreviewReservedAssgdQtyInBsUnt
PreviewOnHoldAssgdQtyInBsUnt PreviewOnHoldAssgdQtyInBsUnt
PreviewRdyForReleaseQtyInBsUnt PreviewRdyForReleaseQtyInBsUnt
PreviewAssignedQuantityInBsUnt PreviewAssignedQuantityInBsUnt
OpenSupplyQuantity OpenSupplyQuantity
AssignedSupplyQtyInBaseUnit AssignedSupplyQtyInBaseUnit
NormalSupplyQtyInBaseUnit NormalSupplyQtyInBaseUnit
PreviewSupplyQtyInBaseUnit PreviewSupplyQtyInBaseUnit
SupAssgmtSource SupAssgmtSource
SalesOrganizationName SalesOrganizationName Sales Organization Description
MaterialName MaterialName Material Description
MaterialGroupName MaterialGroupName prod Grp Desc.
DistributionChannelName DistributionChannelName
DivisionName DivisionName Division Description
SalesDistrictName SalesDistrictName
PlantName PlantName Plant Name
CompanyCodeName CompanyCodeName Company Name
RequirementTypeName RequirementTypeName
AssignedSupplyTypeName AssignedSupplyTypeName
QuantityFulfillmentPercent 1 Fulfillment % (Ordered)
AllocationPercent 1 Fulfillment % (Confirmed)
NetAmount NetAmount Net Amount
DocumentCurrency DocumentCurrency Document Currency
ARunPriorityValue ARunPriorityValue Demand Priority
ARunDemandGroupPriority ARunDemandGroupPriority Demand Group Priority
_SupAssgmtSource _SupAssgmtSource
_RequirementType _RequirementType
_Material _Material

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_SupDmndOvwAssgmtQuery.
-- 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 C_SupDmndOvwAssgmtQuery AS
SELECT
  RequirementDocumentNumber,
  RequirementDocumentItem,
  ProductAvailabilityDate,
  RequirementType,
  SupplyNumber,
  SupplyItem,
  AssignedSupplyType,
  DeliveredQuantityInBaseUnit,
  RequestedRqmtQtyInBaseUnit,
  ConfirmedRqmtQtyInBaseUnit,
  OpenDemandQuantity,
  Ovw.SalesOrganization AS SalesOrganization,
  Ovw.DistributionChannel AS DistributionChannel,
  Ovw.CompanyCode AS CompanyCode,
  Ovw.Division AS Division,
  Ovw.Material AS Material,
  Ovw.MaterialGroup AS MaterialGroup,
  BaseUnit,
  Ovw.Plant AS Plant,
  StorageLocation,
  Batch,
  ShippingPoint,
  RequirementSegment,
  StockSegment,
  ProductSeasonYear,
  ProductSeason,
  ProductCollection,
  ProductTheme,
  ShippingGroupRule,
  ShippingGroupNumber,
  Ovw.SalesDistrict AS SalesDistrict,
  CalendarMonth,
  CalendarWeek,
  CalendarYear,
  CalendarMonthName,
  CrossPlantConfigurableProduct,
  AssignedQuantityInBaseUnit,
  NormalAssignedQuantityInBsUnt,
  FixedQuantityInBaseUnit,
  SupAssgmtReservedQtyInBaseUnit,
  OnHoldQuantityInBaseUnit,
  ReadyForReleaseQtyInBaseUnit,
  InboundAssignedQuantityInBsUnt,
  PreviewFixedAssignedQtyInBsUnt,
  PreviewReservedAssgdQtyInBsUnt,
  PreviewOnHoldAssgdQtyInBsUnt,
  PreviewRdyForReleaseQtyInBsUnt,
  PreviewAssignedQuantityInBsUnt,
  OpenSupplyQuantity,
  AssignedSupplyQtyInBaseUnit,
  NormalSupplyQtyInBaseUnit,
  PreviewSupplyQtyInBaseUnit,
  SupAssgmtSource,
  SalesOrganizationName,
  MaterialName,
  MaterialGroupName,
  DistributionChannelName,
  DivisionName,
  SalesDistrictName,
  PlantName,
  CompanyCodeName,
  RequirementTypeName,
  AssignedSupplyTypeName,
  1 AS QuantityFulfillmentPercent,
  1 AS AllocationPercent,
  NetAmount,
  DocumentCurrency,
  ARunPriorityValue,
  ARunDemandGroupPriority
FROM I_SupDmndOvwAssgmtCube AS Ovw
;