Local Currency COP, KRW values wrong in report

I have the following problem. Any values in local currency COP (Columbian Pesos) or KRW (Korean Won) comes in a report 100 times in value. For example if the value in the infocube is 1950  COP, in the report it shows as 195,000 COP. This happens only for currencies COP, KRW. For all other currencies the value in the cube and report are same. This is happening in AR cube, AP cube, Inventory cube.
How to correct and is there any setting to be done for this.
Please note that i am not using any currency conversion. I am just reporting in local currency .
Ram

Hi Ram,
It should be a bug.
The situation is the following.
For example, you load amount in COP (KRW) = 12345. Since default number of decimal places for amounts with currency is 2, the system keeps amount loaded as 12345,00 (with 2 decimals).
There is a special table TCURX which lists currencies with number of decimals not equal to 2 (you can also access or set values in this table through SPRO -> SAP Netweaver -> General settings -> Currencies -> Set decimal places for currencies).
I beleive you can find KRW & COP in the mentioned above table with number of decimals not set (zero).
During query result generation the system apply the real number of decimals from TCURX table and 12345,00 is treated as amount without decimals (coma simply ignored). That gives 1234500 amount. The same amount in TND (with 3 decimals) becomes 1234,500 etc.
There are plenty of OSS notes about this bug, for example, # 760195. Not sure which one to implement. You’d better contact SAP Support.
As a workaround I can suggest either delete KWR & COP from TCURX table or use amounts without currency or as number (with a separate 0CURRENCY field going into the cube).
Best regards,
Eugene

