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

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.

  • Reporting Services will not automatically use a different replica for the report server databases when a failover occurs. How to overcome this issue

    Reporting Services offers limited support for using AlwaysOn Availability Groups with report server databases. The report server databases can be configured in AG to be part of a replica; however Reporting Services will not automatically use a different
    replica for the report server databases when a failover occurs. How to overcome this issue? is there any workaround for that..
    Rahul

    Hi.
    With the AlwaysOn listener you should have a single DNS name to connect to regardless of which cluster node is active. Are you using the listener service? If not, please refer to the link below.
    http://msdn.microsoft.com/en-us/library/hh213417.aspx#AGlisteners

  • Invoice posting with different currency for the same PO

    Hi,
    Can we post the the Invoice with different currencies for the same PO.
    For example.
    PO has Qty 100 pcs.  amount 100 USD
    GR   Qty 100 pcs.
    Is it possible to post Invoice of 50 pc with 50 USD, and 50pcs with some other currency.
    Any sugggestions pls.
    Thanks,
    Satya

    Hello
    As per my knowledge, that is not possible.
    And in whjat scenario, we need to do that?
    In MIRO header itself we have the vendor currency, so it is not posbile to maintain different currency in different line items in MIRO.
    If you want, you can do MIRO in different currency that what is in PO.
    In the example given, you have o post 2 invoices, one for 50 qty in USD and the other 50 in different currency in other invoice transaction by giving the currency in basic data-invoice header and then only press ENTER after giving the PO number.
    Hope this helps
    Regards

  • I have a macbookpro with a second monitor connected using an Apple connector.  The two screens show different parts of the desktop.  My cat walked across the keyboard, and now the two monitors are showing the same thing.  How do I undo what the cat did?

    I have a macbookpro with a second monitor connected using an Apple connector.  The two screens show different parts of the desktop.  My cat walked across the keyboard touching various keys, and now the two monitors are showing the same thing.  How do I undo what the cat did?

    Have you tried HELP in FINDER?  If you open HELP and enter 'displays' in the field in the upper right hand corner you will get a list of topics on setting up monitors.  Specifically read 'Setting up multiple displays to show the same image' and 'Setting up multiple displays as an extended desktop'.
    Ciao.

  • 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.

  • Selection of Currency in the report

    Hi Experts,
    I've a web report in which there is a structure cotaining different columns (around 10 columns) all with KeyFig as 'Amount in LC'.
    There is a requirement that the user should be able to choose whether they want to see the data in LC or LC translated to GC (translation will happen in report).
    Now the issue is that if they choose to report it in GC its fine. I can create a variable for 'Target Curr.' in Currency translation settings. The user can then choose GC as target currency and execute the report. However, if they want to reprot in LC then I have an issue becuase there is no single LC in this case (multiple company codes).
    Could you suggest a work around/ solution for this?
    Regards
    SSC

    OK, I see...
    Well, using two structures is not the trick in this case to solve the problem of keeping track of what currency to convert to...
    To keep track, you need to have a set of all key figures for each comp code. So you would have to hardcode all the sets of columns by compcode and fix the currency trans for each set + 1 more set without currency trans.... that's a biiiiig structure
    You could then group within the structure and utilize the open/close feature of the display hierarchy to let user choose what to see....
    ....Not really a nice solution... maybe there is another way, I dont know...
    br
    Jacob
    Edited by: Jacob Jansen on Jan 20, 2010 7:56 PM
    ...since it's a web report, could you use a different web template and use two reports, one with conversion, one without and then let users toggle between the two in the web app?

  • Different Units in the Report

    Hi All,
    We have a cube in which we store delivery quantities in sales units. We have another ODS in which we store the delivery quantities in different units, say Litres, KGs, Pounds etc.
    Ex:
    Cube:
    DelNo quantity Unit
    1001        100      L
    1002     150     KG
    ODS:
    PODNo Item Quantity Unit
    1001     10   100     L
    1001     10   160     KG
    1001      10   200     UG6
    1002     10   110     L
    1002      10   150     KG
    1002        10   190     UG6
    The User wants a flexibility to look at the quantities in different units i.e they want a variable on selection screen in which they input the required Unit, say KG, then all the quantities in the report should show in KGs.
    In the above given example for Del No 1001, cube stores the quantities in 'L' but it has to be displayed in KGs by taking the KGs value from the ODS.
    Is it possible to do this?
    Both DelNo in cube and PODNo in ODS store the Delivery Number but both have different technical names.
    Rgds,
    Nene.

    Hi nene,
                    To do Quantity conversions at report levels,
    please follow these steps.
    1)Maintain settings at infoobject level(under BEX settings tab),
    whenever u made this setting and activate the infoobject one DSO name with "Generated Data Store Object " will be generated.
    2)Run the DTP where the default DSO was generated
    3)goto Tcode RSUOM,goto tab "Conversion factors",give reference object(as which object u need unit conversion)
    4)Under UOM tab select the option of source quantity and target quantity unit
    5)Goto BEX,under the properties of keyfigure >conversion>unitconversion have to be taken,variable comes here as conversiontype u have given at RSUOM tcoce.
    Hope this helps you
    Thanks,
    Praveena.

  • 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.

  • Multiple value variable - not showing Multiple values in the report

    Hi,
    I have careated a Multiple value variable for one of the characteristics in my Query. however, When i run the Query and select multiple values for the same, the report displays values for only the first selection.
    Could you help me resolve this ?
    Rgds
    Shweta

    Hello Shweta,
       Are you running the report in the Analyzer excel or Web?
    May be you can check the following:
    1. Use the latest FEP. It is working for me.
    2. May be the other values that you selected do not have corresponding keyfigures values. Hence it is showing only the first one.
    Try selecting other values ( except first one selected this time )
    Regards,
    Sheik Bilal

  • I am still having issues with the TOC. I finally got several chapters and sections to show different pictures in the TOC, but have spent hours trying to figure out how to repeat it. This should be so simple. Is there an update? Please help us Apple.

    I am still having issues with the TOC pictures. I got several chapter/section photos to show up, but can't seem to repeat this success. It is some mystery that happened during a time that I had practically given up. This should be such a simple thing. Drag and place a picture into the placeholder and it shows up in the TOC....right? Help, help help! want to get this thing done and it's taken two days of work just get some of the photos to show up. I am going to have to publish this ibook with no photos in several sections.....why can't this be simple? I have even had someone else spend hours trying to figure this out. This software is such a GREAT idea....come on...help with this little part of it.

    I had the same problem myself. I got to the point where I couldn't replace the photo, of a new chapter, in the TOC. What I did was to duplicate an existing chapter that was working and was able to replace it's TOC's photo. I also found that if you try different areas of the photo you can sometimes get it to replace correctly. For example, instead of dragging the new photo to the middle of an existing photo, try dragging it to the right top corner.

  • SCOM show every object in the report

    Hi,
    i got the following output in the report all objects are appearing before the report itself, any help in not showing this ?

    Hi,
    Do you mean that without click on plus sign, all objects are shown in the report?
    Then what happen when you click on plus sign?
    As far as I can tell, the report is build by report builder, and stored in the corresponding management pack, if you don't want the report like this, then we may need to rebuild it with designer, or create another report by using report builder.
    Regards,
    Yan Li
    Regards, Yan Li

  • How the show parameter form for the report over the web by using an url ?

    hello,
    my url to call my report is :
    http://server/reports/rwservlet?report=rtm0350.rep&desformat=html&userid=un/pw@hostring&server=rep_server&paramform=yes
    but it doesn't show me the parameter form to introduce the parameters and I get :
    'FINISH SUCCESSFULLY'
    has anybnody any idea ?
    thank's

    If this is a 'paper' report then =yes has always worked for me as long you have parameters declared in the report.
    Description Use PARAMFORM to specify whether to display the Runtime Parameter
    Form when you execute a report through CGI or a servlet. PARAMFORM is used only to
    supply parameters to paper layout reports, not JSP-based Web reports.
    Syntax PARAMFORM=YES|NO|HTML
    Values
    ■ YES Display the Parameter Form.
    ■ NO Do not display the Parameter Form.
    ■ HTML Display the Parameter Form in HTML format.
    Message was edited by:
    Bob C

  • Keychain showing different character for the password

    Hi just wanted to ask why my keychain is showing different character for my password in my AIM and Yahoo account? When i mark the show password its show plenty of letters but not the one i am really using. How can i show the right one?

    Hi Irvin,
    If you see a crazy corrupt password, I'd delete that item, ythen login yo AIM or Yahoo again to create a new one, unless you don't remember your PW, then try Keychain First Aid under the Window Menu item, then either check the Password under that item, change it, or delete it and start over.
    Resetting your keychain in Mac OS X...
    If Keychain First Aid finds an issue that it cannot repair, or if you do not know your keychain password, you may need to reset your keychain.
    http://support.apple.com/kb/TS1544

  • Showing Prompt values in the report

    A report contains two prompts. Users want those values shown in the report, ideally in the title. Is this possible? If so, please provide some direction.
    Regards,
    JS

    You can do so by using presentation variables for those prompts and then using those variable names in the report title.
    Doing that will give what your users want.

