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: 

Function Module - Contract Account Balance

Former Member
0 Kudos
1,758

Dear All,

Is there any satandard FM available in Utilities for getting the Contract account balances as of given date or any other FM for displaying the balances period wise for a perticular year.

Best Regards,

Rajani Kanth

2 REPLIES 2

AmlanBanerjee
Active Contributor
0 Kudos
496

Check the FM-FKK_ACCOUNT_BALANCE_COMPUTE by passing the following parameters

Contract Account Number

Start date-Move-in date of the contract

Start Time-00:00:00

End Date-SY-DATUM (Current date)

End Time-23:59:59

Get the Export parameter-E_SUM_openitems

You can also go for FM BAPI_CTRACCONTRACTACCOUNT_GBAL

Thanks,

Amlan

Edited by: Amlan B on Aug 3, 2010 7:17 PM

0 Kudos
496

Dear Amlan,

Thanx for the response, i am able to improve some performance using the FM FKK_ACCOUNT_BALANCE_COMPUTE isntead of

BAPI_CTRACCONTRACTACCOUNT_GBAL(Earlier i am using the same FM).

Best Regards,

Rajani Kanth