2008 May 30 10:24 AM
Hi Experts,
Please give me table / FM where I can find consumtion of a device for selected period.
Any helpful answer will be highly rewarded with the forum points.
Regards
Bikas
2008 Jun 03 10:19 AM
Hi Bikas,
As always you should user BAPI's instead of ISU_S* FM, if there is any.
So this is the case, therefore I do sugguest that you use BAPI_MTRREADDOC_GETLIST.
KR,
AAL!
2008 May 30 2:19 PM
Hi,
You can use FM ISU_METER_READING_RESULTS_GET.
The only problem is the no of parameters passed on to this FM is very high.
You can go into include LEA16F05, line no 208. Here you can see three FM being called in sequence.
1. ISU_INSTALLATION_STRUC_ANALYZE
2. ISU_RATES_COLLECT
3. ISU_METER_READING_RESULTS_GET.
This logic might be usefull to you to fetch meter reads for any period.
Regards,
Arun
2008 May 31 12:37 PM
Hi
Table EABL - it contains Meter Reading details as MR results, MR date along with Device details
Table EABLG - contains installation number along with MRU , scheduled Metre reading & Billing date, meter Reading reason
u check these two tables, if u want some more information explain me exact wat information u want
regards
Mandeep Kaur
2008 Jun 03 10:19 AM
Hi Bikas,
As always you should user BAPI's instead of ISU_S* FM, if there is any.
So this is the case, therefore I do sugguest that you use BAPI_MTRREADDOC_GETLIST.
KR,
AAL!