P_MaterialStockTimeSeriesKPI

DDL: P_MATERIALSTOCKTIMESERIESKPI Type: view COMPOSITE

P_MaterialStockTimeSeriesKPI is a Composite CDS View in SAP S/4HANA. It reads from 2 data sources (P_MaterialStockTimeSeries, P_MaterialStockTimeSeries) and exposes 71 fields with key fields PeriodType, StartDate, YearPeriod, Material, Plant. It has 11 associations to related views.

Data Sources (2)

SourceAliasJoin Type
P_MaterialStockTimeSeries P_MaterialStockTimeSeries from
P_MaterialStockTimeSeries P_MaterialStockTimeSeries union_all

Parameters (3)

NameTypeDefault
P_StartDate vdm_v_start_date
P_EndDate vdm_v_end_date
P_PeriodType nsdm_period_type

Associations (11)

CardinalityTargetAliasCondition
[1..1] I_Material _Material $projection.Material = _Material.Material
[1..1] I_CompanyCode _CompanyCode $projection.CompanyCode = _CompanyCode.CompanyCode
[1..1] I_Plant _Plant $projection.Plant = _Plant.Plant
[0..1] I_StorageLocation _StorageLocation $projection.Plant = _StorageLocation.Plant and $projection.StorageLocation = _StorageLocation.StorageLocation
[0..1] I_Supplier _Supplier $projection.Supplier = _Supplier.Supplier
[0..1] I_Customer _Customer $projection.Customer = _Customer.Customer
[1..1] I_InventoryStockType _InventoryStockType $projection.InventoryStockType = _InventoryStockType.InventoryStockType
[1..1] I_InventorySpecialStockType _InventorySpecialStockType $projection.InventorySpecialStockType = _InventorySpecialStockType.InventorySpecialStockType
[1..1] I_UnitOfMeasure _UnitOfMeasure $projection.MaterialBaseUnit = _UnitOfMeasure.UnitOfMeasure
[0..1] I_FiscalYearVariant _FiscalYearVariant $projection.FiscalYearVariant = _FiscalYearVariant.FiscalYearVariant
[0..1] I_InvtryPrcBasicByKeyDate _InvtryPrcByPeriodEndDate $projection.CostEstimate = _InvtryPrcByPeriodEndDate.CostEstimate

Annotations (10)

NameValueLevelField
AbapCatalog.preserveKey true view
AbapCatalog.sqlViewName PMATSTOCKTSKPI view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #COMPOSITE view
VDM.private true view

Fields (71)

KeyFieldSource TableSource FieldDescription
KEY PeriodType PeriodType PeriodIndicator
KEY StartDate StartDate Valid From
KEY YearPeriod YearPeriod Fiscal Year Period
KEY Material Main Material Vehicle Model
KEY Plant Plant Valuation Area
KEY StorageLocation StorageLocation StorageLocation
KEY Batch Batch Lot No.
KEY Supplier Supplier Supplier
KEY SDDocument SDDocument SD Document
KEY SDDocumentItem SDDocumentItem
KEY WBSElementInternalID WBSElementInternalID WBS Internal ID
KEY Customer Customer Sold-to Party
KEY InventoryStockType InventoryStockType Stock Type
KEY InventorySpecialStockType InventorySpecialStockType Special Stock Type
KEY FiscalYearVariant FiscalYearVariant FY Variant
KEY MaterialBaseUnit MaterialBaseUnit Valuation Unit
KEY ValuationAreaType
CostEstimate
CompanyCode CompanyCode Receiver Company Code
Currency Main Currency Valuation Crcy
MatlWrhsStkQtyInMatlBaseUnit MatlWrhsStkQtyInMatlBaseUnit Quantity
MatlCnsmpnQtyInMatlBaseUnit MatlCnsmpnQtyInMatlBaseUnit
MatlStkQtyAvg
InventoryPrice CurrentInvtryPrice InventoryPrice Price
MaterialPriceUnitQty CurrentInvtryPrice MaterialPriceUnitQty Price unit
_UnitOfMeasure _UnitOfMeasure
_Material _Material
_CompanyCode _CompanyCode
_Plant _Plant
_StorageLocation _StorageLocation
_Supplier _Supplier
_Customer _Customer
_InventoryStockType _InventoryStockType
_InventorySpecialStockType _InventorySpecialStockType
_FiscalYearVariant _FiscalYearVariant
CostEstimatekeyPeriodType
KEY StartDate StartDate Valid From
KEY YearPeriod YearPeriod Fiscal Year Period
KEY Material Main Material Vehicle Model
KEY Plant Plant Valuation Area
KEY StorageLocation StorageLocation StorageLocation
KEY Batch Batch Lot No.
KEY Supplier Supplier Supplier
KEY SDDocument SDDocument SD Document
KEY SDDocumentItem SDDocumentItem
KEY WBSElementInternalID WBSElementInternalID WBS Internal ID
KEY Customer Customer Sold-to Party
KEY InventoryStockType InventoryStockType Stock Type
KEY InventorySpecialStockType InventorySpecialStockType Special Stock Type
KEY FiscalYearVariant FiscalYearVariant FY Variant
KEY MaterialBaseUnit MaterialBaseUnit Valuation Unit
KEY ValuationAreaType
CostEstimate
CompanyCode CompanyCode Receiver Company Code
Currency Main Currency Valuation Crcy
MatlWrhsStkQtyInMatlBaseUnit MatlWrhsStkQtyInMatlBaseUnit Quantity
MatlCnsmpnQtyInMatlBaseUnit MatlCnsmpnQtyInMatlBaseUnit
MatlStkQtyAvg
InventoryPrice CurrentInvtryPrice InventoryPrice Price
MaterialPriceUnitQty CurrentInvtryPrice MaterialPriceUnitQty Price unit
_UnitOfMeasure _UnitOfMeasure
_Material _Material
_CompanyCode _CompanyCode
_Plant _Plant
_StorageLocation _StorageLocation
_Supplier _Supplier
_Customer _Customer
_InventoryStockType _InventoryStockType
_InventorySpecialStockType _InventorySpecialStockType
_FiscalYearVariant _FiscalYearVariant
_InvtryPrcByPeriodEndDate _InvtryPrcByPeriodEndDate

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 P_MaterialStockTimeSeriesKPI.
-- 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_StartDate : vdm_v_start_date, P_EndDate : vdm_v_end_date, P_PeriodType : nsdm_period_type

