R_InspPlanOperationVersionTP

DDL: R_INSPPLANOPERATIONVERSIONTP Type: view_entity TRANSACTIONAL

Inspection Plan Operation Version

R_InspPlanOperationVersionTP is a Transactional CDS View that provides data about "Inspection Plan Operation Version" in SAP S/4HANA. It reads from 1 data source (I_InspPlanOperationVersion_2) and exposes 35 fields with key fields InspectionPlanGroup, BOOOperationInternalID, BOOOpInternalVersionCounter, InspectionPlan.

Data Sources (1)

SourceAliasJoin Type
I_InspPlanOperationVersion_2 _InspPlanOp from

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Inspection Plan Operation Version view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view
AccessControl.personalData.blocking #NOT_REQUIRED view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view

Fields (35)

KeyFieldSource TableSource FieldDescription
KEY InspectionPlanGroup I_InspPlanOperationVersion_2 InspectionPlanGroup Group
KEY BOOOperationInternalID I_InspPlanOperationVersion_2 BOOOperationInternalID Task list node
KEY BOOOpInternalVersionCounter I_InspPlanOperationVersion_2 BOOOpInternalVersionCounter Counter
KEY InspectionPlan I_InspPlanOperationVersion_2 InspectionPlan
ValidityStartDate I_InspPlanOperationVersion_2 ValidityStartDate Validity Start Date
ValidityEndDate I_InspPlanOperationVersion_2 ValidityEndDate ValidTo
WorkCenterInternalID I_InspPlanOperationVersion_2 WorkCenterInternalID Work Center
WorkCenterTypeCode I_InspPlanOperationVersion_2 WorkCenterTypeCode Object Type
IsDeleted I_InspPlanOperationVersion_2 IsDeleted TRUE
IsImplicitlyDeleted I_InspPlanOperationVersion_2 IsImplicitlyDeleted
OperationExternalID I_InspPlanOperationVersion_2 OperationExternalID Ext. Oper. ID
Operation I_InspPlanOperationVersion_2 Operation Transaction
OperationText I_InspPlanOperationVersion_2 OperationText Description
Plant I_InspPlanOperationVersion_2 Plant Valuation Area
OperationControlProfile I_InspPlanOperationVersion_2 OperationControlProfile Control Key
OperationStandardTextCode I_InspPlanOperationVersion_2 OperationStandardTextCode Std Text Key
BillOfOperationsRefType I_InspPlanOperationVersion_2 BillOfOperationsRefType
BillOfOperationsRefGroup I_InspPlanOperationVersion_2 BillOfOperationsRefGroup
BillOfOperationsRefVariant I_InspPlanOperationVersion_2 BillOfOperationsRefVariant
InspSbstCompletionConfirmation I_InspPlanOperationVersion_2 InspSbstCompletionConfirmation
InspSbstHasNoTimeOrQuantity I_InspPlanOperationVersion_2 InspSbstHasNoTimeOrQuantity Price determin.
OperationReferenceQuantity I_InspPlanOperationVersion_2 OperationReferenceQuantity Base Quantity
OperationUnit I_InspPlanOperationVersion_2 OperationUnit Act/op UoM
OpQtyToBaseQtyDnmntr I_InspPlanOperationVersion_2 OpQtyToBaseQtyDnmntr
OpQtyToBaseQtyNmrtr I_InspPlanOperationVersion_2 OpQtyToBaseQtyNmrtr
CreationDate I_InspPlanOperationVersion_2 CreationDate Time Stamp
CreatedByUser I_InspPlanOperationVersion_2 CreatedByUser User Name
LastChangeDate I_InspPlanOperationVersion_2 LastChangeDate Time Stamp
LastChangedByUser I_InspPlanOperationVersion_2 LastChangedByUser User Name
ChangeNumber I_InspPlanOperationVersion_2 ChangeNumber Change Number
ChangedDateTime _InspPlan ChangedDateTime Time Stamp
_InspPlan _InspPlan
_InspPlanOperation _InspPlanOperation
_InspPlanOpCharcVers _InspPlanOpCharcVers
_InspectionPlanVersion _InspectionPlanVersion

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 R_InspPlanOperationVersionTP.
-- 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 R_InspPlanOperationVersionTP AS
SELECT
  _InspPlanOp.InspectionPlanGroup AS InspectionPlanGroup,
  _InspPlanOp.BOOOperationInternalID AS BOOOperationInternalID,
  _InspPlanOp.BOOOpInternalVersionCounter AS BOOOpInternalVersionCounter,
  _InspPlanOp.InspectionPlan AS InspectionPlan,
  _InspPlanOp.ValidityStartDate AS ValidityStartDate,
  _InspPlanOp.ValidityEndDate AS ValidityEndDate,
  _InspPlanOp.WorkCenterInternalID AS WorkCenterInternalID,
  _InspPlanOp.WorkCenterTypeCode AS WorkCenterTypeCode,
  _InspPlanOp.IsDeleted AS IsDeleted,
  _InspPlanOp.IsImplicitlyDeleted AS IsImplicitlyDeleted,
  _InspPlanOp.OperationExternalID AS OperationExternalID,
  _InspPlanOp.Operation AS Operation,
  _InspPlanOp.OperationText AS OperationText,
  _InspPlanOp.Plant AS Plant,
  _InspPlanOp.OperationControlProfile AS OperationControlProfile,
  _InspPlanOp.OperationStandardTextCode AS OperationStandardTextCode,
  _InspPlanOp.BillOfOperationsRefType AS BillOfOperationsRefType,
  _InspPlanOp.BillOfOperationsRefGroup AS BillOfOperationsRefGroup,
  _InspPlanOp.BillOfOperationsRefVariant AS BillOfOperationsRefVariant,
  _InspPlanOp.InspSbstCompletionConfirmation AS InspSbstCompletionConfirmation,
  _InspPlanOp.InspSbstHasNoTimeOrQuantity AS InspSbstHasNoTimeOrQuantity,
  _InspPlanOp.OperationReferenceQuantity AS OperationReferenceQuantity,
  _InspPlanOp.OperationUnit AS OperationUnit,
  _InspPlanOp.OpQtyToBaseQtyDnmntr AS OpQtyToBaseQtyDnmntr,
  _InspPlanOp.OpQtyToBaseQtyNmrtr AS OpQtyToBaseQtyNmrtr,
  _InspPlanOp.CreationDate AS CreationDate,
  _InspPlanOp.CreatedByUser AS CreatedByUser,
  _InspPlanOp.LastChangeDate AS LastChangeDate,
  _InspPlanOp.LastChangedByUser AS LastChangedByUser,
  _InspPlanOp.ChangeNumber AS ChangeNumber,
  _InspPlan.ChangedDateTime AS ChangedDateTime
FROM I_InspPlanOperationVersion_2 AS _InspPlanOp
;