I_INSPECTIONCODE

CDS View

Inspection Code

I_INSPECTIONCODE is a CDS View in S/4HANA. Inspection Code. It contains 5 fields. 8 CDS views read from this table.

CDS Views using this table (8)

ViewTypeJoinVDMDescription
C_MaintNotifCodeVH view_entity from CONSUMPTION Maintenance Notification Code
C_MaintWorkRequestDamageCodeVH view_entity from CONSUMPTION Value help for work request failure mode code
C_MalfunctionDetailCodesVH view from CONSUMPTION Malfunction Detail Codes
I_InspectionCodeStdVH view_entity from COMPOSITE Inspection Code
P_WRNTYDEFECTCODES view_entity cross COMPOSITE Private View for defect codes and code group
R_MaintNotifCodingCodeTP view_entity from TRANSACTIONAL Code for Coding
R_MaintNotifObjPrtCodeTP view_entity from TRANSACTIONAL Code for Object Parts
R_MaintNotifOvwDamageCodeTP view_entity from TRANSACTIONAL Code for Overview of Damage

Fields (5)

KeyField CDS FieldsUsed in Views
KEY InspectionCatalog InspectionCatalog,MaintNotifCodingCatalog,MaintNotifObjPartCatalog,MaintNotifOvwDamageCatalog 7
KEY InspectionCode InspectionCode,MaintNotifCodingCode,MaintNotifObjPartCode,MaintNotifOvwDamageCode 7
KEY InspectionCodeGroup InspectionCodeGroup,MaintNotifCodingCodeGroup,MaintNotifObjPartCodeGroup,MaintNotifOvwDamageCodeGroup 7
_InspectionCodeGroup _InspectionCodeGroup 2
CodeIsInactive CodeIsInactive 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.

-- Inspection Code
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_INSPECTIONCODE (
    INSPECTIONCATALOG,
    INSPECTIONCODE,
    INSPECTIONCODEGROUP,
    _INSPECTIONCODEGROUP,
    CODEISINACTIVE,
    PRIMARY KEY (INSPECTIONCATALOG, INSPECTIONCODE, INSPECTIONCODEGROUP)
);