2013 Sep 16 9:03 AM
Hi Experts,
My client requirement is as follows :
Monthly Portion, hence period length = 1 month
Tolerance limit should be checked based on last 12 periods. It will be relative tolerance check.
However in SAP maximum comparison period is 9. Can anyone suggest a solution which can be met by configuration?
Waiting for an early response.
Thanks,
Madhurima
2013 Sep 17 3:28 AM
refer to the Help in the Rate setup (TX:EA30 ETRF-MINPROZ)
Im lazy & I just copy and pasted
Minimum portion in percent
Is multiplied by the period length of the portion to determine the period for which meter reading results must be available for the system to extrapolate based on the existing meter reading results.
Dependencies
If not enough meter readings are available for the period, the system uses the period consumption for extrapolation.
Example
If you specify a small minimum percentage, meter readings from a short period will be used for the extrapolation.
If you enter 100% for the minimum percentage, available readings will only be used if they cover a complete billing period.
The min is 0% & the max is 999%
Those are your options via config.
The main alternative is Business Logic in EDMLELHA
This is activated in SAP Utilities > Device Management > Meter Reading > Meter Reading Result > Estimation
For your Company Code & division, you can set "Spec. Proc" Field
where you have:
*" IMPORTING
*" VALUE(X_EQUNR) LIKE EABL-EQUNR OPTIONAL
*" VALUE(X_ZWNUMMER) LIKE EABL-ZWNUMMER OPTIONAL
*" VALUE(X_GERAET) LIKE V_EGER-GERAET OPTIONAL
*" VALUE(X_ADATSOLL) LIKE EABL-ADATSOLL
*" VALUE(X_STANZVOR) LIKE EABL-STANZVOR OPTIONAL
*" VALUE(X_STANZNAC) LIKE EABL-STANZNAC OPTIONAL
*" VALUE(X_ABLBELNR) LIKE EABL-ABLBELNR OPTIONAL
*" EXPORTING
*" VALUE(Y_ZWSTERW) LIKE EABLH-I_ZWSTERW
*" VALUE(Y_VERBERW) LIKE EABLH-I_VERBERW
*" VALUE(Y_EXTRAPOLATION_BY_CUSTOMER) LIKE REGEN-KENNZX
*" TABLES
*" TX_EABL STRUCTURE EABL OPTIONAL
*" TX_EABLG STRUCTURE EABLG OPTIONAL
*" EXCEPTIONS
*" GENERAL_FAULT