Start of Content Area

Background documentation CL_ISU_EDM_SETTLSTEP_0008  Locate the document in its SAP Library structure

Multiplying Profiles and Values

The process method from CL_ISU_EDM_SETTLSTEP_0001

For the settlement period, the settlement step multiplies the values of the transferred load profiles by a factor, and supplies the resulting profile as result parameter with the parameter number 01.

Both input parameters must have compatible interval lengths:

·        Input parameter 01 => load profile

·        Input parameter 02 => single factor from category EPROFVAL (or table with single values)

If several individual factors are transferred (parameters in table form, for example, for each customer group), the system creates a corresponding number of result profiles that contain the context for the factor parameter.

The system issues a warning if the transferred load profile contains invalid data in the settlement period. An error message is issued if the units of measurement from input parameter 01 (load shape) and the result parameter are not compatible. The unit of measurement of the result parameter is preset via sample profile allocation to the settlement parameter.

Example

The energy-feeding curve is multiplied by supplier factors to obtain the load profile of non-interval customers of a settlement unit.

Note

Class CL_ISU_EDM_SETTLSTEP_0008 can be derived.

ExampleApplication examples for derived classes

In the redefined process method, profile parameters and factors can be grouped according to different criteria, and then multiplied in the super->process method. This enables you to assign factors to a number of profiles one after another (for example, CL_ISU_EDM_SETTLPROCESS_0020).

In the redefined write_info method, an alert, for example, can be triggered if the transferred profiles contain invalid values in the settlement period.

 

 

End of Content Area