2016 Nov 17 6:17 AM
Hello ,
Running bapi in se37 for posting incoming payments (to clear open items ) like f-28 . passed document header data , account recievable data and currency amount .. i want to do full payment . its giving error balance in transaction currency .Plz help someone to solve it . In scn i seen same post but those answers not helping me to solve it .
2016 Nov 17 8:24 AM
Did you check that the amount in transaction currency of the bank account is equal to the sum of cleared amounts in the customer account in your document, so document is balanced.
Regards,
Raymond
2016 Nov 22 6:19 AM
Hello Raymond ,
Yes i passed full amount in currencyamount table field AMT_DOCCUR ..
2016 Nov 22 7:42 AM
Did you also use correct CURR_TYPE ('00') and CURRENCY values too, and correct sign for customer/bank accounts.
CURRENCYAMOUNT-ITEMNO_ACC = '0000000001'.
CURRENCYAMOUNT-CURR_TYPE = '00'.
CURRENCYAMOUNT-CURRENCY = 'USD'.
CURRENCYAMOUNT-AMT_DOCCUR = '113-'.
Sum of AMT_DOCCUR must be zero.
Regards,
Raymond
2019 Jul 04 12:35 PM
Hi Raymond,
I debugged the BAPI and verified that when 'currencyamount' is not zero, error
'FI/CO interface: Balance in transaction currency' is raised. However, how do I set this to zero? Or how do I relay this to the functional in terms that he can understand.
Thanks and Regards,
Kath
2016 Nov 17 11:33 AM
Have you checked debit/credit like plus and minus sign when specifying the amount?
2016 Nov 22 6:20 AM
Hello Ashok ,
yes i specified debit/credit .
Thank you ,
Suman
2016 Nov 22 6:20 AM
Hello Ashok ,
yes i specified debit/credit .
Thank you ,
Suman
2016 Nov 22 8:34 AM
Hi,
Set a breakpoint on your BAPI, when you fill it, and check 'currencyamount' BAPI's internal table. You should have zero amount in result. If you still experience problem, post the outcome of this table in this thread.
Regards,
Eli
2019 Jul 04 11:45 AM
Hi Eli,
As per your comment, I debugged the BAPI and verified that when 'currencyamount' is not zero, error '
FI/CO interface: Balance in transaction currency' is raised. However, how do I set this to zero? Or how do I relay this to the functional in terms that he can understand.
Thanks and Regards,
Kath