SAP ABAP Data Element E_ERSATZFUNC (Function Module for Creation of Replacement Values)
Hierarchy
IS-UT (Software Component) SAP Utilities/Telecommunication
   IS-U-EDM (Application Component) Energy Data Management
     EE_EDM_PRO (Package) Profile Management
Basic Data
Data Element E_ERSATZFUNC
Short Description Function Module for Creation of Replacement Values  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type FUNCNAME    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
Value Table TFDIR    
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 RVC Mod. 
Medium 15 RV Creation FM 
Long 20 FM for RV Creation 
Heading 30 FM for Rep. Value Creation 
Documentation

Definition

Each replacement value procedure is allocated a function module that executes replacement value creation.

All the function modules that you enter here must have the same interface as function module ISU_EDM_REP_METH_LINEAR.

Notes

You can use the following function modules in function group EEDM_REPLACE_METHOD:

  • ISU_EDM_REP_METH_LINEAR

    This function module creates replacement values in a linear fashion.

    This means that the difference between the last known value before the missing values and the first known value after the missing value is distributed across the total number of missing intervals.

    If you want to define your own replacement value procedure, you can copy this function module and use it as a reference.

  • ISU_EDM_REP_METH_MAXIMUM

    This function module replaces the missing values using the maximum value from the last known value before the missing values, and the first known value after the missing values.

  • ISU_EDM_REP_METH_MINIMUM

    This function module replaces the missing values using the minimum value from the last known value before the missing values, and the first known value after the missing values.

  • ISU_EDM_REP_METH_CONTROL_REG

    This function module replaces the missing values using the corresponding values from the profile of the control meter.

  • ISU_EDM_REP_METH_PROFHIST_COPY

    This function module replaces missing values using historic values from the same profile.

  • ISU_EDM_REP_METH_PROFILE_COPY

    This function module replaces missing values using the values of a reference profile.

  • ISU_EDM_REP_METH_GIVEN_CONSUMP

    This function module replaces missing vaues using reference consumption.

  • ISU_EDM_REP_METH_PROFCOPY_CAL

    This function module replaces the missing values using values from a reference profile (with reference to a factory calendar).

  • ISU_EDM_REP_METH_PERIOD_CAL

    This function module replaces missing values using values of a reference profile (with reference to a factory calendar and other criteria).

History
Last changed by/on SAP  20050224 
SAP Release Created in 463