I_MAINTJOBWRKITMCOMPHISTLPROD

CDS View

Maintenance job historical material

I_MAINTJOBWRKITMCOMPHISTLPROD is a CDS View in S/4HANA. Maintenance job historical material. It contains 5 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_MaintJobWrkItmCompHistProdVH view_entity from CONSUMPTION Work item historic materials

Fields (5)

KeyField CDS FieldsUsed in Views
KEY Material Material 1
KEY Plant Plant 1
KEY StorageLocation StorageLocation 1
KEY TechnicalObject TechnicalObject 1
RcrrcOfMatlUsageInTechObj RcrrcOfMatlUsageInTechObj 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 job historical material
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_MAINTJOBWRKITMCOMPHISTLPROD (
    MATERIAL,
    PLANT,
    STORAGELOCATION,
    TECHNICALOBJECT,
    RCRRCOFMATLUSAGEINTECHOBJ,
    PRIMARY KEY (MATERIAL, PLANT, STORAGELOCATION, TECHNICALOBJECT)
);