Start of Content Area

Background documentation CL_ISU_EDM_SETTLSTEP_0003  Locate the document in its SAP Library structure

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).

The system issues a warning if load profiles were not selected for the transferred settlement units, or if the selected load profiles contain invalid data in the settlement period.

Note

Class CL_ISU_EDM_SETTLSTEP_0003 can be derived.

ExampleApplication examples for derived classes

In the redefined constructor, the co_seltype variable can be set to process the load shapes to 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 Content Area