I_DEFECTCATEGORY

CDS View

Defect Category

I_DEFECTCATEGORY is a CDS View in S/4HANA. Defect Category. It contains 2 fields. 5 CDS views read from this table.

CDS Views using this table (5)

ViewTypeJoinVDMDescription
A_DefectCategory view_entity from COMPOSITE Defect Categories
C_DefectCatVH view_entity from CONSUMPTION Defect Category Value Help
C_MfgExecDefectRecord view inner CONSUMPTION View with UI attributes for defect
I_DefectCategoryStdVH view_entity from COMPOSITE Defect Category
SHSM_IDEFCAT view_entity from Defect Category

Fields (2)

KeyField CDS FieldsUsed in Views
DefectCategory DefectCategory 2
DefectCategoryContext DefectCategoryContext 1

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.

-- Defect Category
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_DEFECTCATEGORY (
    DEFECTCATEGORY,
    DEFECTCATEGORYCONTEXT
);