Local Currency conversion in PO

Hi
Iam facing problem in wrong Local currency conversion while doing GR reversal for foriegn currency Subcontract PO.
Local Currency : EUR
PO Currency     : HUF
User has entered wrong Exchange rate in OB08. (Indirect Quotation : HUF -> EUR) & did Goods Receipt with reference to PO. After that Exchange
rate has been corrected immediately, but some GR documents posted with wrong exchange rate.
To correct the wrong entries, Again Wrong exchange rate has been updated in OB08 & reversed those material document in MBST. But the strange issue is system calculating different local currency for those reversed documents. The Local currency Amount of Goods receipt document & reversed document local currency amount is not matching,Ideally both should match.
Following observations on this,
1. Exchange rate are same in both doucments. I have checked in document Header.
2. GR Qty & Reversed Qty are same.
3. PO currency (HUF) amount are same in both doucments.
4. Finished Material & Raw material are managed in standard Price.
5. Document date & Posting date are same in both doucments.
Anybody can explain why the system updates wrong local currency ?
Thanks in Advance.
Regards,
RRS

I do not remember the Tcode, however it is under SPRO>>General setitings>> currency .. guess it is OB90
And if the difference is large. check the following:
Check the exchange rate type you use, next go to OB08 and see if the inverse translation is maintained for your currencies  EUR- HUF and HUF- EUR
and then check OB07 and see what settings you have for the ex. rate type you have i.e Inv, fixed ...
You might hit upon something here

