I_INSPPLANOPASSGMT

CDS View

Operation Assignment to Insp Plan

I_INSPPLANOPASSGMT is a CDS View in S/4HANA. Operation Assignment to Insp Plan. It contains 1 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
I_InspPlanOpCharcVersion view inner COMPOSITE Inspection Plan Charc. Version
I_InspPlanOpCharcVersion_2 view_entity inner COMPOSITE Version of Insp Plan Characteristic
I_InspPlanOperationVersion view inner COMPOSITE Inspection Plan Operation Version

Fields (1)

KeyField CDS FieldsUsed in Views
KEY InspectionPlan InspectionPlan 3

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.

-- Operation Assignment to Insp Plan
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_INSPPLANOPASSGMT (
    INSPECTIONPLAN,
    PRIMARY KEY (INSPECTIONPLAN)
);