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: 

No currency line exists for line item 0000000000 IN BAPI_ACC_DOCUMENT_CHECK

Former Member
0 Kudos

Hello guys, Im using the BAPI BAPI_ACC_DOCUMENT_CHECK to check before send to 'BAPI_ACC_DOCUMENT_POST but I get the eror: No currency line exists for line item 0000000000 Anyone can help me with this?

5 REPLIES 5

Former Member
0 Kudos

Hi Luis,

At least you should paste your code snippet here. Every necessary parameter you passed or not? Like 'currencyamount = itab_currencyamount' ?

refer this thread,

regards,

Archer

0 Kudos

Yes, this is mu table currency

0 Kudos

Yes, but it is saying that item '0' is missing the currency line. Make sure that the other tables you are passing have the correct line item number.

Rob

0 Kudos

accountgl :

accountreceivable

accountpayable

accounttax

currencyamount

My error:

0 Kudos

Have you tried adding an item for line 4 in the currency table with amount 0?

Rob