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: 

BP and Contract based on MR Reason

Former Member
0 Kudos
145

Hi All,

I need to find out Business partner and contract based on MR reason for specific instalation(anlage) and document number (ablbelnr).Please let me know if there is any FM which provide the same data or any other way to figure it out.

Thanks,

Ruchi

2 REPLIES 2

Former Member
0 Kudos
107

using three tables you can fetch this data ( I m not sure abt FM)

1. table EABLG -> input - MR reason for specific instalation(anlage) and document number (ablbelnr)

output- take shedule meter reading date date... adatsoll (to identify the correct contract

2. table EVER -> input - installation where movein date <= adatsoll <= move out date

output - contract and contract account

3. table FKKVKP-> input - contract account

output - BP

Regards,

Sanjoy

Former Member
0 Kudos
107

solver