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 / FM for Consumption of meter

former_member182485
Active Contributor
0 Kudos

Hi Experts,

I have to find out consumption of meter and check meter in a particular month/period please give me table of FM which give details of consumption.

Any help will be highly rewarded.

Regards

Bikas

5 REPLIES 5

Former Member
0 Kudos

Hi,

Usually the consumption is stored at register level and hence not at the device/meter level....

Hence check out the tables for register data...

EASTS or EASTL

Also to find the corresponding FM, try : <Table> you may get the related FM that fetched/udpates data in these tables.

some of them can also be useful to you:

Meter reading document for Equipment/Device

ISU_DB_EABL_SELECT_EQUNR

ISU_DB_EABL_SELECT_EQUNR_ENT

ISU_DB_EABL_SELECT_EQUNR_PRE

ISU_DB_V_EABL_SELECT_EQUNR_ALL

EASTS : Billing data: Installation Structure at Reg. Level

ISU_DB_EASTS_FORALL

ISU_DB_EASTS_FORALL_ANLAGE

ISU_DB_EASTS_FORALL_LOGIKZW

ISU_DB_EASTS_RATETYPE_SELECT

ISU_DB_EASTS_SELECT

ISU_DB_EASTS_SINGLE

ISU_DB_EASTS_UPDATE

Reward if useful

Regards

Shiva

0 Kudos

Hi Shiva,

I can you please give me the logic how to Retrive consuption from these tables.

Actually i have to design a report which will show the consumption of device for a selected period.

Regards

Bikas

0 Kudos

Hi,

You can use the Table DBERCHV for history consumption.

This table usualy used in reports for history consumtion.

regards,

Deepak.

0 Kudos

Hi Deepak,

Thanx for your reply, but in our organization they r not maintaining/using table DBERCHV

Can you please suggest some other table of FM from where Consuption report can be prepared.

Regards

Bikas

0 Kudos

Hi Bikas,

Try the Table ETTIFN and ETTIFB , I think it will solve your problems.

regards

Deepak