I_ProdnModOpComponentBasic
Op Comp Keys and basic data
I_ProdnModOpComponentBasic is a Basic CDS View that provides data about "Op Comp Keys and basic data" in SAP S/4HANA. It reads from 4 data sources (I_BOOSqncOperationAssgmtChgSt, plmz, I_BillOfOperationsOpBasic, mpe_pmdl_hdr) and exposes 22 fields with key fields ProductionModelUUID, BillOfOperationsVersion, BOOOperationInternalID, BOOOpBOMItemInternalID.
Data Sources (4)
| Source | Alias | Join Type |
|---|---|---|
| I_BOOSqncOperationAssgmtChgSt | plas | inner |
| plmz | plmz | inner |
| I_BillOfOperationsOpBasic | plpo | inner |
| mpe_pmdl_hdr | PMDL | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Op Comp Keys and basic data | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view |
Fields (22)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProductionModelUUID | mpe_pmdl_hdr | prodn_model_uuid | Prodn Model UUID |
| KEY | BillOfOperationsVersion | plmz | versn | Version |
| KEY | BOOOperationInternalID | plmz | plnkn | Task list node |
| KEY | BOOOpBOMItemInternalID | plmz | zuonr | Finance Project |
| BOOOpInternalVersionCounter | I_BillOfOperationsOpBasic | BOOOpInternalVersionCounter | Counter | |
| Operation | I_BillOfOperationsOpBasic | Operation_2 | ||
| OperationText | I_BillOfOperationsOpBasic | OperationText | Description | |
| BillOfMaterialCategory | plmz | stlty | Single-Character Flag | |
| BillOfMaterialVariant | plmz | stlal | AlternativeBOM | |
| TargetBOMItemNodeNumber | plmz | stlkn | Single-Character Flag | |
| BillOfMaterialItemNodeNumber | ||||
| BillOfMaterialVersion | plmz | bom_versn | BOM Version | |
| BillOfOperationsType | mpe_pmdl_hdr | plnty | Task List Type | |
| BillOfOperationsGroup | mpe_pmdl_hdr | plnnr | Task List Group | |
| BillOfOperationsVariant | mpe_pmdl_hdr | plnal | Referenced BOO Variant | |
| BillOfMaterialVariantUsage | mpe_pmdl_hdr | stlan | Usage | |
| Plant | mpe_pmdl_hdr | werks | Receiving Plant | |
| Material | mpe_pmdl_hdr | material | Vehicle Model | |
| BillOfMaterialItemQuantity | plmz | imeng | Quantity | |
| BillOfMaterialItemUnit | plmz | imein | Component UoM | |
| CreationDate | plmz | andat | Created On | |
| LastChangeDate | plmz | aedat | Obsolete |
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_ProdnModOpComponentBasic.
-- 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_ProdnModOpComponentBasic AS
SELECT
PMDL.prodn_model_uuid AS ProductionModelUUID,
plmz.versn AS BillOfOperationsVersion,
plmz.plnkn AS BOOOperationInternalID,
plmz.zuonr AS BOOOpBOMItemInternalID,
plpo.BOOOpInternalVersionCounter AS BOOOpInternalVersionCounter,
plpo.Operation_2 AS Operation,
plpo.OperationText AS OperationText,
plmz.stlty AS BillOfMaterialCategory,
plmz.stlal AS BillOfMaterialVariant,
plmz.stlkn AS TargetBOMItemNodeNumber,
coalesce(stpo_new.stlkn,plmz.stlkn) AS BillOfMaterialItemNodeNumber,
plmz.bom_versn AS BillOfMaterialVersion,
PMDL.plnty AS BillOfOperationsType,
PMDL.plnnr AS BillOfOperationsGroup,
PMDL.plnal AS BillOfOperationsVariant,
PMDL.stlan AS BillOfMaterialVariantUsage,
PMDL.werks AS Plant,
PMDL.material AS Material,
plmz.imeng AS BillOfMaterialItemQuantity,
plmz.imein AS BillOfMaterialItemUnit,
plmz.andat AS CreationDate,
plmz.aedat AS LastChangeDate
FROM mpe_pmdl_hdr AS PMDL
INNER JOIN I_BOOSqncOperationAssgmtChgSt AS plas ON /* join condition not captured in parsed metadata */
INNER JOIN I_BillOfOperationsOpBasic AS plpo ON /* join condition not captured in parsed metadata */
INNER JOIN plmz ON /* join condition not captured in parsed metadata */
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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