Start of Content Area

Background documentation CL_ISU_EDM_SETTLSTEP_0024  Locate the document in its SAP Library structure

Estimate Missing Profile Values

Class derived from CL_ISU_EDM_SETTLSTEP_0001

The process method extrapolates missing profiles for interval customers for the settlement period. If the profile is not allocated to the entire settlement period, the profile values are only extrapolated for the allocation period. Once profile values have been extrapolated, the changed profiles are saved in the save method.

The algorithm for extrapolation is calculated from the definition of the replacement value procedure group in the profile header of the current profile.

An error message is issued if profile values cannot be extrapolated.

Caution

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

Note

Class CL_ISU_EDM_SETTLSTEP_0024 can be derived.

 

ExampleApplication examples for derived classes

If you do not want extrapolated values to be saved, the prepare_save and save methods must be redefined (no implementation necessary). The extrapolated profile values can then only be processed further (for example, added) in the redefined process method once super ->process has been called.

 

End of Content Area