P_BOMDwnStreamDirectParent1

DDL: P_BOMDWNSTREAMDIRECTPARENT1 SQL: PBOMDWNSTREAMDP1 Type: view CONSUMPTION Package: ODATA_PP_DD_BUFPOS

BOM downstream direct parent product

P_BOMDwnStreamDirectParent1 is a Consumption CDS View that provides data about "BOM downstream direct parent product" in SAP S/4HANA. Part of development package ODATA_PP_DD_BUFPOS.

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName PBOMDWNSTREAMDP1 view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label BOM downstream direct parent product view
VDM.viewType #CONSUMPTION view
VDM.private true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Material Material Vehicle Model
KEY Plant Plant Valuation Area
KEY BillOfMaterialComponent BillOfMaterialComponent Component
KEY BillOfMaterialVariantUsage BillOfMaterialVariantUsage Usage
BillOfMaterialCategory BillOfMaterialCategory BOM category

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_BOMDwnStreamDirectParent1.
-- 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.
-- SQL view name: PBOMDWNSTREAMDP1

CREATE VIEW P_BOMDwnStreamDirectParent1 AS
SELECT
  Material,
  Plant,
  BillOfMaterialComponent,
  BillOfMaterialVariantUsage,
  BillOfMaterialCategory
;