2010 Aug 03 7:56 AM
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
2010 Aug 03 9:12 AM
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
2010 Aug 03 1:32 PM
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