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: 
Read only

How to use ISU_CONSUMPTION_DETERMINE??

Former Member
0 Likes
1,911

Hi Experts,

I need to calculate the consumption of a device between two dates.

I searched various threads and found the FM ISU_CONSUMPTION_DETERMINE, but no thread explained how to use it??

Please let me know the details how to use this FM???

Regards,

Manoj

6 REPLIES 6
Read only

Former Member
0 Likes
1,345

Hi Manoj,

        The best way to see how this FM works is use the where used list and see how this FM is used in SAP Standard Programs.

Hope it helps .

Cheers,

Chandan

Read only

Former Member
0 Likes
1,345

Hi,

You can check the below FM to find out how the the above function module is used:

ISU_CONSUMPTION_LOGZW_DETERM

If you want to know the logic of the FM, you can refer to any ABAPer.

Hope this Helps.

Cheers

Vipin

Read only

william_eastman
Product and Topic Expert
Product and Topic Expert
0 Likes
1,345

And also to note - this function is not released for use by customers.  As such, the functionality could be changed at any time - or it could be deleted - by SAP development.  This can be seen here:

Use it cautiously.

regards,

bill.

Read only

Former Member
0 Likes
1,345

HI Manoj,

In SAP ISU consumption is calculated at the time of billing. The consumption is updated in the register operands and is subsequently used in rates to calculate the amount. This consumption can also be updated in installation facts during billing. You can make use on the consumption that is stored in installation facts for your process. Having said this as of Ehp 6, SAP has released a new funtionality ISU_QD_1: BF Utilities, Quantity Determination (New). This business function enables to perform quanity determinatoin during meter reading entry.

Hope this helps...

Rahul

Read only

0 Likes
1,345

Hi ,

Actually I need to consider the Device Replacement/Exchange as well during a specific duration.

Read only

0 Likes
1,345

Hi Manoj,

If you want to get it from Install facts then you can try hitting the ETTIFN table for the relevant operands, contract & Installations. For all these, you need to validate against EVER. 

Thanks