I_InspPlanOperationVersion
Inspection Plan Operation Version
I_InspPlanOperationVersion is a Composite CDS View that provides data about "Inspection Plan Operation Version" in SAP S/4HANA. It reads from 2 data sources (I_BillOfOperationsOpBasic, I_InspPlanOpAssgmt) and exposes 38 fields with key fields InspectionPlanGroup, BOOOperationInternalID, BOOOpInternalVersionCounter, BillOfOperationsType. It has 3 associations to related views. Part of development package VDM_QM_PLANNING.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| I_BillOfOperationsOpBasic | _BillOfOperationsOpBasic | from |
| I_InspPlanOpAssgmt | _InspPlanOpAssgmt | inner |
Associations (3)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_InspPlanOperation | _InspPlanOperation | $projection.InspectionPlanGroup = _InspPlanOperation.InspectionPlanGroup and $projection.BOOOperationInternalID = _InspPlanOperation.BOOOperationInternalID |
| [1..1] | I_InspectionPlanVersion | _InspectionPlanVersion | $projection.InspectionPlanGroup = _InspectionPlanVersion.InspectionPlanGroup and $projection.InspectionPlan = _InspectionPlanVersion.InspectionPlan and $projection.BillOfOperationsType = _InspectionPlanVersion.BillOfOperationsType |
| [1..1] | I_BillOfOperationsType | _BillOfOperationsType | $projection.BillOfOperationsType = _BillOfOperationsType.BillOfOperationsType |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IIPLNOPVRS | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Inspection Plan Operation Version | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| VDM.viewType | #COMPOSITE | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | BOOOpInternalVersionCounter | view |
Fields (38)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InspectionPlanGroup | BillOfOperationsGroup | Group | |
| KEY | BOOOperationInternalID | I_BillOfOperationsOpBasic | BOOOperationInternalID | Task list node |
| KEY | BOOOpInternalVersionCounter | BOOOpInternalVersionCounter | Counter | |
| KEY | BillOfOperationsType | I_BillOfOperationsOpBasic | BillOfOperationsType | Task List Type |
| InspectionPlan | I_InspPlanOpAssgmt | InspectionPlan | Group Counter | |
| WorkCenterInternalID | WorkCenterInternalID | Work Center | ||
| WorkCenterTypeCode | WorkCenterTypeCode | Object Type | ||
| IsDeleted | I_BillOfOperationsOpBasic | IsDeleted | TRUE | |
| IsImplicitlyDeleted | I_BillOfOperationsOpBasic | IsImplicitlyDeleted | Deletion Ind. | |
| OperationExternalID | OperationExternalID | Ext. Oper. ID | ||
| Operation | Operation | Transaction | ||
| OperationOperationText | ||||
| Plant | Plant | Valuation Area | ||
| OperationControlProfile | OperationControlProfile | Control Key | ||
| OperationStandardTextCode | OperationStandardTextCode | Std Text Key | ||
| OriginBillOfOperationsRefType | ||||
| BillOfOperationsRefGroup | BillOfOperationsRefGroup | |||
| BillOfOperationsRefVariant | BillOfOperationsRefVariant | |||
| BOORefOperationIncrementValue | BOORefOperationIncrementValue | Op. increment | ||
| InspSbstHasNoTimeOrQuantity | InspSbstHasNoTimeOrQuantity | Price determin. | ||
| StandardValuesOperationReferenceQuantity | ||||
| OperationUnit | OperationUnit | Act/op UoM | ||
| OpQtyToBaseQtyDnmntr | OpQtyToBaseQtyDnmntr | Denominator | ||
| OpQtyToBaseQtyNmrtr | OpQtyToBaseQtyNmrtr | Numerator | ||
| CreationDate | I_BillOfOperationsOpBasic | CreationDate | Time Stamp | |
| CreatedByUser | I_BillOfOperationsOpBasic | CreatedByUser | User Name | |
| LastChangeDate | I_BillOfOperationsOpBasic | LastChangeDate | Time Stamp | |
| LastChangedByUser | I_BillOfOperationsOpBasic | LastChangedByUser | User Name | |
| ChangeNumber | I_BillOfOperationsOpBasic | ChangeNumber | Change Number | |
| ValidityStartDate | I_BillOfOperationsOpBasic | ValidityStartDate | Validity Start Date | |
| ValidityEndDate | I_BillOfOperationsOpBasic | ValidityEndDate | ValidTo | |
| _Plant | _Plant | |||
| _WorkCenter | _WorkCenter | |||
| _WorkCenterType | _WorkCenterType | |||
| _InspPlanOperation | _InspPlanOperation | |||
| _InspectionPlanVersion | _InspectionPlanVersion | |||
| _OperationUnit | _OperationUnit | |||
| _BillOfOperationsType | _BillOfOperationsType |
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_InspPlanOperationVersion.
-- 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: IIPLNOPVRS
CREATE VIEW I_InspPlanOperationVersion AS
SELECT
BillOfOperationsGroup AS InspectionPlanGroup,
_BillOfOperationsOpBasic.BOOOperationInternalID AS BOOOperationInternalID,
BOOOpInternalVersionCounter,
_BillOfOperationsOpBasic.BillOfOperationsType AS BillOfOperationsType,
_InspPlanOpAssgmt.InspectionPlan AS InspectionPlan,
WorkCenterInternalID,
WorkCenterTypeCode,
_BillOfOperationsOpBasic.IsDeleted AS IsDeleted,
_BillOfOperationsOpBasic.IsImplicitlyDeleted AS IsImplicitlyDeleted,
OperationExternalID,
Operation,
Plant,
OperationControlProfile,
OperationStandardTextCode,
BillOfOperationsRefGroup,
BillOfOperationsRefVariant,
BOORefOperationIncrementValue,
InspSbstHasNoTimeOrQuantity,
OperationUnit,
OpQtyToBaseQtyDnmntr,
OpQtyToBaseQtyNmrtr,
_BillOfOperationsOpBasic.CreationDate AS CreationDate,
_BillOfOperationsOpBasic.CreatedByUser AS CreatedByUser,
_BillOfOperationsOpBasic.LastChangeDate AS LastChangeDate,
_BillOfOperationsOpBasic.LastChangedByUser AS LastChangedByUser,
_BillOfOperationsOpBasic.ChangeNumber AS ChangeNumber,
_BillOfOperationsOpBasic.ValidityStartDate AS ValidityStartDate,
_BillOfOperationsOpBasic.ValidityEndDate AS ValidityEndDate
FROM I_BillOfOperationsOpBasic AS _BillOfOperationsOpBasic
INNER JOIN I_InspPlanOpAssgmt AS _InspPlanOpAssgmt ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_InspPlanOperation AS _InspPlanOperation ON InspectionPlanGroup = _InspPlanOperation.InspectionPlanGroup AND BOOOperationInternalID = _InspPlanOperation.BOOOperationInternalID -- association [1..1]
LEFT OUTER JOIN I_InspectionPlanVersion AS _InspectionPlanVersion ON InspectionPlanGroup = _InspectionPlanVersion.InspectionPlanGroup AND InspectionPlan = _InspectionPlanVersion.InspectionPlan AND BillOfOperationsType = _InspectionPlanVersion.BillOfOperationsType -- association [1..1]
LEFT OUTER JOIN I_BillOfOperationsType AS _BillOfOperationsType ON BillOfOperationsType = _BillOfOperationsType.BillOfOperationsType -- association [1..1]
;
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