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 to find the last bill date

Former Member
0 Kudos

Hi,

I am new to ISU. but i have a good experience in SAP ABAP.

i was trying to get the Last bill date.. can any one tell me the logic and how to get it.

thanks

Guhapriyan

2 REPLIES 2

AmlanBanerjee
Active Contributor
0 Kudos

Hi,

Check the FM 'ISU_BILLING_DATES_FOR_INSTLN"

Thanks,

Amlan

0 Kudos

Fetch Data from table ERCH on the basis of contract account(VKONT)

Sort the fetched entried on the basis of ABRDATS(Schedulled Bill Date) in descending order

The First Record is the last billed date

IF u have installation

U can get VKONT from table EVER by passing ANLAGE.