cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

FB01 - RW033 - Accounting Interface: Balance in Transaction Currency Using BAPI_ACC_DOCUMENT_POST

0 Likes
27,816

Hi All,

I'm trying to post the journal entries using BAPI_ACC_DOCUMENT_POST. I'm getting some errors like Accounting Interface: Balance in Transaction Currency 0.01 or Balance in currency 1.

kindly help me to resolve this issue ASAP.

Thanks!!!

CS Ingali

Accepted Solutions (1)

Accepted Solutions (1)

venkateswaran_k
Active Contributor
0 Likes

Dear Chandra,

Are you reading entries from External files. ? This kind of rounding differences will come when we read data from excel files. You need to review the data read before pushing them into BAPI tables.

Regards,

Venkat

0 Likes

Hi VK,

Yes, We are receiving data in XML file. This is an interface issue.

Issue resolved.

Thanks!!!

Answers (2)

Answers (2)

RPrabakar
Participant
0 Likes

Hi Chandra - Try to explore how setting tolerance limit to process these transactions? That should help.

Regards,

srikanthnalluri
Active Participant
0 Likes

The credit and debit amounts should match to post the document. Did you try to post the document using the transaction with the same data.

0 Likes

Hello,

I tried using manual transaction. The problem is, third party is sending the decimal values and those values will not be allowed for posting(Configuration). So In this case, BAPI converting those values into rounded values. During this scenario, we are facing the -0.01 or -1 difference issue.

Thanks & Regards.

CS Ingali