RFM_PP_MBOMConstcyChKHdrDetls
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)
| Source | Alias | Join Type |
|---|---|---|
| RFM_PP_MBOMConstcyChkHdr | _MBOMConstcyChkHdr | inner |
| RFM_PP_MBOMConstcyChkMatlsBOM | _MBOMConstcyChkMatlsBOM | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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 */
;
Learn More
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA