Multiple Currencies - Where is the exchange rate?

Guys, i have configured the Financial Analytics and am wondering where the exchange rates are being pulled from? Lets say my Global Currency1 is EUR and i have data (document or local) in USD.
Where is it capturing the exchange rate between the two currencies for that duration (month, week, day) when i want to see everything by Global Currency 1?
Your help is greatly appreciated.
Thanks,

Hi
All the exchange rates are in table W_EXCH_RATE_G.
You define which rate you want to use in DAC , the default one is the corporate rate. to change it you need to change the dac parameter
$$GLOBAL1_RATE_TYPE,$$GLOBAL2_RATE_TYPE,$$GLOBAL3_RATE_TYPE
thx

Similar Messages

  • Where are the Exchange rates filled in SAP?

    Hi All,
    could anyone tell me where Exchange rates are filled in SAP?
    Thanks

    Hi,
    You can fill the exchange rates in the path in SPRO :
    Path : SAP Customizing Implementation Guide -> SAP NetWeaver-> General Settings-> Currencies -> Enter Exchange Rates
    Click "New Entries" Button for enter a new exchange rate.
    Enter the fields in below table
    -ExRt = Exchange rate type
    -ValidFrom = Effective date of the exchange rate displayed.
    -Ratio(from) = always 1 (default)
    -From = Originating currency for the transaction (e.g. USD)
    -Dirquot = Direct Quotation e.g. 1 USD = JPY.114.06
    -Indir.quot = Indirect Quotation e.g 1 JPY = USD. 0.0088
    This field is not in use and always display "0.00000"
    -To = always 1 (default) this is reporting currency (e.g. JPY)
    Thanks
    Neel

  • How to maintain the exchange rate of second currency in MIRO ?

    hi,
    User want that the exchange rate of second currency in IR is same as the exchange rate of second currceny in GR, and don't  occur any exchange variance in IR. how to do ?
    BestRegards,
    Beck.shi

    Thanks for your reply.
    GR and IR post date are different,also the exchange rate are different. user  modify the exchange rate of local currency in IR(in MIRO's Screen) to the same as the exchange rate in GR, so there are no the exchange veriance in the local currency's ledger. if needn't the exchange variance in the second currency's ledger,how to do?
    Bestregards,
    beck.shi

  • Exchange Rate: Routine to copy  the "Exchange Rate" value From TCURR table

    Dear experts,
    I have created a cutomised Key Figure (ZEXCHRATE) with the 0currency as the unit and this field is included in my ZCOPA_C21 Infocube.
    In the update rule, it was then appointed with a simple routine below;
    (PROGRAM UPDATE_ROUTINE.
    $$ begin of global - insert your declaration only below this line  -
    TABLES: TCURR.
    DATA: IT_TCURT Type TCURR occurs 0 with header line.
    $$ end of global - insert your declaration only before this line   -
    FORM compute_data_field
      TABLES   MONITOR STRUCTURE RSMONITOR "user defined monitoring
      USING    COMM_STRUCTURE LIKE /BIC/CSZCOPA_TPL_IS
               RECORD_NO LIKE SY-TABIX
               RECORD_ALL LIKE SY-TABIX
               SOURCE_SYSTEM LIKE RSUPDSIMULH-LOGSYS
      CHANGING RESULT LIKE /BIC/VZCOPA_C21T-/BIC/ZEXCHRATE
               RETURNCODE LIKE SY-SUBRC
               ABORT LIKE SY-SUBRC. "set ABORT <> 0 to cancel update
    $$ begin of routine - insert your code only below this line        -
    fill the internal table "MONITOR", to make monitor entries
      SELECT        * FROM  TCURR appending corresponding fields of table
      IT_TCURT
             WHERE  KURST  = 'M'
             AND    FCURR  = 'USD'
             AND    TCURR  = 'IDR'.
          AND    GDATU  = ___.
          AND    UKURS  = ___.
      Sort IT_TCURT by GDATU descending.
      Loop at IT_TCURT.
        Move IT_TCURT-UKURS to RESULT.
        Exit.
      Endloop.
    result value of the routine
    RESULT = space.
    if the returncode is not equal zero, the result will not be updated
      RETURNCODE = 0.
    if abort is not equal zero, the update process will be canceled
      ABORT = 0.
    $$ end of routine)
    Which will basically copy all the contents of TCURR into an internal table (IT_TCURT), sort it and then only copy out the UKURS (Exchange rate) data into the customised ZEXCHRATE to get the latest exchange rate value.
    Routine was checked and its fine.
    The problem is, upon checking the update rule, it returned an error message;
    "No Unit maintain for Key Figure Exchange Rate Local".
    Double checked the declaration of ZEXCHRATE, the unit was there.
    My questions;
    1. Is this the correct way of doing it ? I just want to be able to show the exchange rate value in my query (hence the existence of ZEXCHRATE).
    2. Is there an alternative way of achieving the same result ?
    Your help or advice will be greatly appreciated.
    Thanks
    KG

    Hi Sreeni,
    Referring to the " but the conversion from VEF to USD is happening at a rate @0.23256 which is valid till 02/13/2013 only" part in your post, the date given in OB08 for currency rate is valid from and not valid till.  Hence, please check the setting once.  Once you enter the rate from 02/13/2013, the rate is valid till you enter another date later than 02/13/2013.
    Regards,

  • How i can give date in each input for applying the exchange rate in Query.

    Hi Gurus,
    We have a requirement to create some currency conversion queries. In the selection screen user should be able to give four inputs. Like given below
    Input 1.          a)  key figures
                            b) Fiscal Year
                            c) Fiscal Period
                            d) Exchange Rate Type
                            e) Date (Exchange rate will be applied which is applicable on the given date)
      Input 2.         a)  key figures
                            b) Fiscal Year
                            c) Fiscal Period
                            d) Exchange Rate Type
                            e) Date (Exchange rate will be applied which is applicable on the given date)
    Input 3.          a)  key figures
                            b) Fiscal Year
                            c) Fiscal Period
                            d) Exchange Rate Type
                            e) Date (Exchange rate will be applied which is applicable on the given date)
    Input 4.          a)  key figures
                            b) Fiscal Year
                            c) Fiscal Period
                            d) Exchange Rate Type
                            e) Date (Exchange rate will be applied which is applicable on the given date)
    So we will have 4 key figures in the query results with the exchange rate applied on the given date.
    I will make four restricted key figures and make the query. I do not know how i can give date in each input for applying the exchange rate.
    Please give your suggestions to resolve my problem.
    Many thaks in advance.

    You can not bring the key figures in the selection screen for the currency translation. Instead you can apply a currency translation type to respective key figures in the query definition.
    The currency translation type can be defined in RSCUR transaction, where you can maintain the parameters like Exchange Rate Type, Exchange Rate Date etc.
    You can refer one of my article on this at
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/600157ec-44e5-2b10-abb0-dc9d06ba6c2f
    Hope this helps.
    Regards,
    Yogesh

  • Budget can not be made zero in CO area currency due to diff exchange rate

    Hi All,
    There was a supplement on a wbs of 50000 DKK (transaction curr) and corresponding amount is 61400 sek in CO curr.
    After 1 yr , theere was a supplement of -50000 DKK and corresponding amount in CO area curr is -71000 sek becoz the exchange rate was diff for this period.
    Now the net value at transaction area currency is zero for the wbs, but at co area currency the net is not zero.
    How to make the budget amount to zero at controlling area
    thanx in adv.
    //ashis

    Hi
    If it is one time transaction and you want to net off the values then take help of FI consultant. Maintain the currency exchange rates between the two currencies exactly same as earlier value (when earlier supplements were posted). Then remove the budget so that system will consider the exchange rate and will net off the value.
    Note that maintainance of currency exchange rate can be possible for 1 day even and immediately you can change the rate as per existing rate.

  • How to change the exchange rate filled in a posted Invoice?

    Hi All,
    an user has posted an invoice in foreign currency. He has forgotten filling in a particular exchange rate.
    I wonder if is possible to change the document filling, in the exchange rate required, so to have the right amount in local currency.
    Thanks
    G.Rossi

    Hi,
    You can not change exchang rate in the already posted document.
    You need to reverse that document and have to create a new one using correct exchange rate.
    Regards,
    Gaurav

  • Where we assign Exchange rate type at company code level,

    Dear All,
    Where we assign Exchange rate type at company code level, In 0BA7 we assign by Document type wise and OB22 will assign by controlling area wise , but we are not maintain Controlling area, exactly where we assign , and how it will pick at the time of PO creation ,
    Thanks in advance
    Vijay

    Hi,
    In OB22 we assign Exchange rate type against company code and not against controlling area .
    Regards,
    Shayam

  • Can I assign the exchange rate data to consignment when I use MRKO

    We with the selling on consignment supplier are the foreign currency transactions
    The exchange rate was changed between the consignment withdrawal in inventory management and the posting of the consignment invoice.
    Then the transfer posting occur between consignment liabilities account and an exchange rate difference account .
    The consignment liabilities account is not cleared afterwards.
    I want to know how can I configure for the consignment liabilities account is  cleared.

    The functionality with the clearing of the consingment account
    after you posting the invoice  isn't available here.
    It means if there different exchange rates were used
    in the inventory management
    and in in the transaction MRKO, the consingment account won't be
    cleared in the local currency. You have to do it unfortunately
    manually in FI.
    The transaction MRKO just posts the invoices with the posting date of
    the documents. You have to post manually from the consignment account
    to the exchange rate gain/loss account. Sorry about it but this the only
    way to do it. Otherwise, the exchange rate will be taken from table RKWA
    Check note  393571

  • Change the exchange rate of a line item manually

    My company has an issue regarding the exchange rates.  We are in a country using EURO.
    Though from one of our vendor we take prices in USD. In our pricing procedure in the sales orders we post the price of the vendor and in the prices we maintain another condition type for our profit.
    In the case of the vendor price that gives us USD, we have want to give the price in the usd and the system to translate the usd in eur (in the next line of the procing procedure) accourding to an exchange rate that the user will give per line item.
    At the moment the system thanslates the price to eur accourding to the exchange rate from the system (automatically) and I haven't have the possibility to change the predifined exchange rate manually as I want to do.

    Hi,
    Exchange rate are maintained in the T.Code "OB08".
    Goto the T.Code "OB08".
    Change the exchange rate as per your requirement.
    If you want to get different currency then goto the T.Code "XD02".
    Enter your customer number,Company code and sales area.
    Goto Sales area data.Sales tab.
    Change the currency to your value as per your requirement.
    If you create a new order with that customer,then we will get this new currency.
    After creating the invoice,pass the accounting document number into "FB03" and enter the company code and fiscal year.
    Enter.
    Click on "Currency".
    It gives you the value in base currency.
    Regards,
    Krishna.

  • Billing is not happening according to the exchange rate

    dear all i have a problem
    while doing export sales ,  in copy control settings of VTFL , i put pricing exchang rate as " B ' thesystem is calculating the correct exchange rates at the  excise posting. but  during billing   the system is not  taking the correct exchange rate which is for that particular month..
    in the schdeulines  header data accounting tab  before processing for billing i need to  put the  correct exchange rate manually then if i do the billing the required exchange rate is coming in the billing .
    in order the system to caculate the exact  foreign exchage rate during billing and exise posting automatically based on the rate given in" OB08"  what is the best way i can give 
    becasue the key user is finding it diffcult to  put the correct exchange rate manually before processing the schedulines agreement and then do the process
    kindly send ur suggestions

    Hi,
    According to standard SAP , the accounting document will be calculated in case of export sales based on the exchange rate determined in invoice header, where as the excise postings will capture exchange rate from invoice item line.
    Due to this u have no problem at excise invoice and the system will not change at invoice header based on your billing date, service rendered date etc based on copy control changes.
    If you want system to determine exchange rate automatically at invoice header based on billing date etc, with out changing in sale order, you need to incorporate a routine and user exit with the help of your abaper.
    The system will not accept copy control changes in this case.
    So clearly you can tell your requirement to abap consultant and incorporate user exit for your requirement.
    Regards
    Kiran

  • Setting fixed the exchange rate field (KUFIX) ticked by default me21n

    In the transaction ME21N to create purchase orders, there is a field to fix the exchange rate (KUFIX). We want to set this field to 'X' as default value, when the user call the transaction. Does anybody know a user exit or a BADI where I can modify/set this field.

    Hello everyone,
    I'm also have the same requirement.
    Any way to set a default value to KUFIX field?
    Thank you.
    Anthony

  • Tax calculated on the exchange rate differiences and interests

    Hi Sap Guru's, I have a question for you.
    NOTE:... my FI knowledge is not very good
    I have postings with the line exchange rate difference and strange is, if the tax on the normal posting is calculated, there is also calculated tax on the exchange rate difference amount. Our FI experts said that this is not correct and the tax shouldn't be calculated on such postings like interests or exchange rate differences...
    Any tip, where I can check or set this?
    BR
    Saso

    Hi Saso,
    Have a look with FS00 if the account for exchange rate is tax relevant.
    When you change this to not tax relevant please test it in Q system perhaps it blocks automatecly posting
    Paul

  • Does anybody know if I can substitute the exchange rate in a CO document?

    Dear experts,
    Does anybody know if I can substitute the exchange rate field in a CO document creation?
    We have a header substitution in FI to populate the constant 1 in the exchange rate field every time we use a specific currency. And this substitution is working fine in FI, but if in the FI document we post an expense account, it generate a controlling document and this controlling document take as an exchange rate the one that the system has, not the constant. Does anybody know if I can create the same substitution for CO documents?
    Best Regards,
    Tatiana

    Hi Tatiana ,
    I guess you cannot do that .. but never tried that ..
    Please refer OSS Note : 392273  which specifies when Validation/Substitution is called in CO
    Regards
    Sarada

  • Regarding the exchange rate used in shopping cart

    Hi,
    Iam facing one problem regarding the currency conversion while crerating the shopping cart. The basic currency in my organizational profile is CHF. But I have a requirement to create a shopping cart in NZD(New Zealand dollars). After entering all the details and click on Shop, Iam going back to the home page and the error Iam getting is " Error during currency translation from NZD to CHF". I have checked for some other currencies like EURO, AUD etc and for all these currencies Iam not getting any error and the value gets converted to CHF with some exchange rate.
    I want to know which table the system looks at for getting the exchange rate and why this error is coming only for NZD to CHF?
    I checked some standard tables like TCURR and TCURX.
    Any feed back will be very much appreciated.
    Thanks and regards,
    Ramachandra DN

    Hi,
    I am also facing this same issue.... Currency conversion is working fine for other currencies except for GBP to IDR.
    Is it some config issue or wht as  the functional guys have checked every thing.. they have maintained the exhange rate and etc...
    we tried runing the report BBP_GET_EXRATE also butit says No records found.
    Please help.
    Thanks,
    Vaibhav Goel.
    Edited by: Vaibhav goel on Sep 3, 2010 12:09 PM

Maybe you are looking for

  • Issue regarding executing manual partial settlement

    Hi guru: When I am going to execute manual partial settlement via vo02 and try to change the agreement status to B,then enter shift+f12,the system said that manual payment is not allowed for this agreement type,how to fix?

  • Help required on table maintenance generator

    Hi all,        Would any one tell me what is the difference between one step and two step while creating a table maintenace generator for a table. one more question is i would like to know which search the following code follows while it is executed.

  • About generarte funds reservation

    Hi, expert    I want to use PSM-FM.   How to create funds reservation when create Purchase Requistion or Payment request? Thank for advanced. Best regard. Tony

  • Business catalyst ecommerce layout

    Hi guys, is there any easy way of setting up a basic ecommorce layout that will would match with the rest of the muse website The BC ecommerce seems really powerful but it gets a little complicated when it comes to shop lay out. I am a bit of a rooki

  • My iphone is not showing up on itunes?? what can i do??

    hi i want reset my iphone on itunes but its not showing up....on my phne there the plug n the itunes logo telling me to plug it in...but nothinfg appears?