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: 

Table for consumption of device

former_member182485
Active Contributor
0 Kudos

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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!

View solution in original post

3 REPLIES 3

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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!