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: 
Read only

How to find the last bill date

Former Member
0 Likes
2,053

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
Read only

AmlanBanerjee
Active Contributor
0 Likes
874

Hi,

Check the FM 'ISU_BILLING_DATES_FOR_INSTLN"

Thanks,

Amlan

Read only

0 Likes
874

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.