2013 Aug 05 7:57 AM
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
2013 Aug 05 1:50 PM
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
2013 Aug 05 3:06 PM
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
2013 Aug 05 3:14 PM
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.
2013 Aug 06 7:40 AM
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
2013 Aug 12 11:36 AM
Hi ,
Actually I need to consider the Device Replacement/Exchange as well during a specific duration.
2013 Aug 12 7:02 PM
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