I_MTRRDNGUNITSCHEDULERECORD

CDS View

Schedule Record For Meter Reading Unit

I_MTRRDNGUNITSCHEDULERECORD is a CDS View in S/4HANA. Schedule Record For Meter Reading Unit. It contains 10 fields. 5 CDS views read from this table.

CDS Views using this table (5)

ViewTypeJoinVDMDescription
I_MtrRdngUnitSchedRecdDteInfo view from COMPOSITE Date Information for Meter Reading Unit Schedule Record
I_MtrRdngUnitSchedRecdRlvt view from COMPOSITE Relevant Meter Reading Unit Schedule Record
I_SchedldRdngRelevantRegCube view from COMPOSITE Scheduled Reading Relevant Register - Cube
I_UtilsContractToBeBilled view inner COMPOSITE Contract To Be Billed
I_UtilsContrToBeBlldData view inner COMPOSITE Utilities Contract to Be Billed Data

Fields (10)

KeyField CDS FieldsUsed in Views
KEY MeterReadingUnit MeterReadingUnit 3
KEY MtrRdngUnitScheduleRecordDate MtrRdngUnitScheduleRecordDate 1
KEY ScheduledMeterReadingDate ScheduledMeterReadingDate 4
_MeterReadingReason _MeterReadingReason 3
_MeterReadingUnit _MeterReadingUnit 3
_SchedMeterReadCat _SchedMeterReadCat 2
MeterReadingAllocationDate MeterReadingAllocationDate 1
MeterReadingReason MeterReadingReason 3
SchedldMtrReadingCategory SchedldMtrReadingCategory 2
UtilsBillgPrevSchedRecdEndDate UtilsBillgPrevSchedRecdEndDate 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.

-- Schedule Record For Meter Reading Unit
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_MTRRDNGUNITSCHEDULERECORD (
    METERREADINGUNIT,
    MTRRDNGUNITSCHEDULERECORDDATE,
    SCHEDULEDMETERREADINGDATE,
    _METERREADINGREASON,
    _METERREADINGUNIT,
    _SCHEDMETERREADCAT,
    METERREADINGALLOCATIONDATE,
    METERREADINGREASON,
    SCHEDLDMTRREADINGCATEGORY,
    UTILSBILLGPREVSCHEDRECDENDDATE,
    PRIMARY KEY (METERREADINGUNIT, MTRRDNGUNITSCHEDULERECORDDATE, SCHEDULEDMETERREADINGDATE)
);