Maybe you are looking for

  • Size of thumbnails in spry image slideshow with filmstrip

    is there some way to make it so the thumbnails on the filmstrip show a mini pic of the actual linked photo. At the moment it only shows a section of the photo (often BG) which kind of defeats the purpose of having a thumbnail filmstrip at all. Thanks

  • Tracking down mysterious reloads

    Hi, we have a client/server application using TopLink. Our data is some huge graph that is completely loaded into TopLink's instance cache at server startup. This takes a while and is perfectly ok as long as the clients get good response times afterw

  • Language control for Goods Receipt Slips from MIGO

    Hi All, We are trying to print a Goods Receipt in Finnish via MIGO. The Finnish version of the SAPScript form exists and is active, the corresponding Plant language is set to Finnish, and we are logged on in Finnish. When we perform the Goods Receipt

  • Xorg/xine crashes real bad

    Hi all! I run Arch (0.7 version installed through ftp) with fluxbox cvs-version (updated last time a couple of days ago). When I run xine (nvidia's twinview is enabled so I can watch on my TV) and if I happen to put the xine-window outside the screen

  • Timezone from offset

    Hi Folks, To retrieve the client time zone, i gathered the timezone offset through javascript from the client. And i need to produce timezone from this offset at the server side. Hence please let me know, if there is any chance to produce the timezon