CL_ISU_EDM_SETTLSTEP_0003

Load Shape of Interval Customers for Each Settlement Unit

Class derived from CL_ISU_EDM_SETTLSTEP_0001

The process method adds the load shapes of all interval customers that have the selection type consumption, for the settlement period and the transferred settlement units. It then provides the total load shape (per settlement unit) as a result parameter with the parameter number 01.

All selected load shapes must have compatible interval lengths and units of measurement (an error message is issued if this is not the case). The units of measurement and the interval lengths are automatically converted into the unit of measurement and interval length of the result profile (for example, 30 minutes into 15 minutes).

If no load shape has been selected for the transferred settlement units, or if the selected load shapes contain invalid data in the settlement period, the system issues a warning.

Note Note

Class CL_ISU_EDM_SETTLSTEP_0003 can be derived.

End of the note.

Example Example

Application examples for derived classes:

In the redefined constructor, the co_seltype variable can be set to process the load shapes with another selection type.

In the redefined write_log method, an error/alert message can be issued if too many profiles contain invalid values.

End of the example.