P_SupDmndMntrOvwSTO

DDL: P_SUPDMNDMNTROVWSTO Type: view COMPOSITE

P_SupDmndMntrOvwSTO is a Composite CDS View in SAP S/4HANA. It reads from 4 data sources (I_SupDmndOvwItemSTO, P_SupDmndMntrSTOSchedLine, I_PurchasingDocumentShipping, I_SupDmndMaterialPlant) and exposes 54 fields.

Data Sources (4)

SourceAliasJoin Type
I_SupDmndOvwItemSTO item from
P_SupDmndMntrSTOSchedLine Sched inner
I_PurchasingDocumentShipping Shipping inner
I_SupDmndMaterialPlant SupDmndMaterialPlant inner

Annotations (10)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.private true view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName PMSDOSTO view
AbapCatalog.compiler.compareFilter true view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #XXL view

Fields (54)

KeyFieldSource TableSource FieldDescription
Material I_SupDmndOvwItemSTO Material Vehicle Model
Plant I_SupDmndOvwItemSTO Plant Valuation Area
RequirementDocumentNumber I_SupDmndOvwItemSTO RequirementDocumentNumber Source PurchDoc
RequirementDocumentItem I_SupDmndOvwItemSTO RequirementDocumentItem Purchasing Doc. Item
RequestedDeliveryDate P_SupDmndMntrSTOSchedLine RequestedDeliveryDate Requested Delivery Date
CompanyCode I_SupDmndOvwItemSTO CompanyCode Receiver Company Code
ReceivingPlant I_SupDmndOvwItemSTO ReceivingPlant Receiving Plant
StorageLocation I_SupDmndOvwItemSTO StorageLocation StorageLocation
MaterialGroup I_SupDmndOvwItemSTO MaterialGroup Product Group
OrderQuantity I_SupDmndOvwItemSTO OrderQuantity Quantity
BaseUnit I_SupDmndOvwItemSTO BaseUnit Unit of Measure
NetPriceAmount I_SupDmndOvwItemSTO NetPriceAmount Net Price
NetPriceQuantity I_SupDmndOvwItemSTO NetPriceQuantity Price Unit
NetAmount I_SupDmndOvwItemSTO NetAmount Stated Amount
CrossPlantConfigurableProduct I_SupDmndOvwItemSTO CrossPlantConfigurableProduct Cross-plant CP
RequirementSegment I_SupDmndOvwItemSTO RequirementSegment Req. Segment
ProductCharacteristic1 I_SupDmndOvwItemSTO ProductCharacteristic1 Characteristic 1
ProductCharacteristic2 I_SupDmndOvwItemSTO ProductCharacteristic2 Characteristic 2
ProductCharacteristic3 I_SupDmndOvwItemSTO ProductCharacteristic3 Characteristic 3
ProductSeason I_SupDmndOvwItemSTO ProductSeason Season
ProductSeasonYear I_SupDmndOvwItemSTO ProductSeasonYear Season Year
ProductCollection I_SupDmndOvwItemSTO ProductCollection Collection
ProductTheme I_SupDmndOvwItemSTO ProductTheme Theme
CreationDate I_SupDmndOvwItemSTO CreationDate Time Stamp
OrderType I_SupDmndOvwItemSTO OrderType Order Type
PurchasingOrganization I_SupDmndOvwItemSTO PurchasingOrganization Purchasing Organization
PurchasingGroup I_SupDmndOvwItemSTO PurchasingGroup Purchasing Group
DocumentCurrency I_SupDmndOvwItemSTO DocumentCurrency Document Currency
ShippingCondition I_SupDmndOvwItemSTO ShippingCondition Shipping Conditions
ShipToParty I_PurchasingDocumentShipping ShipToParty Ship-To Party (obsolete)
SoldToParty I_PurchasingDocumentShipping SoldToParty Sold-to Party
SalesOrganization I_PurchasingDocumentShipping SalesOrganization Sales Organization
DistributionChannel I_PurchasingDocumentShipping DistributionChannel RefDistCh-Cust/Mat.
OrganizationDivision I_PurchasingDocumentShipping OrganizationDivision Org. Division
ShippingPoint I_PurchasingDocumentShipping ShippingPoint Shipping Point
Route I_PurchasingDocumentShipping Route Vehicle route
DeliveryPriority I_PurchasingDocumentShipping DeliveryPriority Delivery Prior.
CustomerGroup CustomerGroup Customer Group
SalesDistrict SalesDistrict Sales District
DeliveryIsBlockedForCustomer DeliveryIsBlockedForCustomer
BillingIsBlockedForCustomer BillingIsBlockedForCustomer Billing block
SalesGroup SalesGroup Sales Group
SalesOffice SalesOffice Sales Office
ScheduleLineOrderQuantity P_SupDmndMntrSTOSchedLine ScheduleLineOrderQuantity Scheduled Qty
ConfdOrderQtyByMatlAvailCheck P_SupDmndMntrSTOSchedLine ConfdOrderQtyByMatlAvailCheck
DeliveredQuantityInBaseUnit P_SupDmndMntrSTOSchedLine DeliveredQuantityInBaseUnit
OrderTypeName Text PurchasingDocumentTypeName Description
IsBusinessPurposeCompleted IsBusinessPurposeCompleted Purpose Completed
ARunPriorityValue I_SupDmndOvwItemSTO ARunPriorityValue Demand Priority
ARunDemandGroupPriority I_SupDmndOvwItemSTO ARunDemandGroupPriority Demand Priority
RequirementType RequirementType RequirementType
SupAssgmtSource SupAssgmtSource
ScheduleLine ScheduleLine Schedule Line
ConfirmedDeliveryDate ConfirmedDeliveryDate Confirmed Delivery Date

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_SupDmndMntrOvwSTO.
-- 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 P_SupDmndMntrOvwSTO AS
SELECT
  item.Material AS Material,
  item.Plant AS Plant,
  item.RequirementDocumentNumber AS RequirementDocumentNumber,
  item.RequirementDocumentItem AS RequirementDocumentItem,
  Sched.RequestedDeliveryDate AS RequestedDeliveryDate,
  item.CompanyCode AS CompanyCode,
  item.ReceivingPlant AS ReceivingPlant,
  item.StorageLocation AS StorageLocation,
  item.MaterialGroup AS MaterialGroup,
  item.OrderQuantity AS OrderQuantity,
  item.BaseUnit AS BaseUnit,
  item.NetPriceAmount AS NetPriceAmount,
  item.NetPriceQuantity AS NetPriceQuantity,
  item.NetAmount AS NetAmount,
  item.CrossPlantConfigurableProduct AS CrossPlantConfigurableProduct,
  item.RequirementSegment AS RequirementSegment,
  item.ProductCharacteristic1 AS ProductCharacteristic1,
  item.ProductCharacteristic2 AS ProductCharacteristic2,
  item.ProductCharacteristic3 AS ProductCharacteristic3,
  item.ProductSeason AS ProductSeason,
  item.ProductSeasonYear AS ProductSeasonYear,
  item.ProductCollection AS ProductCollection,
  item.ProductTheme AS ProductTheme,
  item.CreationDate AS CreationDate,
  item.OrderType AS OrderType,
  item.PurchasingOrganization AS PurchasingOrganization,
  item.PurchasingGroup AS PurchasingGroup,
  item.DocumentCurrency AS DocumentCurrency,
  item.ShippingCondition AS ShippingCondition,
  Shipping.ShipToParty AS ShipToParty,
  Shipping.SoldToParty AS SoldToParty,
  Shipping.SalesOrganization AS SalesOrganization,
  Shipping.DistributionChannel AS DistributionChannel,
  Shipping.OrganizationDivision AS OrganizationDivision,
  Shipping.ShippingPoint AS ShippingPoint,
  Shipping.Route AS Route,
  Shipping.DeliveryPriority AS DeliveryPriority,
  CustomerGroup,
  SalesDistrict,
  DeliveryIsBlockedForCustomer,
  BillingIsBlockedForCustomer,
  SalesGroup,
  SalesOffice,
  Sched.ScheduleLineOrderQuantity AS ScheduleLineOrderQuantity,
  Sched.ConfdOrderQtyByMatlAvailCheck AS ConfdOrderQtyByMatlAvailCheck,
  Sched.DeliveredQuantityInBaseUnit AS DeliveredQuantityInBaseUnit,
  Text.PurchasingDocumentTypeName AS OrderTypeName,
  IsBusinessPurposeCompleted,
  item.ARunPriorityValue AS ARunPriorityValue,
  item.ARunDemandGroupPriority AS ARunDemandGroupPriority,
  RequirementType,
  SupAssgmtSource,
  ScheduleLine,
  ConfirmedDeliveryDate
FROM I_SupDmndOvwItemSTO AS item
INNER JOIN P_SupDmndMntrSTOSchedLine AS Sched ON /* join condition not captured in parsed metadata */
INNER JOIN I_SupDmndMaterialPlant AS SupDmndMaterialPlant ON /* join condition not captured in parsed metadata */
INNER JOIN I_PurchasingDocumentShipping AS Shipping ON /* join condition not captured in parsed metadata */
;