on 2023 Jun 29 3:31 AM
Hi Experts,
I want to update the exchange rate type to bank rate instead of M rate during the SD-FI / MM-FI interface.
eg. release billing to FI document / invoice receipt for purchase order. Since sap will use M rate as default.
I try serval times by substitution, but it is no luck. It can't update the exchange rate in FI header.
And I can't find the right exit for achieving this. Since there is no exchange rate field in most of the SD->FI user exit. Can anyone give me some suggestions? I won't use document type to do that, as it only affect a specific company, not all companies.
NO one can solve this issue, then I close the question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Standard behaviour:-
The exchange rate type in the customer master has two functions:1. Conversion of conditions from the local currency to the document currency(VBRP-KURSK)2. Determination of the exchange rate for accounting in the case of intercompany billingVBRK-KURRF
Can you please try using global include program - RV60AFZC?
Inside that - you need to search for FORM USEREXIT_FILL_VBRK_VBRP you can set VBRK-KURRF (Exchange Rate for the conversion Loc.currency <-> Doc.currency.)or VBRP-KURSK- Exchange Rate for the conversion Loc.currency <-> Doc.currency. for Price Determination
KRAvik
Since you locked commenting -Modified the original comment below for 2nd Part-
For MIRO logistic invoice verification ( MM-FI integration where exchange rate is picked from PO)
You can use BADI-INVOICE_UPDATE - Method CHANGE_AT_SAVE
Trick is to use call stack '(SAPLMR1M)ydrseg[]'. to modify Invoice Item - drseg data.
KR
Avik
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Derek,
Have you already tried using user exit - EXIT_SAPLV60B_008 (User Exit AC Interface Transfer Tables)
You can utilize following table parameter XACCIT & XACCCR for exchange rate & also put restriction on BUKRS- company code- with importing parameter- CVBRK
KR
Avik
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
Please check the below OSS Note, which might address your issue for SD Billing:
22781 Foreign Currency rate for Accounting
Thanks & Regards
Sanil Bhandari
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello wwc0220,
Please refer below SAP thread. This thread is something similar to your query. Hope it's clarifies your query.
https://answers.sap.com/questions/13344297/exchange-rate-for-mm-sd-fi.html
Regards,
Neeraj Jain
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
105 | |
9 | |
8 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.