Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

MIRO : BAPI_INCOMINGINVOICE_CREATE : Balance in Transaction Currency

Former Member
0 Kudos

Hi,

I am using BAPI_INCOMINGINVOICE_CREATE to post Incoming Invoice to overcome 999 items restriction of MIRO.

If I use less than 999 items for this fm then there seems to be no prob. but if I use more than that I get following error from BAPI : "BALANCE IN TRANSACTION CURRENCY"

Whats this error ? How to go about it ?

Is it that I have to split line items in the chunks of 333 ?

Plz guide me in this regard

Regards,

Nitin

4 REPLIES 4

andreas_mann3
Active Contributor
0 Kudos

Hi,

normally a posting document is restricted to <b>950</b> lines

Andress

0 Kudos

So How should I go about this if there are more than those many line items ?

Is BAPI also having the same restriction that of Standard MIRO transaction ?

Thanks

Former Member
0 Kudos

Hi Nitin,

Did you get a solution to this problem? I can confirm that all FI posting BAPIs are restricted with the 950 line item problem discussed above. You will have to split your invoice records to be less than that.

I wasn't getting the "Balance in Transaction Currency" problem at all until today and I'm also in need of assistance

Regards

Wayne

Former Member
0 Kudos

I have fixed my problem. Ensure that your amount table that you're passing balances to zero. I.e. 50 and -50 amount

Regards

Wayne