Different currency apperance in report

Hi all,
when the currency has to appear different in the report what could be an easy or best way to handle it?
The currency in the ERP is for each country available for example for company codes from Hungary, Malaysia, Japan, China is local currency available (there is also a currency type column available with the type 10, that means it is local currency). This data is loaded into the BW.
In the report the credit control area has to have the currency which is global in Dollar.
The thing is that the local currencies should appear in the local currency and the credit control area in the Dollar.
Could this be handled/ displayed in a report?
Thank you for your help!

hi2guru wrote:
> Do u want to display the values in particular currencies?
Hi,
I want to have for each row the local currencies and specific rows corporate currency.
For example (1111 (this is the company code)) and 0010 (this is the corporate currency):
1111  1000,00USD
2222  2000,00JPY
3333  3000,00RMB
0010 1234,00Euro (1234,00 as example conversion in corporate currency)
So I have rows with local currency which are transfered all into the BW and displayed in the report.
And I need particular rows where the conversion should be displayed.
I know the transaction RSCUR but don´t know how to handle the different currency appearance in the report.

Similar Messages

  • Different currency symbols in report

    Hi All!
    Can anybody show me how to create international reports. I need to show different currency symbols in the same report but for different clients.
    I try to use set_nls function, but no luck.
    Any suggestions will be appreciated!
    It's urgent.
    Mike

    hi2guru wrote:
    > Do u want to display the values in particular currencies?
    Hi,
    I want to have for each row the local currencies and specific rows corporate currency.
    For example (1111 (this is the company code)) and 0010 (this is the corporate currency):
    1111  1000,00USD
    2222  2000,00JPY
    3333  3000,00RMB
    0010 1234,00Euro (1234,00 as example conversion in corporate currency)
    So I have rows with local currency which are transfered all into the BW and displayed in the report.
    And I need particular rows where the conversion should be displayed.
    I know the transaction RSCUR but don´t know how to handle the different currency appearance in the report.

  • Show 3 different currencies in the Report

    Hi Experts,
    In my query I have three key figures which are shown in local currency. Now i have a new requirement wherein they would like to see the key figures in local, document and group currency based on selection.
    How do I go about it?
    Should I create three different columns for each of these key figures and then do conversion but this would look very messy and ugly.
    Is there another way wherein in the selection screen I can ask the user to select his local currency, target currency and then exe

    Hello,
    I am not sure what you mean by ugly..does it mean more number of records??
    As other have suggested you have the identifier currency type to identify the currencies but if not present then you will have to go for currency conversion.
    If you want to give selections at the screen then you will have to do currency conversion at the query level.
    There are a lot of documents which explains currency conversion at query level.
    If you do currency conversion at query level  then you will not to create any extra column...the user will have to just select the target currency while running the query and you will have to use the currency conversion in the key figure properties...this will give you the values in the currency you require.
    you will have to create a input enabled variable on 0currency and use it in the query as restriction. search the SDN for documents as you will find a lot ofdocument on how to do it.
    Regards
    Ajeet

  • Report to show different currencies

    Dear Experts,
    Currently my report shows value in local currency.
    In my report I need to show the PO Value, GR Value etc in local, order and group currency. While investigating the underline Cube and DSO's, I find the following:
    1. There is no 0Curtype object in the DSO or corresponding values coming from Datasources.
    2. Each record has an Exchange Rate attached to it.
    3. All the PO values are converted to local currency. Say a PO is ordered in CAD and the local currency is USD. Now in the transformation the PO Value is converted to local currency using the program PERFORM LOC_CURR_CONVERT which uses the Process Keys, Order_Val, Doc_Date, Order_Curr, Loc_Curr, Exchg_Rate.
    4. This is done for other key figures too.
    Questions:
    1. Which the best way to approach this requirement and how to achieve the objective of showing the report in local, order and group currency? Do I need to make changes in the design if the cube, dso or only at report level and how? pls provide detail steps.
    2. In the DSO or Cube's I do not see any Group Currency mentioned? What is Group Currency and how do I achieve it?
    Thanks,
    Jainu

    Hi Jainu
    There is no need to change the Cube or DSO's design. Firstly Group currency is usually the global reporting currency used by your client. Usually it is USD if your client is based out of North America. Secondly you need to define different currency conversion types. For that go to RSCUR transaction and define a currency translation type.
    - It can be AS02 (Month Average Rate) or AS01(Month End FX Rate) or M (Daily exchange rate) type based on your requirement.
    - These values will be available in the TCURR table in your system and will be transferred from SAP R/3 to your BI system.
    - In the Currency Translation type definition choose Exchange Rate type in the exchange Rate tab.
    - In the currency tab choose "Source currency from Data Record, Target urrency as "Fixed Target Currency" and choose USD in the F4 help.
    In the Time Ref tab choose Fixed Time Ref and Current Date.
    Activate and move this translation type from Dev to Production in a transport. In order to do a currency conversion using this translation type in your query, choose your key figure and in the conversions tab, choose the conversion type and the Target Currency will automatically get populated as USD. When you run this query after these settings it will return your key figure values in USD. Remember that in the TCUR table your conversions should be maintained for all currencies to USD for this to happen and your READ_EXCHANGE_RATE function module should be defined.
    This is a generic approach and does not need any cube or DSO change.

  • Show report in different currency depending on user parameter

    hi all,
    i'm trying to show my report in different currency, depending on users given parameter.
    i hold my account balance in USD based. User should select one parameter, in which currency they want to see their account balance. (e.g. EURO, GBP ...) and depending on their selection, i want to convert USD based info into chosen currency, by fetching field from currency table and making some calculation.
    also i want to include in report currency($, £ ...) accordingly ().
    how can i achieve this, has somebody any suggestion to me?
    thanks in advance.
    bogi.

    hi,
    i think i need to explain my problem more detailed. anyone who has suggestion, please help me.
    i have 3 tables account, times and currency.
    - times table has time_key, date, day_of_week fields.
    - account table has - account_balance and time_key_FK fields.
    - currency table has currency_type, amount, time_key_FK fields.
    1. i have function decode(:Currency,'USD',account_balance,'EURO',--here i want to replace my calculation CALC1---)
    CALC1- this calculation need to some calculation like this: account_balance * (fetched field from this sql)(select amount from currency, account where currency.currency_type='EURO' and account.time_key_FK=currency.time_key_FK)
    i tried to do this, but discoverer plus doesn't let me make condition and calc. i'm very confused.
    2. after i achieve this query, somehow i want to display on worksheet on which currency is it based. can i get parameter value, and show this value as in column heading?
    tnx!!!

  • Invoice report with different currencies

    Dear friends,
    I need a report for invoices. I want to choose currency from selection screen. And report will calculate invoice amount with this currency. Does SAP have a standard report for this?
    How can I see invoice list with different currency?
    Thanks

    Thanks for your interest. But I am looking for invoce report. For example I have 3 PO
    PO number      Currency      Amount
    121100                EUR             100
    121101                TRY              200
    121102                USD              300
    I want to see a invoice list like below
    Selection screen :
    Report Currency : USD
    When I execute I want to see report like
    PO number      D.Currency      Amount          Report Currency (I choose USD and amount will exchange to USD)
    121100                EUR             100                       68
    121101                TRY              200                      150
    121102                USD              300                      300
    Is it possible?

  • Different currency  CN41 report

    Does Anybody knows how to change the CN41 report currency? This report usually shows the project costs in controlling area currency. The customer wants to see both, the controlling area currency and another chosen currency.
    Thanks
    James

    Think currency translation is not covered in case of structure overview reports.
    Also you should be using CNS41 instead of CN41.
    Regards
    Sreenivas

  • Stock Posting List - Negative Value when Different Currency in PO

    Hi experts,
    We would like your help on the following scenario.
    A Purchase Goods Receipt PO and a Purchase Invoice are added in SAP 9.0, on the same date, in a different currency from the system's currency; system's is Euro and Purchase documents are added in JPY (Japanese xen), i.e. 300 JPY. When checking the "Stock Posting List" report for a number of goods that were purchased with the above documents, the report presents the line of the Goods Receipt PO with the value of 270 JPY, and the line of the Purchase Invoice with  a negative value, i.e.-15 Euro.
    Has anyone faced the same issue?
    Thank you in advance.
    Kind Regards,
    Vassilis Korolis

    Both queries have the default value of  "Only Posted Values for Navigation".
    As I was looking at this, I did realize the following though.
    Remember, I mentioned that my zcurrency_mand field has a Reference Characteristic of 0currency.
    Query 1:  The key figure that is being converted is tied to 0currency in the back end. (this is the query that works).
    Query 2:  The key figure that is being converted is tied to 0inv_curr in the back end.
    Both of the currency conversions are using zcurrency_mand.  Should query 2 be using a new variable similar to zcurrency_mand, but with a Reference Characteristic of 0inv_curr?
    If the answer is yes, I tried creating ZINV_CURR_MAND with Reference Characteristic of 0inv_curr, but am getting the following error when I try to save the changes to Query 2
    [E117(BRAIN)] Errors: Variable ZINV_CURR_MAND2 is not permitted for the target currency. 
    Thanks,
    Jennifer

  • Currency conversion in report

    We have sales amount reported by various operating units in different currencies.
    However we need to summarize in USD and in EUR at the time of report execution?
    How to ensure that data is converted in to USD,EUR using  monthend rates and summarized during execution of reporting..

    Here is an example using the the AdventureWorksDW sample datawarehouse in SQL Server 2005...
    SELECT
    frs.SalesOrderNumber,
    dt.FullDateAlternateKey AS OrderDate,
    frs.ExtendedAmount AS CurrencyUnit,
    fcre.EndOfDayRate,
    frs.ExtendedAmount * fcre.EndOfDayRate AS Converted_EURO_Currency,
    fcru.EndOfDayRate,
    frs.ExtendedAmount * fcru.EndOfDayRate AS Converted_UsDollar_Currency
    FROM FactResellerSales AS frs
    INNER JOIN DimTime AS dt ON frs.OrderDateKey = dt.TimeKey
    INNER JOIN FactCurrencyRate AS fcre ON frs.OrderDateKey = fcre.TimeKey AND fcre.CurrencyKey = 36  --EURO
    INNER JOIN FactCurrencyRate AS fcru ON frs.OrderDateKey = fcru.TimeKey AND fcru.CurrencyKey = 100 --US Dollar
    Hopefully this will get you pointed in the right direction
    HTH,
    Jason

  • SUB-Group consol. in different currency i.e. other than group currency

    HI Friends,
    Consolidation Group currency is "USD". In the consolidation hierarchy, i have one sub group where all the companies are in AUD.
    Now the requirement is that australian sub group requires sub consolidation in AUD.
    Currently we are doing sun consolidation and the results are as expected, but they are in group currenmcy "USD".
    Is there any option to get the sub groupconsolidation report in AUD i.e. different than group currency.
    Thanks in advance,
    Regards,
    Richard

    Hi ,
    Yes it is possible.
    Direct in UCMON and change your group currency, but you must do again full proces consoidation in this group currenct,  or in  your query (query designer) you create a new report and use transaltion currency direct in report.
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/62/f7e73ac6e7ec28e10000000a114084/frameset.htm
    Please, read Consolidation in Multiple Group Currencies .
    Regards, 
    anka
    Edited by: Anka on Jul 8, 2010 4:37 PM

  • List / database currency in FAGLFLEXT reporting (FGI0)

    Hi everyone
    We have a number of New GL reports that can be run under transaction FGI0. However, they all have the same problem, that when displaying the reports as "Graphical report output" the users can go in under Setting -> Currency and enter a currency that the report should be translated into. When leaving the reports the users can save the definition of the report being unaware that this translation takes effect for everyone running this report. Furthermore the users following can not see that the display currency is different from their local currency since it is not part of the selection data!
    Do you know of any way to block this option to change currency away from the local currency in the reports?
    Kind regards
    Steen Koefoed

    se16-->AGR_HIER
    AGR_* will be tables for Roles. Tables SMEN_* are for user favorites.
    You can find the information you want in table AGR_HIER.
    In this table you can select the role,
    In the field REPORT, select RRMX ,this will show you all roles with their workbooks.
    AGR_NAME = ROLE (technical name)
    REPORT= RRMX
    Hope it Helps
    Chetan
    @CP..

  • Use issue in Currency Exchanges in report

    Hello Gurus,
    Please any one help me on this issues..User is facing some problem with exchange values in reports...please find the issue below and do the needfull.
    >
    Our sales are based on EURO and CL is also applied with EURO.
    Customer: Turk Prysmian
    CL: 50.000eur
    Sales: 43.000eur
    With TT30days
    Atradius insurance limit: 50.000eur
    The reason of over credit is due to exchange rate difference of the time approved the CL and today?
    We can not get any OC report from DWH system based on EUR.
    If we are able to get the report with EUR, we should have no OC.
    Please suggest me how to convert this currencys, but in the same report for this customer i am checking 2 currencies like TRY and EU1.
    Please advice me  what to do for getiing EUR insted of different currencies.
    Thanks in advance.
    Regards,
    Sekhar.

    i got the solution
    Its explained in metalink note 443433.1

  • Can we generate two invoice  for same product in two different currency

    dear all gurus,
    actually we are in export sales
    so we are generating export invoice.
    my client is asking for another invoice in INR too this is called comercila invoice
    with this i ve to generate the ARE form
    so how to do this three things
    1.export invoice in foreign currency
    2.commercial invoice in INR
    3.ARE form with referance to this export sales
    with regards
    subrat

    Hi Subrat,
    I really dont know how this scenario can be handled.
    2invoices for the same order is not allowed legally also. So if the user is asking for it, may be first they need to discuss this with their legal department.
    If they say ok, then you may think of only an output, where you can change the values with a standard exchange etc. But having 2invoices in the system of different currencies for a single sales order will lead to lot of problems in reporting.
    Can somebody throw some light on this, on how to enable this without any problems.

  • Same asset posting in different currencies?

    Hi,
    I have to create asset detail report. I wanna know that can same asset be posted in different currencies? aand  can same asset have multiple cost centers???

    Hi,
    No.
    -> otherwise you must divide your asset in different sub-assets with tcode AS11
    greetings
    and blessed New Year to all SDN members
    Andreas

  • Tax account different currency than document

    Experts,
    I have a client who need to create a US Dollar AR Invoice but track the Tax on that Invoice in Euro on the accoutn level.
    I have created a Sales Tax Account that only allows Euro currency, but when I enter this Invoice, I get an error on the currency in that account.
    Is there no way to have 2 currencies in one document?
    Thanks,
    Marli

    Hi Marli.......
    Transactions in Two different currencies are not possible at a time. If you want it to be happened then go for Multicurrency transaction. Here at the time of transaction put the Ex rate for US Dollar as well as for EURO.
    When you run the ex rate report hope this will give you correct effect.
    I would suggest you to do it in Demo version.....
    Regards,
    Rahul

Maybe you are looking for

  • HOW TO DISABLE THE VIEW OF CONTACT

    Hi I want to know how to disable contact view from a friend taking my phone exemple : If I give my cell phone blackberry 9900 to a friend for 1 day, I want for him the possibility to answer phone call and see who is calling him ! , buy I want to disa

  • Starting Servlet at Server Startup

    Hi all!           We are desperately trying to initialize a servlet at weblogic 5.1           startup.           When simply registering the servlet it works well.           Now we tried to set up autostart for the servlet according to the docs      

  • Edit eyes in elements 8

    My dog has cataracks and her eyes look like light bulbs how can I fix?

  • I am using webservice in ejb but it is giving Naming exception in NetWeaver

    hai this Guru. i am working as javadeveloper . in my project i am using webservices in ejbs. i am using netweaverdeveloper . my problem is whlie accessing webservices in ejbs it is giving Namingexception . please tell me the procedure for accesing WE

  • IPad 3 needs to be unplugged and re-plugged USB before iTunes will Sync it... Huh?

    My iPad 3 needs to be unplugged and re-plugged USB before iTunes will Sync it... It can be plugged in and online in iTunes, with the home screen showing, and iTunes just hangs when I try to Sync it, unless I unplug and re-plug it USB Anyone seen this