Similar Messages

  • Display Currency symbol with value in ALV Report

    Hi Experts,
    I need to display currency symbol with value in ALV Report like if currency type is dollar then $200.
    Here I am using field catalog type slis_t_fieldcat_alv and suing field merge catalog FM: 'REUSE_ALV_FIELDCATALOG_MERGE'
    I tried like this
        IF <fs_fieldcat>-fieldname = 'STPRS'.
          <fs_fieldcat>-seltext_s = 'Std Cost '.
          <fs_fieldcat>-seltext_m = 'Std Cost'.
          <fs_fieldcat>-seltext_l = 'Std Cost '
           <fs_fieldcat>-tabname = 'MBEW'.
          <fs_fieldcat>-ctabname = 'T001'.
          <fs_fieldcat>-cfieldname ='WAERS'.
          <fs_fieldcat>-datatype = 'CURR'.
        ENDIF.
    Please any one can suggest the solution for this.
    Advance Thanks.
    Regards,
    Bala Achari

    Hİ,
    Check this link.
    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=24379571
    Take care.
    Çağatay

  • How to ceate a new Country key,currency ,version and value type for report

    hi,
    can you please let me know How to ceate a new Country key,currency ,version and value type for report
    along with tables and tcodes.
    thanking you

    Not clear on your comments
    How to ceate a new Country key,currency,
       version and value type for report
    because in one line you are saying you want to create Country Key, which means your requirement is in some transaction whereas at the end, you say for report.
    Can you let us know you want to develop a report and if so, from which transactions, you want to take datas.  You have to be clear on this.
    thanks
    G. Lakshmipathi

  • Local currency showing higher value in BW compared to ERP - Sales report

    Hi,
    My sales report is showing higher value in BW report compared to ERP e.g
    the report is showing 567,01 and in ERP it is showing 566,94.
    is there a way I can resolve this in the query.
    thanks

    Hi  Bhat,
    there may be lot many factors like
    1)comparision between the Two i.e ERP and BIW.Are the Factors same.
    2)Have u  Deltas captured properly.
    3)have u missed any deltas any day.
    4)Any order that has been modified .
    5)hope u have considered ONE days Lag between BIW and ERP.
    6)To what is ur 0Recordmode mapped to.
    7)Is it because of Rounding OFF Values.
    Rgds
    SVU

  • Amount in local currency showing different value

    Hi,
    I have one issue where document currency and local currency are same(USD).
    After posting the customer document in USD say 1000.00, when i goto FBL5N to check the open items the report is showing the difference of 0.44 (1000.44) in Amount in Local Currency column.
    I received payment of 1000.00 usd from the customer.
    At the time of clearing the system showing 0.44 difference.
    Please guide me how to resolve this issue.
    Regards,
    Krishna Kishore

    Hi,
    Not yet. Temporarily i am charging off this difference to expense account.
    Regards,
    Krishna Kishore

  • Preventing display of currency unit infoobject values in a report

    Hi,
    For a currency type key figure, there is a currency unit infoobject specified. This has INR (Indian Rupees) as its value in the infocube for all the records. When I display the KF in a report, the value of the associated currency unit also gets displayed with it. Is there any way to not get this display of the associated currency unit other than not having any currency unit values in the infocube?

    Hi Jr,
    Thanks, that works.

  • How to display Currency Unit beside value in BEx Report?

    Hi,
    I have 2 separate Amounts in the columns area. Their respective currencies exist as Characteristics in Unit dimension. How do I display the amount along with currency unit beside it?
    As of now my Report looks like....
    Amount 1              Amount 2
    2000                     3000
    I would like to display it as......
    Amount1           CUR                Amount2          CUR
    2000                 EUR                 3000               USD
    Thanks,
    SD
    Edited by: Sebastian D'Souza on Jan 16, 2009 11:40 AM

    Hi Sebastian,
    Yes it can be possible to get the currency unit along with currency in ur report.
    To do this, first of all u need to have the currency unit in ur flat file or else in ur data.
    If u have so, here are the steps to do that.
    1.Double click ur amount info object under 'currency/unit of measure tab' , in the unit/currency field just give as 0currency.
    2.And then activate ur info object.
    3.In Transformations u will find another field '0currency', just map it to the amount field.
    and then do the process as usally loading data to target, and the execute the report.
    u will be able to see currency unit filed also.
    hope this helps u.
    Thanks,
    Sai Chand.

  • 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

  • GR/IR clearing value in local currency

    Hi All,
    I have a service PO (Item cat D) in which the vendor and local currency is same as USD.
    when I see PO history, the amount of SES and GR (101) is shown as 0 (ZERO) in  "GR/IR clearing value in local currency" colunm, however the amont of IR is displayed here (NOT 0).
    Can you please help to undersatnd of this behaviour.
    Thanks in Advance.

    Hello Kumar,
    When a Po is created two currencies come in to picture
    One- The document currency, which is generally the vendor currency also or the currency in which the items are ordered.
    Two- The local currency or the Currency of the company code or the currency in which account postings take place.
    The GR/Ir clearing value in local currency is the  value that is viewed in the company code currency. This is dealt in the background and should not cause any issues at all

  • Depreciation in Local Currency 2

    Experts,
    We had missing exchange rates which we added into OB08. However, there were depreciation runs posted prior to adding these missing exchange rates and therefore the depreciation runs were posting depreciation amounts in local currency 2 using the wrong exchange rate. Now that we have added in the correct exchange rates is there any way to adjust or recalculate the depreciated amount in local currency 2 to reflect the updated rates?
    I have tried running AFAR, but get no results in order to process further.
    How can we ensure that the new rates are considered going forward for depreciation?
    Thank you!
    Savitha

    Hi Ajay,
    I think you are saying to pass a journal entry using F-02. But how do I pass that into the parallel currency only? By specifying the company code and entering with local currency 2? How can I enter this without entering an amount for the company code currency? Also, you are suggesting that I hit the same accounting as regular depreciation postings, but I cannot find a transaction type that will allow me to post. Will I need to create a new transaction type?
    After changing the exchange rates the new depreciation postings are not recognizing the new rates. Even when I try to run repeat depreciations it still does not adjust local currency 2. Should I block and reenter these assets in order to get them in the right exchange rates or is there a better/simpler way?
    Thanks!
    Savitha

  • Second Local Currency is ZERO in Depreciation Posting

    Hi
    In our SAP system we have set a second local currency in FI. It posts fine everywhere, posts in local and second local currency.
    Asset posting also post fine.
    But Depreciation posting do NOT post fine, the local currency has a value but second local currency is zero.
    How can I rectify this???
    Thanks in advance

    Hi,
    Have you maintained table OABT?
    Study the useful documentation about this Tcode in the following Menu path:
    SPRO >> Financial Accounting >> Asset Accounting >> Valuation >> Currencies >> Specify the Use of Parallel Currencies
    Thanks
    Palani

  • Wrong "Amount in Local Currency" value shown in accounting document

    Hi,
    I have a customer payment accounting document, in which for some line items the "Amount in local currency" values are wrongly converted.
    What could be the reason for these wrong values.
    Thanks,
    Chaitanya

    Hi Chaitanya,
    May I know what t-code you used to post this doc 14-9099?
    I presume 10004719 is your customer and you are offsetting AR invoice 198.09 with credit memo 213.09
    I try to simulate this offsetting in my sandbox with F-32 and I got
    DR Bank Charges
    CR Customer
    CR Forex
    I didn't get 2 lines of customer as seen in your screenshot
    Thanks and Regards,
    Chee Chung

  • MIGO - cancelled/reversed GR - Wrong Amount in Local Currency value (DMBTR)

    Hi Experts,
    I have a GR with an amount in local currency of 2,205.00.
    Qty in Unit of Entry = 35 EA
    Qty in SKU = 35 EA
    Quantity Ordered = 3.900 EA
    Quantity Received = 2.096
    Can you please tell me why the reversed GR is picking up an amount of 2,206.11(different amount) instead of 2,205.00 which is the amount of the GR that causes the imbalance on the PO. Expectation is the amount must be still 2,205.00.
    How can I know where/what the program pulls that amount?
    Hoping for your replies SAP Experts!
    Thank you very much!

    Hi,
    When you mentioned Wrong Amount in Local Currency, do you refer to any foreign currency involved in this transaction?
    Thanks,
    Gordon

  • Financial Analytics Reports in Local Currency

    Advise needed to help in configuring BI Apps such that the Financial Analytics reports (GL, Payables, Profitability & Receivables) show the transaction values in local currency i.e. INR instead of the default global currency USD.
    I have changed the source parameter values in the DAC Container Setup while loading the data from an EBS R12 instance. The following source parameters values have been changed to INR from USD -
    $$GLOBAL1_CURR_CODE (for the document currency)
    $$GLOBAL2_CURR_CODE (for the local currency)
    $$GLOBAL3_CURR_CODE (for the global currency)
    However, the Finacial Analytics Reports do not show any transactional values for the selected Ledger (having INR as the global currency). The data is populated in the Local Closing Amount, Local Opening Amount etc columns of the Fact - GL Balance but no data is populated in the Closing Amount (Global), Opening Amount(Global) etc columns.
    Please advise to resolve the above mentioned localization issue in Financial Analytics.
    Regards

    Are you looking for Changing the Default currency in OBIA Dashboards

  • Report want to see the local currency

    dear all
    i run the report me8fn, its show the toal value of order currency wise, but i required local currency.
    what is the way pls explain me.
    i run like theis
    62000000 to 629999999
    thanks

    Generally purchase order will be in document currency,In GR it can be shown in local currency,Use dyanmic selections in ME80FN,
    move exchange rate to right side,enter exchange rate as 1,put condtion not equal to 1.00 or otherwise use selective vendors if
    its imports,in report,change view -->purchase order history.

Maybe you are looking for