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

BAPI_ACC_DOCUMENT_POST - exchange rate

Former Member
0 Likes
2,227

Hi ,

The exchange rate picked up by the BAPi is different then the exchange rate in FB01. THis is causing differnce in amount when document is posted through BAPi and FB01. Please suggest if some other BAPI or function module should be used?

Thanks in advance

Madhu

4 REPLIES 4
Read only

Former Member
0 Likes
1,321

Hi,

I have debugged and found that difference is not in exchange rate , then also the value in local currency is coming different in FB01 and thru BAPI. Any suggestions to avoid this.

Regs

Madhu

Read only

0 Likes
1,321

As far as FI posting is concerned, you need to consider also the COPA structure.

Based on COPA, the postings will happen.

Read only

0 Likes
1,321

Hi,

Check the internal table to be passed to 'currencyamount' of BAPI contains correct values. (for eg:- currencyamount-currency = 'INR'. for local currency and currencyamount-currency = 'USD' for global currency.) and check with functional consultant that based on posting keys amount should be multiplied by (-).

Regards,

Narayan

Read only

Former Member
0 Likes
1,321

This message was moderated.