CREATE VIEW P_MaterialStockTimeSeriesKPI AS
SELECT
  PeriodType,
  StartDate,
  YearPeriod,
  Main.Material AS Material,
  Plant,
  StorageLocation,
  Batch,
  Supplier,
  SDDocument,
  SDDocumentItem,
  WBSElementInternalID,
  Customer,
  InventoryStockType,
  InventorySpecialStockType,
  FiscalYearVariant,
  MaterialBaseUnit,
  cast('1' as bwkrs_cus) AS ValuationAreaType,
  CompanyCode,
  Main.Currency AS Currency,
  MatlWrhsStkQtyInMatlBaseUnit,
  MatlCnsmpnQtyInMatlBaseUnit,
  division(MatlStkQtySumInPeriod, dats_days_between(StartDate, EndDate)+1, 2) AS MatlStkQtyAvg,
  CurrentInvtryPrice.InventoryPrice AS InventoryPrice,
  CurrentInvtryPrice.MaterialPriceUnitQty AS MaterialPriceUnitQty
FROM P_MaterialStockTimeSeries
LEFT OUTER JOIN I_Material AS _Material ON Material = _Material.Material  -- association [1..1]
LEFT OUTER JOIN I_CompanyCode AS _CompanyCode ON CompanyCode = _CompanyCode.CompanyCode  -- association [1..1]
LEFT OUTER JOIN I_Plant AS _Plant ON Plant = _Plant.Plant  -- association [1..1]
LEFT OUTER JOIN I_StorageLocation AS _StorageLocation ON Plant = _StorageLocation.Plant AND StorageLocation = _StorageLocation.StorageLocation  -- association [0..1]
LEFT OUTER JOIN I_Supplier AS _Supplier ON Supplier = _Supplier.Supplier  -- association [0..1]
LEFT OUTER JOIN I_Customer AS _Customer ON Customer = _Customer.Customer  -- association [0..1]
LEFT OUTER JOIN I_InventoryStockType AS _InventoryStockType ON InventoryStockType = _InventoryStockType.InventoryStockType  -- association [1..1]
LEFT OUTER JOIN I_InventorySpecialStockType AS _InventorySpecialStockType ON InventorySpecialStockType = _InventorySpecialStockType.InventorySpecialStockType  -- association [1..1]
LEFT OUTER JOIN I_UnitOfMeasure AS _UnitOfMeasure ON MaterialBaseUnit = _UnitOfMeasure.UnitOfMeasure  -- association [1..1]
LEFT OUTER JOIN I_FiscalYearVariant AS _FiscalYearVariant ON FiscalYearVariant = _FiscalYearVariant.FiscalYearVariant  -- association [0..1]
LEFT OUTER JOIN I_InvtryPrcBasicByKeyDate AS _InvtryPrcByPeriodEndDate ON CostEstimate = _InvtryPrcByPeriodEndDate.CostEstimate  -- association [0..1]
-- UNION ALL with additional select branch(es): P_MaterialStockTimeSeries
;