Similar Messages

  • Local Currency conversion program(Standard) - Manually starting  Fill phase

    Hi experts
    I am having a problem running the local currency conversion program.
    The Analyse phase  completed with 3 warnings but can not start the Fill phase automatically . How can we start it off from this stage to the next (fill) stage or what could be the source of the error.
    all suggestions will be appreciated

    Hi,
    Try using the FM  'CONVERT_TO_LOCAL_CURRENCY'.
    For testing purpose Go to se11 and see the values is TCURR table.
    For eg : If you want the exchange rate as M (which is Month Begin Exchnage rate), the date you are passing to the FM should always Begin of the month.
    FORM calculate_currency
    USING
    lv_date LIKE wa_data-fldate "date is needed as on current date should be set exchange rate (be carefull with type i left my original)
    lv_foreign_amount LIKE lv_totalprice "number
    lv_foreign_currency LIKE wa_data-currency "currency identificator
    lv_local_currency TYPE c "currency identificator
    CHANGING
    lv_local_amount TYPE p. "number
    CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY'
    EXPORTING
    CLIENT = SY-MANDT
    date = lv_date
    foreign_amount = lv_foreign_amount
    foreign_currency = lv_foreign_currency
    local_currency = lv_local_currency
    RATE = 0
    TYPE_OF_RATE = 'M'
    READ_TCURR = 'X'
    IMPORTING
    EXCHANGE_RATE =
    FOREIGN_FACTOR =
    local_amount = gv_local_amount
    LOCAL_FACTOR =
    EXCHANGE_RATEX =
    FIXED_RATE =
    DERIVED_RATE_TYPE =
    EXCEPTIONS
    no_rate_found = 1
    overflow = 2
    no_factors_found = 3
    no_spread_found = 4
    derived_2_times = 5
    OTHERS = 6
    IF sy-subrc 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    ENDFORM. "Calculate_currencytake a look on exceptions which you get after, it might be helpfull
    Please reward points if helpful.
    Regards
    rose

  • Foreign to Local currency Conversion

    Hi Hyperion Experts,
    For our client we are building a planning model and they have the following requirement. The entity UK needs to be able to fill in expenses in different currencies, so in pounds, Euro, Swiss Francs, USD, etc. At the moment there is only 1 reporting currency and that is USD. Now they want to be able to calculate the entity UK to the local currency pounds. So there needs to be a foreign to local conversion.
    How can this be solved?
    We now have one solution.
    1) Every currency needs to be a reporting currency, but then the model will not perform. There are a lot of enitities and a lot of currencies.
    Do you guys now a more efficient way to solve this problem?
    Regards,
    Eije Wiersema
    Edited by: user10997426 on 15-apr-2009 5:31
    Edited by: user10997426 on 15-apr-2009 5:34

    Your requiremet seems to be of multi currency input across Entities. Whenever, you enter data in Loacl currency with the Currency symbol system picks up that currency as the input currency irrespective of the currency UDA attached to the entity.
    Try this out, input 100 EURO for an Entity whcih has USD as the base. Check the conversions.
    The next requirement is of the currency conversions. If this multi currency requirement is only for some expenses then you can very well modify the existing scripts so that the conversion runs only for those account members and not the entire set of account codes. You can put a specific UDA on these expenses so that you can call the same in the rule.
    Regards,
    Madhavi

  • OBIEE currency conversion

    Hi,
    I have something i don't really understand in OBIEE 10g,
    I have done a full financial ETL load, I went to see my values in predefined financial dasboard , but all my values are in dollars $
    for example if locally i have 7200 in the dashdoard i have approximatively 13,926.
    this value (7200) is the same in the datawarehouse , it is only in the dashboard that it is different?
    My question is how can i change this or convert this to my local value ? Like after an ETL load i still have 7200 in the datawarehouse and in the dashboard !!!
    Also how this convertion to dollar $ occur ? where this calculation is made ? Where can i change those rate in a flexible way ?
    i have made some changes in the DAC $$GLOBAL_CURR_CODE and $$GLOBAL_RATE_TYPE but the result still in dollar $
    Pls suggest.
    Thanks in advance
    Jo.

    Well, Then this is DAC configuration issue..
    Can you make sure you have same value in all these parameters: i.e. "Corporate"
    $$GLOBAL1_RATE_TYPE
    $$GLOBAL2_RATE_TYPE
    $$GLOBAL3_RATE_TYPE
    $$DEFAULT_LOC_RATE_TYPE (the conversion rate type for document currency to local currency conversion).
    Also, for
    $$GLOBAL1_CURR_CODE (for the document currency).
    $$GLOBAL2_CURR_CODE (for the local currency).
    $$GLOBAL3_CURR_CODE (for the global currency).
    The above parameters are overwritten to 'USD' code if you have made use of same OOTB subject areas...Create a new customized Subject Area and give your Currency Code value with rate as 1.
    http://download.oracle.com/docs/cd/E12104_01/books/AnyInstAdm/AnyInstAdmWinInstall45.html
    Hope this is useful

  • Data collection: Conversion exit and Input Conversion of Local Currency

    Hi,
    I'm collecting transaction data from BI where the local currency for one company has no decimal places.
    Therefore if I collect the data with no conversion, the value is multiplied by 100 in BCS .
    has anyone used the Conversion Exit or Input Conversion options?
    - any feedback, tips or useful documentation/links you can point me to?
    All help much appreciated.
    TheScotsman

    Hi TheScotsman,
    I'm almost sure that the reason of this behaviour but the special treatment of some specific currencies (see the OSS note 153707). Just check if you have the currency in the TCURX table.
    If yes, then please go through the links:
    Re: Local Currency COP, KRW values wrong in report
    (I described symptoms)
    Re: Currency conversion cube to report
    (see the document in the link)
    Edited by: Eugene Khusainov on Sep 8, 2008 4:20 PM

  • Currency Conversion in Expert Routine

    Hi
    We have written a expert routine for calculating some amount fields. Now these amount fields get local currency from the source. We need to change it to USD using a standard conversion type. This conversion type already exists. Now how can this be done in expert routine?
    Regards
    Merlin

    Hi Merlin,
    You could use Currency Translation with in BEx Query (It is available on conversion tab of the key figure properties) and use conversion type of USD on the key figure for Amout/Value
    regards
    Kulmohan

  • Amount in Local currency

    Hi,
       When a document is getting posted during FI-Co reconciliation there is a minor difference of 0.01 being posted back to the vendor as a difference between the local currency 1&2(1265120.20-1265120.19).Why is this difference being posted back to vendor a/c.
    And when the amount is converted from USD to MYR the system is not taking the conversion rate defined ,but using the company code currency rate.
    Pls help me with solving the same.
    Regards,
    Manmohan

    Hi,
      Please chk your company code currency.
    Thanks

  • Issue regarding currency conversion

    Hi Experts,
    I'm having issue with currency conversion. Default report output values are displaying in 'EURO' and I had created a toolabar with currency conversion buttons. When this button is selected, values has to be changed into user select currency like INR, USD, AUD. Here im triggering with issues, all the values are converted into 0's. Total value is only converting for first time. From next time. its not converting. I'm using FM's  CONVERT_FOREIGN_TO_FOREIGN_CUR,CONVERT_TO_LOCAL_CURRENCY,READ_EXCHANGE_RATE.
    Please provide ur solutions to solve the issue.  
    Thanks and Regards,
    Bharat

    Hi ,
    You can use this block of code..It is used in our project.
      data : l_rate type ukurs_curr,           "Exchange rate
             l_rate_type type kurst_curr,      "Type of rate
             l_l_fact type i,                  "Local factor
             l_f_fact type i.                  "Foreign factor
    check local currency ,foreign currency local amount are not initial
      check foreign_currency is not initial and
            local_currency is not initial and
            local_amount is not initial.
    Calculate exchange rate
        if local_currency = 'MXN' and foreign_currency = 'USD'.
          l_rate_type = 'MXNT'.
       else.
         l_rate_type = 'M'.
       endif.
    *Call FUNCTION module to get exchange rate
      call function 'READ_EXCHANGE_RATE'
        exporting
          date                    = sy-datum
          foreign_currency        = local_currency
          local_currency          = foreign_currency
          type_of_rate            = l_rate_type
       importing
         exchange_rate           = l_rate
         foreign_factor          = l_f_fact
         local_factor            = l_l_fact
       exceptions
         no_rate_found           = 1
         no_factors_found        = 2
         no_spread_found         = 3
         derived_2_times         = 4
         overflow                = 5
         zero_rate               = 6
         others                  = 7
      if sy-subrc eq 0.
    if l_rate le 0.
      l_rate = l_rate * -1.
    endif.
    Foreign amount
      if l_rate_type = 'MXNT'.
        foreign_amount = local_amount / l_rate .
      else.
        foreign_amount = local_amount * l_rate .
    endif.
      endif.

  • Currency conversion error in SAP HANA

    Hi,
    I am new to SAP HANA and learning to create information views in HANA studio (SAP HANA SP6 on Cloudshare, HANA studio 1.0.68). I am trying to create a simple analytic view (on purchaseOrderItem table in SAP_HANA_EPM_DEMO sample database) to have GrossAmount converted to EUR.
    I added a calculated column as follows:
    When i click on "OK", i get error -
    The check box “Calculate before aggregation” has been unchecked, because the definition of the calculated column contains measures with currency conversion, restricted measures or operands with input parameters. For such a calculated column the calculation is always done after the aggregation."
    and checkbox "calculate before aggregation" get unchecked. See screenshot below:
    Please suggest what could be reason? Thanks in advance.
    Regards,
    Amit

    Hi Amit,
    If you uncheck the "Calculate before aggregation" checkbox and activate the view, you will see in the generated log that a Calc scenario is created. (a view with /olap wrapper). Due to the calc scenario, the aggregation is defined as the default behavior for the KFs and hence the calculation cannot be done before aggregation.
    By the way, I did not understand why do you need calculate before aggregation for a KF which is just a copy of another KF. If you need Gross amount in Local currency and EUR, then just perform the currency conversion without "Calculate before aggregation" checkbox. It will work.
    Regards,
    Ravi

  • Condition type currency conversion during PO

    Dear Friends,
    In the PO, the vendor is from Japan, so the document currency is in Japan. But the freight condition currency is in MYR which we dont want to convert into JPY. Here the system converts all the condition type currencies into document corrency i.e. JPY in this case. After Goods Receipt, when I see the FI document in MIGO T-Code, all the posting comes in JPY and when i change the postings into local currency i.e. into MYR, there is a difference of RM0.02(2 sens) in the posting. As the freight condition value is in MYR, we dont want system to change it to JPY as freight charge not relevant for PO printout. Because os the conversion factor, a podting having difference of 2 sens is done.
    Please advice how to solve the issue.
    Thanks & Regards

    Hi Indranil,
    In m/06 , I have maintained Condition class A    & Condition category as B for that condition type
    Also can you also explain what you meant by "As far my knowledge goes either you maintain it in your tax procedure or in your pricing procedure".
    Regards,
    DGN

  • Currency Conversion based on condition in BW

    Hello,
    I have gone through the cople weblogs/links/doc whatever information I found on currency conversion. However I am not able to figure out what could be done in below scenario. Please guide.
    Scenario -->
    I have STATUS and POSTING_DATE in my Cube. Key Figure in this cube is AMOUNT. Transactions are created in source system in local currency. When data is extracted to BW, I get AMOUNT in local currency and with right clicking on this column in Bex, I can convert it in Fix Target currency or I can permanently create one new column in my report which will always shows fixed target currency for AMOUNT. So far so good.
    Now the problem is I wanted to use the conversison rate maintained in TCURR table based on some condition.
    Ex: IF STATUS=CLOSED, then use Conversion rate as of POSTING_DATE,
            ELSE, use current date exchange rate.
    Standard currency conversion always use curent date for calculating exchange rate, but can I use conversion rate as of POSTING_DATE?
    Please advice.
    Regards
    Pankaj

    Thanks everyone for reply. I really apprecite your help.
    I tried the suggested FM "CONVERT_TO_LOCAL_CURRENCY", just have one more clarification.
    I debuged this FM and saw that Date which we are passing get's inverted as this is how date is maintained in TCURR table. So far so good. But TCURR table normally get's loaded once a month (say at the start/end of month) and so we will have only one date there. However input date which I am passing into thi FM can be any date (as this is the date maintained at transaction level). How do you handle this case?
    Please advice.

  • GL account needs to block for local currency & another cur. needs to post

    Hi,
    I need GL account that should block for posting in local currency, it should post other(forgien) currencies. how can i handle this scnerio.
    if there is any balance,is it possiable to maintain validation.could you please let me know,how i can resolve this problem.
    Thanks in advance
    Jaya

    Hi,
    Though a document is created in foreign currency, system will also update the amount in local currency based on the conversion rate given in the document or maintained in OB08 table.
    If your requirement is to allow only foreign currency transaction for a GL account, then write validation with the condition that - If GL account no is XXXXX, check document currency is not equal to local currency (BKPF-WAERS).
    Regards,
    Rengaraj

  • Payment of foreign currency invoice in local currency

    Hi all,
    PO is created in USD and thereafter GR and IR done.  The payment of this invoice has to be done in
    local currency RUB.  In invoice the currency field is not open for change and hence payment in
    local currency cannot be generated.   How to make payment of USD invoice in RUB ?
    Thanks in advance.
    Regards,
    Sadashivan

    Dear Experts,
    We have a strange case, and requesting the SAP behaviour for this case.
    The document (Invoice posted) in "SDR" special Dinar Rate (not standard currency), and the Local Currency is BHD - Bahraini Dinar, and wanted to pay in Foreign Currency in "EUR". mainted the payment currency in the document.
    As far as I know system will check exchange rates for conversion from SDR - BHD and then BHD - EUR, so maintaining these two combinations are enough.
    But strangely I am getting error while processing F110 automatic payment program, system is giving error "Enter the Rate EUR/SDR rate type M for 04.08.2010 in the system". Message No. SG - 105
    I am facing this error after we upgraded to ECC 6.0 from ERP 4.7 in March 2010.  Paying in EUR is rarely happens.
    Awaiting your kind reply.
    Regards,
    Francis

  • 0SD_C03 report in local currency

    Dear all,
    I would like to get report in my local currency in 0SD_C03 , however all kf's are in statistical currency unit,
    is there any way to get in local currency, i entered in sales order, other than currecy translation in bex?
    Thanks

    hi john,
    just if that is a Standard Query , u can't perform any change over that,
    otherwise u can create a copy query of ur standard query,
    there u can edit the Key figures, nad then in the conversion tab u can select ur Target currency.
    Remeber this Currency transaltion will only take place at runtime,
    thanks.

  • Profit center report with cumulative local currency amount

    Hi,
    I am working to create a report with cumulative local currency .,so that the report data should tally with GL account balance (FS10N).
    This report is for balance sheet accounts . Whenever we used to create report with either report painter or drill down report, the option for defining key characteristics is showing only the profit center currency, company code currency or transaction currency.No option for cumulative local currency.
    Thanks,
    Anitha

    Hi Srinu
    RPC0 applies to CC reports and not PCA reports
    I am surprised by your statement that Summary reports derive values based on Current Fx rate
    GLPCA and GLPCT are the tables that are used in line item and Summary reports.. check the value in GLPCT and do they match with GLPCA or not
    I am still not convinced about your issue.. Why do you need currency conversion in report?
    Assume your comp code curr is USD and Cont Area curr is EUR.. You will be able to see all reports in both currencies without any conversion required during report execution. This is because all the transactions are recorded in these two currencies
    Ensure that the All Currencies indicator is turned ON for your contr area
    Br. Ajay M

