Application Development and Automation 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: 
Read only

Error Message in BAPI ... 'BAPI_ACC_INVOICE_RECEIPT_POST'

Former Member
0 Likes
333

Hello,

I recently used a BAPI called 'BAPI_ACC_INVOICE_RECEIPT_POST'. However an error message appeared in my return table stating "No currency line exists for line item ....".

Is there a way to resolve this?

Thank you all and good day.

1 REPLY 1
Read only

JozsefSzikszai
Active Contributor
0 Likes
302

hi Chad,

the BAPI has four important tables parameters:

ACCOUNTPAYABLE

ACCOUNTGL

ACCOUNTTAX

CURRENCYAMOUNT

In CURRENCYAMOUNT there should be a corresponding line for each lines in the first three tables.

hope this helps

ec