D_BOMExplosionResult

DDL: D_BOMEXPLOSIONRESULT SQL: DBOMEXPLRSLT Type: view Package: CS_MODEL_API

Result set of the BOM explosion

D_BOMExplosionResult is a CDS View that provides data about "Result set of the BOM explosion" in SAP S/4HANA. It reads from 1 data source (I_BillOfMaterialItemAPITP_1) and exposes 57 fields. Part of development package CS_MODEL_API.

Data Sources (1)

SourceAliasJoin Type
I_BillOfMaterialItemAPITP_1 I_BillOfMaterialItemAPITP_1 from

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName DBOMEXPLRSLT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #NOT_REQUIRED view
EndUserText.label Result set of the BOM explosion view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #META view

Fields (57)

KeyFieldSource TableSource FieldDescription
BOMHdrRootMatlHierNode
MaterialName
BillOfMaterialRoot
BOMHeaderQuantityInBaseUnit
BOMHeaderBaseUnit
BillOfMaterialRootVariant
BillOfMaterialVariantUsage
HeaderValidityStartDate
HeaderValidityEndDate
HeaderEngineeringChgNmbrDoc
BOMHdrMatlHierNode
ProductionVersion
BOMAlternativeText
BOMExplosionLevel
BillOfMaterialItemNumber
BillOfMaterialVariant
BillOfMaterialComponent BillOfMaterialComponent Component
BillOfMaterialItemQuantity
BillOfMaterialItemUnit
MaterialType
StandardPrice
MRPTYpe
SpecialProcurementType
FollowUpProduct
MaterialIsConfigurable
EngineeringChangeDocument
RecordCreationDate
CreatedByUser
LastChangeDate
LastChangedByUser
BillOfMaterialItemCategory
IsMaterialProvision
IsBOMItemSparePart
IsCAD
PurchasingOrganisation
PurchasingGroup
Supplier
MaterialComponentPrice
PriceUnit
Currency
CostElement
DocNumber
DocumentType
DocumentPart
DocumentVersion
BOMItemDescription
ItemDescriptionLine2
MaterialGroup
GoodsReceiptDurationInDays
ProductionSupplyArea
ValidityEndDate
IsPhantomItem
ProdOrderIssueLocation
IsSoftwareComponent
BOMItemIsDiscontinued
ChgToEngineeringChgDocument
DeliveryTimeInDays

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 D_BOMExplosionResult.
-- 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: DBOMEXPLRSLT

CREATE VIEW D_BOMExplosionResult AS
SELECT
  cast('' as matnr) AS BOMHdrRootMatlHierNode,
  cast('' as maktx) AS MaterialName,
  cast('' as stnum ) AS BillOfMaterialRoot,
  cast('0' as basmn) AS BOMHeaderQuantityInBaseUnit,
  cast('' as basme) AS BOMHeaderBaseUnit,
  cast('' as stlal) AS BillOfMaterialRootVariant,
  cast('' as stlvw) AS BillOfMaterialVariantUsage,
  cast('' as datuv) AS HeaderValidityStartDate,
  cast('' as datub) AS HeaderValidityEndDate,
  cast('' as aennr) AS HeaderEngineeringChgNmbrDoc,
  cast('' as matnr) AS BOMHdrMatlHierNode,
  cast('' as verid) AS ProductionVersion,
  cast('' as stktx) AS BOMAlternativeText,
  cast ('0' as histu) AS BOMExplosionLevel,
  cast ('0' as sposn) AS BillOfMaterialItemNumber,
  cast ('' as stlal) AS BillOfMaterialVariant,
  BillOfMaterialComponent,
  cast('0' as kmpmg) AS BillOfMaterialItemQuantity,
  cast ('' as meins ) AS BillOfMaterialItemUnit,
  cast ('' as mtart) AS MaterialType,
  cast ('0' as stprs) AS StandardPrice,
  cast('' as dismm) AS MRPTYpe,
  cast('' as sobsl) AS SpecialProcurementType,
  cast ('' as nfmat) AS FollowUpProduct,
  cast('' as kzkfg) AS MaterialIsConfigurable,
  cast('' as aennr) AS EngineeringChangeDocument,
  cast ('' as andat) AS RecordCreationDate,
  cast('' as annam) AS CreatedByUser,
  cast ('' as aedat) AS LastChangeDate,
  cast('' as aenam) AS LastChangedByUser,
  cast('' as postp) AS BillOfMaterialItemCategory,
  cast('' as beikz) AS IsMaterialProvision,
  cast('' as erskz) AS IsBOMItemSparePart,
  cast('' as cadpo) AS IsCAD,
  cast('' as ekorg) AS PurchasingOrganisation,
  cast('' as ekgrp) AS PurchasingGroup,
  cast('' as lifnr) AS Supplier,
  cast('0' as preis) AS MaterialComponentPrice,
  cast('0' as cs_e_peinh) AS PriceUnit,
  cast('' as waers) AS Currency,
  cast('' as sakto) AS CostElement,
  cast('' as doknr) AS DocNumber,
  cast('' as dokar) AS DocumentType,
  cast('000' as doktl_d) AS DocumentPart,
  cast('00' as dokvr) AS DocumentVersion,
  cast('' as potx1) AS BOMItemDescription,
  cast('' as potx2) AS ItemDescriptionLine2,
  cast('' as matkl) AS MaterialGroup,
  cast('0' as webaz) AS GoodsReceiptDurationInDays,
  cast('' as prvbe) AS ProductionSupplyArea,
  cast('00000000' as dtbis) AS ValidityEndDate,
  cast('' as dumps) AS IsPhantomItem,
  cast('' as lgpro) AS ProdOrderIssueLocation,
  cast('' as cs_sfwind) AS IsSoftwareComponent,
  cast('' as kzaus) AS BOMItemIsDiscontinued,
  cast('' as aenra) AS ChgToEngineeringChgDocument,
  cast('0' as lifzt) AS DeliveryTimeInDays
FROM I_BillOfMaterialItemAPITP_1
;