RFM_PP_MBOMConstcyChKHdrDetls

DDL: RFM_PP_MBOMCONSTCYCHKHDRDETLS Type: view

RFM_PP_MBOMConstcyChKHdrDetls is a CDS View in SAP S/4HANA. It reads from 2 data sources (RFM_PP_MBOMConstcyChkHdr, RFM_PP_MBOMConstcyChkMatlsBOM) and exposes 27 fields.

Data Sources (2)

SourceAliasJoin Type
RFM_PP_MBOMConstcyChkHdr _MBOMConstcyChkHdr inner
RFM_PP_MBOMConstcyChkMatlsBOM _MBOMConstcyChkMatlsBOM from

Annotations (9)

NameValueLevelField
ClientHandling.algorithm #AUTOMATED view
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #NOT_REQUIRED view
AbapCatalog.sqlViewName RFMPPMATLBOMDET view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #XXL view

Fields (27)

KeyFieldSource TableSource FieldDescription
Plant RFM_PP_MBOMConstcyChkMatlsBOM Plant Valuation Area
Material RFM_PP_MBOMConstcyChkMatlsBOM Material Vehicle Model
CrossPlantConfigurableProduct RFM_PP_MBOMConstcyChkMatlsBOM CrossPlantConfigurableProduct Cross-plant CP
ArticleCategory RFM_PP_MBOMConstcyChkMatlsBOM ArticleCategory Prod Category
BillOfMaterialVariantUsage RFM_PP_MBOMConstcyChkMatlsBOM BillOfMaterialVariantUsage Usage
BillOfMaterial RFM_PP_MBOMConstcyChkMatlsBOM BillOfMaterial BOM
BillOfMaterialVariant RFM_PP_MBOMConstcyChkMatlsBOM BillOfMaterialVariant AlternativeBOM
BillOfMaterialCategory RFM_PP_MBOMConstcyChkMatlsBOM BillOfMaterialCategory BOM category
MatFromLotSizeQuantity RFM_PP_MBOMConstcyChkMatlsBOM MatFromLotSizeQuantity From Lot Size
MaterialToLotSizeQuantity RFM_PP_MBOMConstcyChkMatlsBOM MaterialToLotSizeQuantity To Lot Size
BOMHeaderInternalChangeCount RFM_PP_MBOMConstcyChkHdr BOMHeaderInternalChangeCount Counter
HeaderEngineeringChgNmbrDoc RFM_PP_MBOMConstcyChkHdr HeaderEngineeringChgNmbrDoc
BOMHeaderQuantityInBaseUnit RFM_PP_MBOMConstcyChkHdr BOMHeaderQuantityInBaseUnit Base quantity
BOMHeaderBaseUnit RFM_PP_MBOMConstcyChkHdr BOMHeaderBaseUnit Base UoM
HeaderValidityStartDate RFM_PP_MBOMConstcyChkHdr HeaderValidityStartDate Valid From
HeaderValidityEndDate RFM_PP_MBOMConstcyChkHdr HeaderValidityEndDate to
IsImplicitlyDeleted RFM_PP_MBOMConstcyChkHdr IsImplicitlyDeleted
BOMIsMarkedForDeletion RFM_PP_MBOMConstcyChkHdr BOMIsMarkedForDeletion
BOMHeaderPreviousCounter RFM_PP_MBOMConstcyChkHdr BOMHeaderPreviousCounter
BOMAlternativeText RFM_PP_MBOMConstcyChkHdr BOMAlternativeText Alt Text
BillOfMaterialStatus RFM_PP_MBOMConstcyChkHdr BillOfMaterialStatus BOM Status
BOMGroup RFM_PP_MBOMConstcyChkHdr BOMGroup BOM group
BOMTechnicalType RFM_PP_MBOMConstcyChkHdr BOMTechnicalType Tech type
BillOfMaterialAuthsnGrp RFM_PP_MBOMConstcyChkHdr BillOfMaterialAuthsnGrp Auth group
BOMHeaderText RFM_PP_MBOMConstcyChkHdr BOMHeaderText BOM Description
MaxNumberOfCounters RFM_PP_MBOMConstcyChkHdr MaxNumberOfCounters
MaxNumberOfNodes RFM_PP_MBOMConstcyChkHdr MaxNumberOfNodes

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 RFM_PP_MBOMConstcyChKHdrDetls.
-- 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 RFM_PP_MBOMConstcyChKHdrDetls AS
SELECT
  _MBOMConstcyChkMatlsBOM.Plant AS Plant,
  _MBOMConstcyChkMatlsBOM.Material AS Material,
  _MBOMConstcyChkMatlsBOM.CrossPlantConfigurableProduct AS CrossPlantConfigurableProduct,
  _MBOMConstcyChkMatlsBOM.ArticleCategory AS ArticleCategory,
  _MBOMConstcyChkMatlsBOM.BillOfMaterialVariantUsage AS BillOfMaterialVariantUsage,
  _MBOMConstcyChkMatlsBOM.BillOfMaterial AS BillOfMaterial,
  _MBOMConstcyChkMatlsBOM.BillOfMaterialVariant AS BillOfMaterialVariant,
  _MBOMConstcyChkMatlsBOM.BillOfMaterialCategory AS BillOfMaterialCategory,
  _MBOMConstcyChkMatlsBOM.MatFromLotSizeQuantity AS MatFromLotSizeQuantity,
  _MBOMConstcyChkMatlsBOM.MaterialToLotSizeQuantity AS MaterialToLotSizeQuantity,
  _MBOMConstcyChkHdr.BOMHeaderInternalChangeCount AS BOMHeaderInternalChangeCount,
  _MBOMConstcyChkHdr.HeaderEngineeringChgNmbrDoc AS HeaderEngineeringChgNmbrDoc,
  _MBOMConstcyChkHdr.BOMHeaderQuantityInBaseUnit AS BOMHeaderQuantityInBaseUnit,
  _MBOMConstcyChkHdr.BOMHeaderBaseUnit AS BOMHeaderBaseUnit,
  _MBOMConstcyChkHdr.HeaderValidityStartDate AS HeaderValidityStartDate,
  _MBOMConstcyChkHdr.HeaderValidityEndDate AS HeaderValidityEndDate,
  _MBOMConstcyChkHdr.IsImplicitlyDeleted AS IsImplicitlyDeleted,
  _MBOMConstcyChkHdr.BOMIsMarkedForDeletion AS BOMIsMarkedForDeletion,
  _MBOMConstcyChkHdr.BOMHeaderPreviousCounter AS BOMHeaderPreviousCounter,
  _MBOMConstcyChkHdr.BOMAlternativeText AS BOMAlternativeText,
  _MBOMConstcyChkHdr.BillOfMaterialStatus AS BillOfMaterialStatus,
  _MBOMConstcyChkHdr.BOMGroup AS BOMGroup,
  _MBOMConstcyChkHdr.BOMTechnicalType AS BOMTechnicalType,
  _MBOMConstcyChkHdr.BillOfMaterialAuthsnGrp AS BillOfMaterialAuthsnGrp,
  _MBOMConstcyChkHdr.BOMHeaderText AS BOMHeaderText,
  _MBOMConstcyChkHdr.MaxNumberOfCounters AS MaxNumberOfCounters,
  _MBOMConstcyChkHdr.MaxNumberOfNodes AS MaxNumberOfNodes
FROM RFM_PP_MBOMConstcyChkMatlsBOM AS _MBOMConstcyChkMatlsBOM
INNER JOIN RFM_PP_MBOMConstcyChkHdr AS _MBOMConstcyChkHdr ON /* join condition not captured in parsed metadata */
;