I_SupDmndOvwSTO

DDL: I_SUPDMNDOVWSTO Type: view COMPOSITE

Basic View for STO

I_SupDmndOvwSTO is a Composite CDS View that provides data about "Basic View for STO" in SAP S/4HANA. It reads from 5 data sources (I_SupDmndOvwSTOItem, I_SupDmndSalesArea, I_PurchasingDocumentShipping, I_SupDmndMaterialPlant, I_PurchasingDocumentTypeText) and exposes 57 fields.

Data Sources (5)

SourceAliasJoin Type
I_SupDmndOvwSTOItem Item from
I_SupDmndSalesArea SalesArea left_outer
I_PurchasingDocumentShipping Shipping inner
I_SupDmndMaterialPlant SupDmndMaterialPlant inner
I_PurchasingDocumentTypeText Text left_outer

Annotations (10)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Basic View for STO view
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AccessControl.authorizationCheck #CHECK view
AbapCatalog.sqlViewName ISDOSTO view
AbapCatalog.compiler.compareFilter true view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #XXL view

Fields (57)

KeyFieldSource TableSource FieldDescription
Material I_SupDmndOvwSTOItem Material Vehicle Model
Plant I_SupDmndOvwSTOItem Plant Valuation Area
RequirementDocumentNumber I_SupDmndOvwSTOItem RequirementDocumentNumber
RequirementDocumentItem I_SupDmndOvwSTOItem RequirementDocumentItem
RequestedDeliveryDate I_SupDmndOvwSTOItem RequestedDeliveryDate Requested Delivery Date
CompanyCode I_SupDmndOvwSTOItem CompanyCode Receiver Company Code
ReceivingPlant I_SupDmndOvwSTOItem ReceivingPlant Receiving Plant
StorageLocation I_SupDmndOvwSTOItem StorageLocation StorageLocation
MaterialGroup I_SupDmndOvwSTOItem MaterialGroup Product Group
OrderQuantity I_SupDmndOvwSTOItem OrderQuantity Quantity
BaseUnit I_SupDmndOvwSTOItem BaseUnit Unit of Measure
NetPriceAmount I_SupDmndOvwSTOItem NetPriceAmount Net Price
NetPriceQuantity I_SupDmndOvwSTOItem NetPriceQuantity Price Unit
NetAmount I_SupDmndOvwSTOItem NetAmount Stated Amount
CrossPlantConfigurableProduct I_SupDmndOvwSTOItem CrossPlantConfigurableProduct Cross-plant CP
RequirementSegment I_SupDmndOvwSTOItem RequirementSegment Req. Segment
ProductCharacteristic1 I_SupDmndOvwSTOItem ProductCharacteristic1 Characteristic 1
ProductCharacteristic2 I_SupDmndOvwSTOItem ProductCharacteristic2 Characteristic 2
ProductCharacteristic3 I_SupDmndOvwSTOItem ProductCharacteristic3 Characteristic 3
PSSTGroupingRule
PSSTGroup
ProductSeason I_SupDmndOvwSTOItem ProductSeason Season
ProductSeasonYear I_SupDmndOvwSTOItem ProductSeasonYear Season Year
ProductCollection I_SupDmndOvwSTOItem ProductCollection Collection
ProductTheme I_SupDmndOvwSTOItem ProductTheme Theme
OrderType I_SupDmndOvwSTOItem OrderType Order Type
PurchasingOrganization I_SupDmndOvwSTOItem PurchasingOrganization Purchasing Organization
PurchasingGroup I_SupDmndOvwSTOItem PurchasingGroup Purchasing Group
DocumentCurrency I_SupDmndOvwSTOItem DocumentCurrency Document Currency
ShippingCondition I_SupDmndOvwSTOItem 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
RequestedDate I_SupDmndOvwSTOItem RequestedDate
ProductAvailabilityDate I_SupDmndOvwSTOItem ProductAvailabilityDate Mat.Avail.Date
ScheduleLineOrderQuantity I_SupDmndOvwSTOItem ScheduleLineOrderQuantity Scheduled Qty
ConfdOrderQtyByMatlAvailCheck I_SupDmndOvwSTOItem ConfdOrderQtyByMatlAvailCheck
DeliveredQuantityInBaseUnit I_SupDmndOvwSTOItem DeliveredQuantityInBaseUnit
OrderTypeName I_PurchasingDocumentTypeText PurchasingDocumentTypeName Description
IsBusinessPurposeCompleted IsBusinessPurposeCompleted Purpose Completed
ARunPriorityValue I_SupDmndOvwSTOItem ARunPriorityValue
ARunDemandGroupPriority I_SupDmndOvwSTOItem ARunDemandGroupPriority
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 I_SupDmndOvwSTO.
-- 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_SupDmndOvwSTO AS
SELECT
  Item.Material AS Material,
  Item.Plant AS Plant,
  Item.RequirementDocumentNumber AS RequirementDocumentNumber,
  Item.RequirementDocumentItem AS RequirementDocumentItem,
  Item.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.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,
  Item.RequestedDate AS RequestedDate,
  Item.ProductAvailabilityDate AS ProductAvailabilityDate,
  Item.ScheduleLineOrderQuantity AS ScheduleLineOrderQuantity,
  Item.ConfdOrderQtyByMatlAvailCheck AS ConfdOrderQtyByMatlAvailCheck,
  Item.DeliveredQuantityInBaseUnit AS DeliveredQuantityInBaseUnit,
  Text.PurchasingDocumentTypeName AS OrderTypeName,
  IsBusinessPurposeCompleted,
  Item.ARunPriorityValue AS ARunPriorityValue,
  Item.ARunDemandGroupPriority AS ARunDemandGroupPriority,
  RequirementType,
  SupAssgmtSource,
  ScheduleLine,
  ConfirmedDeliveryDate
FROM I_SupDmndOvwSTOItem AS Item
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 */
LEFT OUTER JOIN I_PurchasingDocumentTypeText AS Text ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_SupDmndSalesArea AS SalesArea ON /* join condition not captured in parsed metadata */
;