Exchange rate on a specified date

Hi Friends,
My requirement is to read the exchange rate (from JPY to USD) on a given date (say 03.04.2005) or earlier to that. The date field is in different format in TCURR. How to get the value on given date? Could somebody help please.
Regards

Refer to link: [Get your exchange rate|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/6b5de790-0201-0010-3cb9-f03e8c4aeb12]

Similar Messages

  • Exchange rate according to document date

    Hello all,
    We are creating PO and then Goods receipt. I need to change exchange rate according to document date while creating Goods Reiceipt. We have done few customizing changes for this. Translation date has been updated with the document date but exchange rate is still derived from posting date. My new translation date is ignored for exchange rate derivation. If Where should be a problem?
    I looked into note 619330 for this issue. If someone has implemented this note already for this issue, could you please let me know whether this note will solve this issue?
    Thanks,
    Priya

    hi priya,
    Do u got the solution for this problem, couz I have the same issue.
    Please reply if u got solution.
    Regards
    Deepak

  • BADI exchange rate according to document date instead of posting date

    Hello,
    I am looking for a BADI that will enable us to change the exchange rate according to document date instead of posting date.
    This change is needed for documents of travel expenses.
    I tried to use substitution but it didn't work for documents created in Tcode PRRW.
    Thank you,
    Dan

    Friend,
    Try to use Field exit functionality.
    You can create field exit for Translation date(WWERT). While currency converstion this date only taken as base.
    Technically you can pass Doc.Date(BLDAT) value to Translation date.
    Or in Substituton(GGB1) also for the header "Transaltion date = Docu.Date".
    I hope it serves your purpose.
    Chandu

  • Convert a sales value to the reference currency with the exchange rate of a specific date

    Hi Friends,
    I Have 2 Dimensions: Time and Currency
    I also have to fact tables, exchange rate and sales
    Both fact tables have references to Time and Currency Dimension.
    The user want to select using excel the sales in the local currency and the correspondent conversion in the reference currency (the reference currency is fixed) in the selected date.
    To obtain the desired exchange date I need a date and a currency. The user select in excel a specific date but the currency must be the current currency in the sales table. I achived something like this in the query editor:
    with
    MEMBER [Measures].[Current Rate To Euro] AS (
    ([ISO Currencies].[ISO Curr Code].CurrentMember, [Time].[Date Id].CurrentMember, [Measures].[Exchange Rate To Euro]))
    MEMBER [Measures].[Net Sales Euro] AS (
    [Measures].[OOH Net Sales Dom Snapshot]/[Measures].[Current Rate To Euro]
    SET NE_measures as {[measures].[Net Sales Value Domestic], [Measures].[Exchange Rate To Euro]}
    member m_NonEmptyCheck as
    Generate
    NE_measures
    ,{Iif([Measures].CurrentMember, [Measures].CurrentMember, NULL)}
    ).Count = NE_measures.Count
    ,NON_EMPTY_BEHAVIOR =
    {[measures].[Net Sales Value Domestic], [Measures].[Exchange Rate To Euro]}
    select {[Measures].[Net Sales Euro], [Measures].[OOH Net Sales Dom Snapshot],[Measures].[Current Rate To Euro]} on 0,
    Filter(
    {[ISO Currencies].[ISO Curr Code].[ISO Curr Code]}*{[Time].[Date Id].&[2581]*[Customers].[PDU Description].[PDU Description]}
    ,m_NonEmptyCheck
    ) on 1
    from [DM ISR DEV];
    But I don't know how to translate the last select in a calculated measures in order to let the customer only to select this measures in the values area and the time in the filters.
    Any comment would be appreciated
    Kind Regards

    Was not so difficult as I thought, however, it took me several hours to understand how could it work:
    with
    MEMBER [Measures].[Current Rate To Euro] AS (
    ([ISO Currencies].[ISO Curr Code].CurrentMember,[Time].[Date Id].CurrentMember, [Measures].[Exchange Rate To Euro]))
    MEMBER [Measures].[Net Sales Euro] AS (
    SUM([ISO Currencies].[ISO Curr Code].[ISO Curr Code],([Measures].[OOH Net Sales Dom Snapshot]/[Measures].[Current Rate To Euro]))
    select {[Measures].[Net Sales Euro], [Measures].[OOH Net Sales Dom Snapshot],[Measures].[Current Rate To Euro]} on 0,
    non empty {[Time].[Date Id].&[2580]} -- specific datatime, in my db is the 23 Jan. 2014
    *{[Customers].[PDU Description].[PDU Description]} on 1 -- An attribute of the customer hier.
    from [DM ISR DEV]
    I think all of my confusions come from my Sql background. A calculated member is a member that is resolved by calculating an MDX expression to return a value, not a set, for this reason the key to solve my problem was the SUM function.

  • Exchange rate determination on Billing Date

    Hello,
    We have a problem with respect to exchange rate re-
    determination - on billing date at the invoice level.
    Currently in our system the Exchange rate is being determined on the
    pricing date at the sales order level. When we create the invoice the
    exchange rate at the header level (VBRK-KURRF) is getting re-determined
    on the billing date.
    However the problem is the exchange rate at the item level (VBRP-KURSK)
    & exchange rate with respect to amount currency level (KOMV-KKURS).
    In order to re-determine exchange rates at item level (KOMV-KKURS) - we have done the
    configuration for exchange rate type field in Copy control settings at
    VTFL/VTFA should be u201CCu201D.
    But however, the system is determining the pricing exchange rate (KOMV-KKURS) on the pricing date, and not on the billing date.
    We have also applied the note 92613. In spite of making the changes the pricing date is not being re-
    determined to u201Cbilling dateu201D for exchange rate calculation at conditioncurrency level.
    Can you please let us know, how can we have the pricing exchange rate (KOMV-KKURS), be determined on the billing date and not on the pricing date. Do we have a configuration for this? Or is some change in any user exit is required. Please suggest.
    Best Regards,
    Priya Gor.

    Hi All,
    I am having the same kind of issue.
    My requirement is if the condition currency is different than Document currency (which is also local currency) the system should re-determine the exchange rate in billing as per current date.
    Could you please suggest me how KOMV-KKURS will be redetermined in billing as per current date?
    As you know copy control TVCPFLP-PFKUR filed will be applicable for VBRP-KURSK but for my requirement it is not needed.
    Is there any copying requirement required or any user exit in Billing document ?
    Please share if anyone having any info for this.
    Thanks
    Amar

  • How to Get Exchange rates based on the date ?

    Hi Friends,
    I have a table called "ZEXCH" with fields MANDT, BUDAT, WAERS, KURSF. This is a maintainable table .... (ie) user can keep on adding the Exchange rates for the currencies for a particular date....
    My table contents are:
    MANDT BUDAT      WAERS   KURSF      
    080   30.08.2002 USD        50.00000
    080   30.01.2006 USD        40.00000
    080   09.03.2006 USD        30.00000
    Now if i run the report with Budat = 31.12.2002 it should pick up line item 1.
    similarly if i run the report with Budat = 31.03.2006 it should pick up line item 2.
    similarly if i run the report with Budat = 31.05.2006 it should pick up line item 3.
    How could i do this????
    Expecting your answers
    thanks in advance...
    Cheers
    R.Kripa.

    Hi,
      Use the following code snippet, you need to have the 'exchange rate type' as one of the fields in order to distiguish between different rate types, the standard rate type used in most of the cases is 'M',
    select KURSF from zexch
            into zexch-KURSF
            up to 1 rows
            where kurst = 'M'
            and   fcurr = 'USD'
            and   tcurr = 'INR'
            and   BUDAT >= Date given in the selection.
            endselect.
    Hope this helps,
    Rgds,

  • Changing Exchange rate as per Billing  date

    I have got 1 requirement while creating Billing document through VL01 transaction the user change the header data Billing date as per billing date the exchange rate also will be change automatically.
    Enhancement : SDVFX008
    Exit Name : SAPLV60B_008.
    Include : ZXVVF008.
    in that the client have 2 marketing place one is india and another is US the if user change the invoice Billing date VBRK-FKDAT as per billing date US$ exchange rate will be change automatically in the field VBRP-KURST. i written code but i did not fetching data in to table in this exchange rate maintained in table TCURR and my code is.
    "" Data : ukurs1 type tcurr-ukurs,
              date(10 )type c.
    if cvbrk-fkdat is not initial .
    select singe ukurs into ukirs1 from tcurr
                  where gdatu = date and
                              tcurr = 'USD'.
      loop at vbrk where vbeln = doc_number.
        clear cvbrp-kursk.
        cvbrp-kurst = ukurs1.
      endloop
    endif.""

    Hai,
    "" Data : ukurs1 type tcurr-ukurs,
    date(10 )type c.
    if cvbrk-fkdat is not initial .
    select singe ukurs into ukirs1 from tcurr
    where gdatu = date and
    tcurr = 'USD'.
    loop at vbrk where vbeln = doc_number.
    clear cvbrp-kursk.
    cvbrp-kurst = ukurs1.
    *MODIFY cvbrp.*
    endloop
    endif.""
    Modify the internal table & check it.
    Regards,
    Sudhakar Rayala
    Edited by: SudhakarRayala on Feb 14, 2010 1:28 PM

  • IN doing MIGO Exchange Rate is taking posting date but now we need to select with document date

    Dear Experts,
    After posting in MIGO exchange rate need to select document date.present it is taking posting date.how we will make pls suggest me
    Regards,
    Rajam

    Hi Rajam
    Fx translation is actually dependant neither on doc date nor on posting date.. It is dependant on the "Translation date". If the Trans date is not entered, then Posting date is taken as the basis
    If you want to change this behaviour, refer the following notes
    574583 - For MM LIV and 42615 for FI Posting (FI Posting uses substitution)
    Br. Ajay M

  • Required to shoe exchange rate as per billing date in VF01

    Hi Experts,
    We have created 2 invoices (export and intercompany billing). My client has identified a peculiar query and I am unable to get a solution for it.
    The Export invoice shows 2 exchange rates, viz: Condition exchange rate for conversion to local currency = picks the exchange rate as per the pricing date.
    And Exchange Rate for Price Determination = picks the exchange rate as per the Billing date/ service rendered date.
    But, in the Intercompany invoice the Condition exchange rate for conversion to local currency = picks the exchange rate as per the pricing date and Exchange Rate for Price Determination = 1.
    The client wants the exchange rates should reflect as per the Billing date/ service rendered date. And should reflect same exchange rates in both of these documents.
    I have changed the Pricing exchange rate type to C and D in VTFL but it is not giving any fruitful result for IV.
    Please let me know, how this requirement can be achieved.
    Thanks in advance.
    Regards,
    Shibaji.

    Hi Laksmipati,
    Thanks for your suggestions.I have few doubts to be clarified.
    In case of intercompany invoice the value in KONV-KKURS is showing as per pricing date.
    Can we make it as per billing date?
    What is the significance of this field?
    Which exchange rate is actually considered for finnacial posting?
    Thanks in advance.
    Regards,
    Shibaji.

  • Exchange rate from the previous date

    Hello,
    Is there a way to define the system to take the last available exchange, if todayu2019s rate doesnu2019t exists?
    Thanks
    Revital

    Hello Revital,
    Try this FMS query:
    SELECT TOP 1 T0.Rate FROM [SBO-COMMON\].[dbo\].[ORTT\] T0
    WHERE T0.Rate != 0 AND T0.Currency = 'USD'
    ORDER BY T0.ratedate DESC
    You may replace the currency to the one you need.
    Thanks,
    Gordon

  • Can I use PA period date for Project Functional currency exchange rate instead of EI Date?

    Hi,
    We are planning to enable project currency for our projects. However while testing we have encountered one challange. We want to use PA date for all our currency conversions. However Oracle uses EI date to convert project functional currency transactions.
    Does anybody know any setup or solution to convert all expenditure item transactions based upon PA date instead of EI date? Help / Solutiion on this regard is highly appriciated.
    Thanks & Regards,

    Hi,
    Do u mean you have already done your Trx in EI Date and now u want to use PA Period Ending Date?
    Please Correct me if i'm wrong, u want to update all the Trx from EI Date to PA Period Ending Date?
    If you update from EI Date to PA Period Ending Date, this will only be applicable to Future Trx's not for the one's already incurred.
    Regards
    Ragahavender K

  • PO Exchange rate date

    Hi,
    I've an issue. Imagine that:
    The group currency is CHF
    Company Currency is GBP
    Document Currency is EUR
    The exchange rate of the PO is from EUR to GBP. Now I need to get the correct PO Price in group currency CHF.
    The PO date is 01.02.2011. If I check the exchange rate for the PO date I'm not getting the same value that I can see in the PO header. But if I use 31.01.2011 I see the same amount. So I can't use the PO date in order to get the correct exchange rate from document currency (EUR) to group currency (CHF).
    Is there any way that I can do this?
    Cheers,
    JS

    Hi Biswajit,
    Use the user parameter EVO to indicate that no price adoption from last Purchase Order must take place:
    IMG: MM -> Purchasing -> Environment data -> Default values for Buyers -> Setting for Default values.
    Select or setup a default value and on the "price adoption" tab you may choose how copying of conditions from last purchase order must behave. Select "Do not copy". Then assign this default value to the user, using the EVO parameter.
    Prashant

  • Exchange Rate to be picked up from MIGO Document Date

    Dear Friends,
    During MIGO for a foreign purchase order the exchange rate is picked up from table OB08 based on the MIGO posting date.Is it possible for it to be picked up based on MIGO document date using exit.We are not using  Material Ledger.
    TIA
    Sathish Kumar

    Dear Sathish,
    We have the same issue about MIGO exchange rate.
    We can change exchange rate derived from document date in MIRO via to using BADI FI_TRANS_DATE_DERIVE.  But in MIGO we don't know how to change the exchange date from Posting date to Doc date.
    We are using Material Ledger, so we can handle the amount of exchange rate diff. Anyway we don't want post the diff from GR and IV exchange rate.
    TIA
    Mahnkwi Choi

  • Fixing Exchange rate date for Purchase invoice

    Hello All,
    As per standard SAP the exchange rate in the PO is calculated based on the PO creation date. When the exchange rate is not fixed in the PO, then the exchange rate in the subsequent GR and IR documents is calculated based on the posting dates of these docs.
    Our requiremnt is that Posting date for GR/IR  should always the system date which is possible and but in this case system also takes exchange rate as on system date. *But we want the exchange rate should be taken as on last day of the previous month.*
    If anyone have worked on such a scenario or have any idea on how can this problem be answered please share the some info.
    Points assured.
    Thanks
    Warm regards.

    Hello,
    Thanks for the prompt update.
    We are not abel to fi nd any user Exit to attain this functionality, can you let us know what user exit can be used to achieve this.
    Warm Regards,

  • Exchange rate should pick as per document date of GRN in MIGO

    Dear all,
    As per my client requirement while doing Material GRN in MIGO, system should fetch exchange rate as per Document date of the GRN.
    As per standard now it is picking from posting date.
    we already implemented Note number 574583. After implementation of this note system picking document date for MIRO and normal FI Documents(f-02) bur not for MIGO.
    So suggest me how can we get document date as exchange rate translation date for MIGO
    Note: Before posting this, i have searched for solution in SCN but i didn't get solution any where.
    Regards
    kishore

    Hi Amitesh,
    Finally i am able to fulfill my client requirement with the help of you and SAP support. I have used SAP Note number 619330 and few configuration steps.
    Thanks for your support and points has been given.

Maybe you are looking for