Ansicht
Dokumentation

ISU_EDM_REP_METH_MINIMUM - Minimum Value Replacement Value Procedure

ISU_EDM_REP_METH_MINIMUM - Minimum Value Replacement Value Procedure

BAL_S_LOG - Application Log: Log header data   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

With this function module, you can determine missing values with the minimum value from the last known value before the missing values and the first known value after the missing values.

Example

The following values were imported:

Time,,Value
12:00,,21,54
12:15,,23,44
12:30,,24,53
12:45
13:00
13:15
13:30,,28,43
13:45,,29,31
14:00,,30,02

Three values (for times 12:45, 13:00 und 13:15) are missing. To replace these values, determine the minimum from the first known value after the missing values (28,43) and the last known value before the missing values (24,53).

min (28,43 ; 24,53) = 24,53

The missing values are replaced with this value.

Time,,Value
12:45,,24,53
13:00,,24,53
13:15,,24,53

Notes

Further information





Parameters

XT_EPROFSTATUS
XT_EPROFSTATUS_HIST
XT_EPROFVALUES
XT_EPROFVALUES_HIST
XYT_EPROFVALUES_REP
XYT_REPLACE_INDEX
X_CONTROL_DATA
X_EPROFHEAD_DATA
X_EPROFVALUES_TIMESLICE
X_NUM_INTERVALS
X_PROFILE_NUMBER
X_REFPERIOD
X_REPLACE
X_REPLACEGRP
X_REPLACE_INDEX
X_REPLACE_TIMESLICE
Y_ERRORCODE
Y_REPLACEMETHOD

Exceptions

SYSTEM_ERROR

Function Group

EEDM_REPLACE_METHOD

BAL_S_LOG - Application Log: Log header data   PERFORM Short Reference  
This documentation is copyright by SAP AG.

Length: 1629 Date: 20240523 Time: 140421     sap01-206 ( 36 ms )