SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

function module

Former Member
0 Kudos
224

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos
160

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

View solution in original post

3 REPLIES 3

Former Member
0 Kudos
161

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

Former Member
0 Kudos
160

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.

Former Member
0 Kudos
160

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.