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

Create FI documents using both amount in local currency and document

Former Member
0 Likes
412

Hi All,

I need to create FI documents using both amount in local currency and amount in document using BAPI_ACC_DOCUMENT_POST. Please tell me how to do that.

Chinmay

Hi All,

I need to create FI documents using both amount in local currency and amount in document using BAPI_ACC_DOCUMENT_POST. Please tell me how to do that.

Chinmay

1 REPLY 1
Read only

Former Member
0 Likes
373

Hi,

Firstly get the exchange rate, do the calculation using the document currency amount and populate the local currency amount field.

Whenever you use BAPI, use BAPI_TRANSACTION_COMMIT to commit the changes.

Thanks & regards.