I_MAINTOBJBREAKDOWNCUBE

CDS View

Maintenance Object Breakdown Cube

I_MAINTOBJBREAKDOWNCUBE is a CDS View in S/4HANA. Maintenance Object Breakdown Cube. It contains 5 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
C_MaintObjBreakdownQuery view from CONSUMPTION Maintenance Object Breakdown Query
C_MaintObjBreakdownSimplQ view from CONSUMPTION Technical Object Breakdown (Simple)

Fields (5)

KeyField CDS FieldsUsed in Views
BreakdownYear BreakdownYear 1
ConstructionMaterial ConstructionMaterial 1
EffectiveMalfunctionStartDate EffectiveMalfunctionStartDate 1
TechnicalObject TechnicalObject 1
TechObjIsEquipOrFuncnlLoc TechObjIsEquipOrFuncnlLoc 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.

-- Maintenance Object Breakdown Cube
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_MAINTOBJBREAKDOWNCUBE (
    BREAKDOWNYEAR,
    CONSTRUCTIONMATERIAL,
    EFFECTIVEMALFUNCTIONSTARTDATE,
    TECHNICALOBJECT,
    TECHOBJISEQUIPORFUNCNLLOC
);