2009 Nov 24 11:34 AM
Hi ,
Can any one explain the main purpose of the below function modules:
ISU_MR_RESULT_DETERMINE'
ISU_CONSUMPTION_DETERMINE'
Thanks in advance.
Regards,
Santhosh
2009 Nov 24 4:09 PM
Hello Santhosh,
Surprisingly, there no english translation of the german description if the FMs available ...
ISU_MR_RESULT_DETERMINE: "INTERN: Ermittlung eines Zählerstands aus einem Verbrauch" = "Internal: determination of a meter reading from a consumption"
ISU_CONSUMPTION_DETERMINE: "INTERN: Ermittlung eines Verbrauchs aus Zählerständen" = "Internal: Determination of a consumption from meter readings".
I hope this helps.
Kind regards,
Fritz
2009 Nov 24 4:09 PM
Hello Santhosh,
Surprisingly, there no english translation of the german description if the FMs available ...
ISU_MR_RESULT_DETERMINE: "INTERN: Ermittlung eines Zählerstands aus einem Verbrauch" = "Internal: determination of a meter reading from a consumption"
ISU_CONSUMPTION_DETERMINE: "INTERN: Ermittlung eines Verbrauchs aus Zählerständen" = "Internal: Determination of a consumption from meter readings".
I hope this helps.
Kind regards,
Fritz
2009 Nov 26 4:39 AM
Hi Santhosh,
You could try checking the where used list of the FMs.
Alternatively you can also look into the BOR object DEVICE and check if these FMs are used in any method for achieving a particular functionality. If they are then you could debug the method and see the purpose of the FM.
Please let me know if you are asking the usage of the FMs for achieving a particular functionality or some other purposes.
Regards,
Anand.
2009 Nov 26 4:42 AM
Hi Santhosh,
Tthe FM ISU_CONSUMPTION_DETERMINE is used to determine the consumption. In case of transformer rated meters the consumption would be calculated not as the dfifference between the current and previous reading.
In such a case it would be multiplied with the billing quantity.
Regards,
Anand.