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: 

how t oget BP and Ca from BAPI or FM for device?

Former Member
0 Kudos

Hi,

i am enhancing std SAP code and i am getting the details of table EABL. I want to fetch BP and Contract Account for the Device number Or EQUNR using FM or BAPI and not via SQL query.

Pleas can someone suggest the same?

Thanks,

Anand.

4 REPLIES 4

Former Member
0 Kudos

Hello,

You can try establishing link between tables EABL,ERDK,DFKKOP.

There is one imp metering table<<sorry I do not have active ISU with me right now>>...you can take that metering table as base and can retrive BP/Contract account data from tables DFKKOP via ERDK,EABL.

Hope this helps

Rgds

Rajendra

Former Member
0 Kudos

helllo,

Usually the metering tables for ur scenario, check out this

EGERH:Historical Data of ISU Device Master Record

EABL:MR Document

Regards,

Narendar Konakanchi

Former Member
0 Kudos

Hi,

Use the FM BAPI_MTRREADDOC_GETLIST, per contract or BP, you will get the MR document between the mrdate interval. You need to set MRdocument Type to 1 (for MR Orders) or 2 (for MR Results).

This BAPI is release to the customer and therefore SAP supports any malfunction of the FM.

Hope it helps.

KR,

AAL!

kevin_dewilde
Active Participant
0 Kudos

Have you tried the FM ISU_FINDER?