C_StockQuantityValueTimeSeries

DDL: C_STOCKQUANTITYVALUETIMESERIES Type: view_entity CONSUMPTION Package: ODATA_MM_IM_STOCKVALUETIMES

Stock Quantity and Value time series

C_StockQuantityValueTimeSeries is a Consumption CDS View that provides data about "Stock Quantity and Value time series" in SAP S/4HANA. It reads from 1 data source (I_StockQuantityValueTimeSeries) and exposes 43 fields with key fields Product, Plant, Batch, Supplier, SDDocument. It has 12 associations to related views. Part of development package ODATA_MM_IM_STOCKVALUETIMES.

Data Sources (1)

SourceAliasJoin Type
I_StockQuantityValueTimeSeries I_StockQuantityValueTimeSeries from

Parameters (4)

NameTypeDefault
P_DisplayCurrency nsdm_display_currency
P_StartDate vdm_v_start_date
P_EndDate vdm_v_end_date
P_PeriodType nsdm_period_type

Associations (12)

CardinalityTargetAliasCondition
[0..1] I_Product _Product $projection.Product = _Product.Product
[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
[0..1] I_MatlDocStockIdfgWBSVH _SpecialStockIdfgWBSElement $projection.WBSElementInternalID = _SpecialStockIdfgWBSElement.SpecialStockIdfgWBSElement
[1..1] I_UnitOfMeasure _UnitOfMeasure $projection.MaterialBaseUnit = _UnitOfMeasure.UnitOfMeasure
[0..1] I_MaterialGroup _MaterialGroup $projection.MaterialGroup = _MaterialGroup.MaterialGroup
[0..1] I_WBSElementBasicData _SpclStkIdfgWBSElmntBasicData $projection.WBSElementInternalID = _SpclStkIdfgWBSElmntBasicData.WBSElementInternalID

Annotations (19)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #NOT_REQUIRED view
EndUserText.label Stock Quantity and Value time series view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #CONSUMPTION view
VDM.private false view
Search.searchable true view
Metadata.allowExtensions true view
Consumption.semanticObject Material view
UI.headerInfo.typeName Inventory Value view
UI.headerInfo.typeNamePlural Inventory Values view
UI.headerInfo.title.type #STANDARD view
UI.headerInfo.title.label Inventory Values view
UI.headerInfo.title.value Product view
UI.headerInfo.description.type #STANDARD view
UI.headerInfo.description.label Plant view
UI.headerInfo.description.value Plant view

Fields (43)

KeyFieldSource TableSource FieldDescription
defaultValueEUR
P_StartDate
P_EndDate
P_PeriodType
WBSElementInternalIDkeyEndDate
char8asYearPeriod Fiscal Year Period
KEY Product Product Sold
KEY Plant Plant Valuation Area
keyStorageLocation
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 MaterialBaseUnit MaterialBaseUnit Valuation Unit
KEY Currency Currency Valuation Crcy
removeitDisplayCurrency
CompanyCode CompanyCode Receiver Company Code
WBSElement
char30endasYearPeriodName
MatlWrhsStkQtyInMatlBaseUnit MatlWrhsStkQtyInMatlBaseUnit Quantity
StockValueInCCCrcy StockValueInCCCrcy Total Value
StockValueInDisplayCurrency StockValueInDisplayCurrency
StockValueInDisplayCurrencyEnd StockValueInDisplayCurrencyEnd
MaterialGroup MaterialGroup Product Group
MaterialGroupName MaterialGroupName prod Grp Desc.
ProductName ProductName Description
PlantName PlantName Plant Name
StorageLocationName StorageLocationName Storage Loc. Name
_Product _Product
_CompanyCode _CompanyCode
_Plant _Plant
_StorageLocation _StorageLocation
_Supplier _Supplier
_Customer _Customer
_InventoryStockType _InventoryStockType
_InventorySpecialStockType _InventorySpecialStockType
_SpecialStockIdfgWBSElement _SpecialStockIdfgWBSElement
_UnitOfMeasure _UnitOfMeasure
_MaterialGroup _MaterialGroup

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_StockQuantityValueTimeSeries.
-- 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 : nsdm_display_currency, P_StartDate : vdm_v_start_date, P_EndDate : vdm_v_end_date, P_PeriodType : nsdm_period_type

CREATE VIEW C_StockQuantityValueTimeSeries AS
SELECT
  defaultValue: 'EUR' AS defaultValueEUR,
  valueHelpDefinition: [{ entity: { name:'P_PeriodTypeVH', element:'PeriodKey' AS P_StartDate,
  P_EndDate: $parameters.P_EndDate AS P_EndDate,
  P_PeriodType: $parameters.P_PeriodType AS P_PeriodType,
  cast( Product as matnr) AS Product,
  Plant,
  Batch,
  Supplier,
  SDDocument,
  SDDocumentItem,
  WBSElementInternalID,
  Customer,
  InventoryStockType,
  InventorySpecialStockType,
  MaterialBaseUnit,
  Currency,
  remove it DisplayCurrency AS removeitDisplayCurrency,
  CompanyCode,
  cast ( _SpclStkIdfgWBSElmntBasicData.WBSElement as ps_posid preserving type ) AS WBSElement,
  case when PeriodType = 'W' then cast( substring(YearPeriod, 6 , 2 ) as abap.char(30) ) when PeriodType = 'M' then cast( concat_with_space( substring(YearPeriod, 6 , 2 ), I_StockQuantityValueTimeSeries._CalendarMonth.CalendarMonthName, 1) as abap.char(30) ) when PeriodType = 'Q' then cast(I_StockQuantityValueTimeSeries._CalendarQuarter.CalendarQuarterName as abap.char(30) ) else cast( '' as abap.char(30) ) end as YearPeriodName AS char30endasYearPeriodName,
  MatlWrhsStkQtyInMatlBaseUnit,
  StockValueInCCCrcy,
  StockValueInDisplayCurrency,
  StockValueInDisplayCurrencyEnd,
  MaterialGroup,
  MaterialGroupName,
  ProductName,
  PlantName,
  StorageLocationName
FROM I_StockQuantityValueTimeSeries
LEFT OUTER JOIN I_Product AS _Product ON Product = _Product.Product  -- association [0..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_MatlDocStockIdfgWBSVH AS _SpecialStockIdfgWBSElement ON WBSElementInternalID = _SpecialStockIdfgWBSElement.SpecialStockIdfgWBSElement  -- association [0..1]
LEFT OUTER JOIN I_UnitOfMeasure AS _UnitOfMeasure ON MaterialBaseUnit = _UnitOfMeasure.UnitOfMeasure  -- association [1..1]
LEFT OUTER JOIN I_MaterialGroup AS _MaterialGroup ON MaterialGroup = _MaterialGroup.MaterialGroup  -- association [0..1]
LEFT OUTER JOIN I_WBSElementBasicData AS _SpclStkIdfgWBSElmntBasicData ON WBSElementInternalID = _SpclStkIdfgWBSElmntBasicData.WBSElementInternalID  -- association [0..1]
;