I_METERREADINGUNIT

CDS View

Meter Reading Unit

I_METERREADINGUNIT is a CDS View in S/4HANA. Meter Reading Unit. It contains 2 fields. 7 CDS views read from this table.

CDS Views using this table (7)

ViewTypeJoinVDMDescription
I_MtrRdngUnitSchedRecdRlvt view inner COMPOSITE Relevant Meter Reading Unit Schedule Record
I_SchedldRdngRelevantRegCube view inner COMPOSITE Scheduled Reading-Relevant Register Cube
I_UtilsBillgDocPrevYrInvcgDoc view inner COMPOSITE Previous Year Invoicing Document for Billing Document
I_UtilsContractBlkdForBillg view left_outer COMPOSITE Contract Blocked For Billing
I_UtilsContractToBeBilled view inner COMPOSITE Contract To Be Billed
I_UtilsContrToBeBlldData view inner COMPOSITE Utilities Contract to Be Billed Data
P_MeterReadingDocumentAndRsn view inner COMPOSITE

Fields (2)

KeyField CDS FieldsUsed in Views
_UtilitiesPortion _UtilitiesPortion 2
UtilitiesPortion UtilitiesPortion 4

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.

-- Meter Reading Unit
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_METERREADINGUNIT (
    _UTILITIESPORTION,
    UTILITIESPORTION
);