I_INSPECTIONOPERATION

CDS View

Inspection Operation

I_INSPECTIONOPERATION is a CDS View in S/4HANA. Inspection Operation. It contains 16 fields. 44 CDS views read from this table.

CDS Views using this table (44)

ViewTypeJoinVDMDescription
A_InspectionOperation view from CONSUMPTION Inspection Operations
C_Inspectionoperation view from CONSUMPTION Inspection Lot for Operations
C_InspectionResultHistoryValue view inner CONSUMPTION Inspection Result History value
C_InspLotOpRsltRecg view_entity inner CONSUMPTION Inspection Lot Operation
C_InspLotRsltRec view inner CONSUMPTION Insp. Points Rslt. Rec.: Inspection Lots
C_Inspoperation_Object view from CONSUMPTION Inspection Lot Operations
C_InspOperationHeader view from CONSUMPTION Header of Inspection Operation
C_InspWorkCenterRsltRec view from CONSUMPTION Inspection Operation
C_QltyLvlHistCharcs view left_outer CONSUMPTION Quality Level History by Characteristics
C_Qm_Charsresults view inner CONSUMPTION Characteristic list of record results
C_Qm_Insp_Characteristic view left_outer CONSUMPTION Inspection Characteristic
C_QM_InspCharInfo view inner CONSUMPTION Characteristic details- More information
C_QM_InspectionLotsByOperation view inner CONSUMPTION Inspection lots for main page - group by operation
C_QM_InspectionOperationChars view from CONSUMPTION Inspection operation with char counts
ESH_N_INSPECTIONOPERATION view from
I_DefectCube view left_outer COMPOSITE Defect Analytics Cube View
I_DefectKeyFigCube view left_outer COMPOSITE Key Figure view for Defect Analytics
I_InspCharacteristicAggregate view inner COMPOSITE Aggregation on inspection characteristic level
I_InspCharacteristicTP view inner TRANSACTIONAL Characteristic in Inspection Lot
I_InspCharQuantitativeCube view inner COMPOSITE Chracteristics Analytics - Quantitative Analysis
I_InspectionIssuesByOperation view from COMPOSITE Inspection Issues By Operation
I_InspectionLotValueHelp view inner COMPOSITE Inspection Lot
I_InspectionOperationStatus view from BASIC Inspection Operation Status
I_InspectionOperationStdVH view from COMPOSITE Inspection Operation
I_InspectionResultHistory view inner COMPOSITE Inspection Result History
I_InspectionResultTP view inner TRANSACTIONAL Summarized Insp Result for an Insp Charc
I_InspectionResultValueTP view inner TRANSACTIONAL Inspection Result Single Value
I_InspectionSubsetTP_2 view inner TRANSACTIONAL Inspection Subset 2
I_InspOperationAggregate view from COMPOSITE Aggregation on inspection operation lvl
I_InspOperMatlSampleAggregate view from COMPOSITE Aggregation on insp op mat sample level
I_InspSampleCharcTP view inner TRANSACTIONAL Inspection Characteristic for Inspection Point
I_InspSampleResultTP view inner TRANSACTIONAL Inspection Result for Inspection Point
I_MfgOrderOpActyInspCharcs view inner COMPOSITE Inspection Char for OA in MfgOrder
I_MfgOrdPlanInspCharInfo view inner COMPOSITE Order PIC Info
I_OpActyPlanInspCharInfo view inner COMPOSITE Order PIC Info
I_SFIPlanInspCharInfo view inner COMPOSITE SFI Plan Insp Char Info Interface
P_Inspcharresultdet_With_Smpl view inner COMPOSITE
P_Inspcharresultdet_Wo_Smpl view inner COMPOSITE
P_InspectionOperationHeader view_entity from CONSUMPTION Header of Inspection Operation
P_InspOpAggr view left_outer CONSUMPTION
P_MfgOrdOpActyPlanInspChar view inner CONSUMPTION
P_MPEInspIssuesByOperation view_entity from COMPOSITE Inspection Issues By Operation
P_Qm_Headerwithoperations view left_outer BASIC
R_InspectionOperationTP view_entity from TRANSACTIONAL Inspection Operation - TP

Fields (16)

KeyField CDS FieldsUsed in Views
KEY InspectionLot InspectionLot 8
KEY InspectionOperation InspectionOperation 13
KEY InspPlanOperationInternalID InspPlanOperationInternalID 14
KEY OrderInternalBillOfOperations OrderInternalBillOfOperations 6
_InspectionLot _InspectionLot 1
_WorkCenter _WorkCenter 3
BOOOperationInternalID BOOOperationInternalID 6
InspectionOperationPlant InspectionOperationPlant,Plant 6
InspectionSubSystem InspectionSubSystem 1
InspSbstHasNoTimeOrQuantity InspSbstHasNoTimeOrQuantity 1
InspSbstIsTimeRelated InspSbstIsTimeRelated 1
OperationConfirmation OperationConfirmation 1
OperationControlProfile OperationControlProfile 1
OperationText MfgOrderOperationText,OperationText 11
OrderOperationInternalID OrderOperationInternalID 2
WorkCenterInternalID WorkCenterInternalID 5

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- Inspection Operation
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_INSPECTIONOPERATION (
    INSPECTIONLOT,
    INSPECTIONOPERATION,
    INSPPLANOPERATIONINTERNALID,
    ORDERINTERNALBILLOFOPERATIONS,
    _INSPECTIONLOT,
    _WORKCENTER,
    BOOOPERATIONINTERNALID,
    INSPECTIONOPERATIONPLANT,
    INSPECTIONSUBSYSTEM,
    INSPSBSTHASNOTIMEORQUANTITY,
    INSPSBSTISTIMERELATED,
    OPERATIONCONFIRMATION,
    OPERATIONCONTROLPROFILE,
    OPERATIONTEXT,
    ORDEROPERATIONINTERNALID,
    WORKCENTERINTERNALID,
    PRIMARY KEY (INSPECTIONLOT, INSPECTIONOPERATION, INSPPLANOPERATIONINTERNALID, ORDERINTERNALBILLOFOPERATIONS)
);