Start of Content Area

Background documentation CL_ISU_EDM_SETTLSTEP_0016  Locate the document in its SAP Library structure

Load Profile of Non-Interval Customers for Each Grid

Class derived from CL_ISU_EDM_SETTLSTEP_0001

The process method determines the load profiles of non-interval customers for the transferred settlement unit and grids for the settlement period. It supplies the total load profile for the settlement unit (parameter number 01) and the total load profiles per grid in the settlement unit (parameter number 02) as result parameters. The load profiles are calculated from the synthetic profile of the customer group and the consumption factors.

Caution

The settlement step can only be called using a settlement unit.

Note

Class CL_ISU_EDM_SETTLSTEP_0016 can be derived.

ExampleApplication examples for derived classes

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

In the redefined process method, super->process can be called per settlement unit if different settlement units are to be processed using the same algorithm in the derived settlement step .

 

 

End of Content Area