Maybe you are looking for

  • Problem saving Word doc as PDF - Vista?

    I have a pc with Vista and Word 2007. I have adobe Reader 9 or 9.1. Some free download or add on thing allows me to save word docs as PDFs. This worked fine to start with but then I found I couldn't move the PDFs I have created from one file to anoth

  • First time safari user on windows

    hi, my website text looks a bit fuzzy in the latest safari browser for windows. does anyone know why this is the case, and is there anything that can be done about rectifying this issue (i know some people might ask to see example using their browser

  • [SOLVED] /sys/class/power_supply/BAT0 reads 0 for all power files

    I'm on a Macbook 2,1 running Arch and just recently noticed that my conky started showing 2 billion % for my battery's charge. Conky simply uses: ${battery_percent BAT0}% In any case, I've manually dug around as well in /sys/class/power_supply before

  • Apple Care for pro software acting like Microsoft?

    I am having massive problems with Logic and system overload messages since upgrading to a 27" IMac quad. This is frustrating because these were the same issues I was having with my 3-yr old dual core. I am waiting to upgrade to Logic 9 since I am see

  • Photoshop CS6 13.0.6 Update installation fail (OS X 10.8)

    Hi, I've tried to install the new update for Adobe Photoshop CS6. The 13.0.6 update, on my OS X 10.8 and it doen´t finish the installation... The error code is U44M2P7. Does anyone know why is this happening? Regards, Frederico Silva