How to show current currency rates in a query?

Hello!
I want to get a query like this:
Input fields:
- Currency (e.g. USD)
- Period (e.g. 001.2008 - 003.2008)
Output table:
RUB-------EUR
Jan 2008---24.2--
0.8
Feb 2008--23.5--
0.9
Mar 2008--25.6--
0.7
I use 0CURRENCY and 0FISCPER charasteritics to form this table, but what key figures should I use to get this vlaues?

Is this query needed for end users ?
if not, just go into your SPRO, and check the Currency conversion rates.
If yes, maybe you should create an ODS feeded by TCURR and relative tables.

Similar Messages

  • How to show current year and last year sales in a WEBI Report

    Hi Guys
    How can show current YEar Sales in one column and Last YEar Sales in the other column based on a user prompt for the Current YEar Column.
    For Example is user enter 2010 for Year how can i show a Column for Sales-2010 and Sales 2009.
    Thanks

    If you can modify your Universe add an object named New Object Last Year whose SQL is:( yourTableName.Year + 1)
    Then in WebI create two distinct queries in your query Pane. In the first one you could do this:
    Query 1:
    objects: Year, Sales ... etc.
    filters:   Year Equal to '1. Prompt Year'
    Query 2:
    objects: Year, Sales ... etc.
    filters:    New Object Last Year Equal to '1.Prompt Year'
    Then in your report you can drag each object on their respective columns.
    If you don't want to use two distinct queries, use one like this:
    Query 1:
    objects: Year, Sales ... etc.
    filters:        Year Equal to '1. Prompt Year'
                 Or
                      New Object Last Year Equal to '1.Prompt Year'
    Edited by: PadawanGirl on Jun 23, 2011 6:28 PM

  • How to deal with currency rate fluctuation

    we have purchased some material from out of india in dollar currency.
    Rate of dollar is suppose 48 and we have to pay this amount after 270 days and at that time suppose rate of dollar is Rs 50
    how to deal with this Rs 2 increase in dollar which we have to pay in future.
    two option
    either we revaluate material every qtr
    or we make a provision for   decrease / increase in currency rate using a provision account and donot revaluate material every qtr
    how to deal with currency rate fluctuation

    Hi,
    You have 3 options.
    1.Fix the exchange rate in the PO before you post MIRO.
    2.Enter the exchange rate in the MIRO screen while invoice posting.
    3.At SPROMMLIVIncoming invoice configure how exchange rate diff are posted you can configure.
    Regards,

  • How to  analysed the currency rate in sap system

    Dear Expert,
    Please give me a  important point
    1. when raised PO  in USD
    2. AFTER TWO MOTHS GRN CAME .AT THE TIME OF GRN ,USER CHANGE THE PO CURRENCY RATE(ACCORDING TO BILL OF ENTRY DATE )
    3.MY POINT OF VIEW USER TOLD IN SYSTEM WHEN I UPDATED THE CURRENCY AND SYSTEM HOW TO PICK OF VALUE.
    EXAMPLE:
    LET US TAKE AN PO
    DATE-01.012.2011 ,QTY 10, CURRENCY RATE -48 USD AND UPDATED IN OB08 AND SAVE THE po.
    2nd case-
    GRN CAME 2.02.2012 .THAT TIME CURRENCY RATE IS 50 USD. IN THIS TIME USER WHER HE WILL CHANGE CURRENCY RATE .IN SAME MANNER ANOTHER GRN CAME 03.02.2012 AND CURRENCY RATE IS 46 USD .HOW TO SYSTEN KNOW THE RATE IS CHANGING AND PICK THE RATE IN GRN
    3RD- HOW THE SYSTEM ANALYSE FOREX GAIN /LOSS.WHICH VALUE IS TAKEN THE SYSTEM TO FINF FC VALUATION
    DEAR EXPERT PLEASE GIVE DETAILS AS SOON AS POSSIBLE .

    Hi,
    Kindly do not make  changes  in any table. It will make make  inconsistency  in your system.
    We  cannot  make  any changes in currency once document  has been posted.  Try to  pass adjustment entry  in the  system to rectify this error.
    Thanks

  • How to modify the currency rate in a document already posted?

    Hi All,
    an user has posted a document filling in the wrong currency rate.
    Now, the document is old and it isn't possible to reverse it.
    What could I do?
    Could I modify the data in tables?
    Which ones?
    Thanks a lot

    Hi,
    Kindly do not make  changes  in any table. It will make make  inconsistency  in your system.
    We  cannot  make  any changes in currency once document  has been posted.  Try to  pass adjustment entry  in the  system to rectify this error.
    Thanks

  • How to show only the result of a query

    Hi experts,
    i need to show only the result of a query (hiding all the rows)
    according to mathematical functions like sum, average, count ets. i need the result to be shown widhwise the query (Horizontal)
    thanks a lot
    Nir

    Hi
    I did get exactly.....but if i m right then you can do this by selecting the keyfigure goto the calculation tab select calculate result as sum or whatever you want to use.
    Regards
    Lalit k Tyagi

  • How to get historical currency rate for second group currency transactions in Fixed Assets

    Hello,
    My client had MXN (Mexico Currency) as a legal currency and when the company code was implemented (went live) group currency was not implemented. After 3 years this company code implemented second local currency as USD and is now a USD functional Company. When Fixed assets movements such as depreciation, retirement etc are posted; the postings in local currency is fine but postings in group currency is not fine the reason is the exchange rate for group currency must be 'historical rate" but instead of that the entries are being posted in "current rate". To rectify this issue we need to set the exchange rate as the historical rate. Now my question is where/how can I get the historical rate (rate when asset was acquired/purchased). When the assets were acquired the amount was in MXN and there was no maintenance of USD exchange rate as there was no second local currency so then how can I get the historical exchange rate for USD. Most of the assets were acquired/purchased before 5-10 years then how can I find the USD exchange rate for those periods.
    Thanks,
    Rinki

    It is necessary yo have a different rate type for average. The month-end rate type cannot be used.
    The M-rate type is typically the month-end rate.

  • How to show current date in a column of dimension table in ssas

    Hi,
    I have 2 dimension tables (ALLWORK and YOURWORK) and 1 measure table (STATS). In ALLWORK dim table, I have 4 columns, one of them is END_DATE. Based on END_DATE and current date I want to create a named calculation field. To achieve this, I
    want to show the current date in 5th column (of ALLWORK dim table) as calculated member (as named calculation wont show me correct date).
    Problem is, I am not able to create the column in the dimension table. While creating the calculated member, I am not able to select the ALLWORK dimension table, it always selects MEASURE by default. Please help.
    thanks
    Tarique
    thanks and regards Tarique Aslam

    Hi Tarique,
    According to your description, you want to add a column to your dimension to show the current date, right?
    In data source view, we can add named calculation to your table. A named calculation is a SQL expression represented as a calculated column. This expression appears and behaves as a column in the table. A named calculation lets you extend the relational
    schema of existing tables or views in a data source view without modifying the tables or views in the underlying data source.
    Reference
    http://msdn.microsoft.com/en-in/library/ms174859.aspx
    http://devmau5.wordpress.com/2010/03/25/the-getdate-of-mdx/
    If I have anything misunderstand, please point it out.
    Regards,
    Charlie Liao
    TechNet Community Support

  • How to show current logged in user image in Master Page

    Hi,
    I am trying to show logged in user image next to his name, following this article 
    http://erikswenson.blogspot.in/2011/04/display-user-profile-picture-next-to.html
    I am trying to do this in SharePoint 2013, so i put Reference
    in .Master file & Control in . html file
    Picture is not visible and when i tried to find whether the control has been loaded or not, the control also hasn't been loaded.
    Please tell me, how could i do this?

    This is not that hard to do, simply go into your masterpage (Design Manager) and copy and paste this on the top of the page:
    <%@ Register tagprefix="SPSWC" namespace="Microsoft.SharePoint.Portal.WebControls" assembly="Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
    Once that is done, you can now add this:
    <SPSWC:ProfilePropertyLoader runat="server" />
    <SPSWC:ProfilePropertyImage PropertyName="PictureUrl" ResizeToFit="115" ShowPlaceholder="true" id="PictureUrlImage" runat="server"/>
    To the location where you want the image to be shown. If you have a custom HTML page that you built out, just add it the same way. Let me know if you have any questions.
    -G

  • Newbie question: how to show current time as default value in textfield?

    hi.
    i wanna have a textfield that shows the current systemtime in the format
    DD-MON-YY
    i tried to do it as a pl/sql statement in the default value but it tells me
    ORA-06550: line 1, column 27: PLS-00103: Encountered the symbol "BEGIN" when expecting one of the following: ( - + case mod new not null avg count current exists max min prior sql stddev sum variance execute forall merge time timestamp interval date pipe
    thanks for help! :)

    Joshua,
    Specify a default value of:
    to_char(sysdate,'DD-MON-YY')
    and a Default Value Type of PL/SQL Expression.
    Joel

  • How to incorporate Current Tax Period in Select Query.

    i need to extract the data based on the Current Tax Period
    say current tax perios is
    06-04-2007  to 05-04-2008
    how to incorporate this in my select query.
    i need to fetch
    PERNR
    BEGDA
    ENDDA
    STAT2
    FROM PA0001 INTO TABLE IT_P0001
    for all entries in T_TXT_UPLOAD
    WHERE PERNR = T_TXT_UPLOAD-PERNR.
    In this t_txt_upload is an internal table.(input file which is taking using GUI_UPLOAD).

    Use this FM  HR_ID_TAX_YEAR to get the starting and end date for tax year and pass the date to your SELECT command for BEGDA & ENDDA.
    Regards,
    Amit
    Reward all helpful replies.
    <b>P.S</b> Close the queries when get solved.

  • How to transfer current user id to BW query?

    Hello:
       I create a iView based on BW query ,how to pass the current user id to BW?
       Thanks!

    Hi,
    If the portal user id and BW userid are same then no problem
    Otherwise do the user mapping in the portal
    Regards
    Arun

  • How to show "calculated" InfoObject / characteristic with-in query level

    Dear Expert:
    I have infoObject which is a CHAR(1) and contain only 3 values
    "1"
    "2"
    "3"
    But I want the query to show only CHAR(1)
    "1" as "N"
    "2" as "N"
    "3" as "Y"
    Is there any way to do this ?
    Points will be rewarded
    Regards,
    Ahmad.

    Hi William:
    The display attribute is another InfoObject right ? So I have to create an update rule to update the infoObject from whatever InfoSource I have ...
    Am I correct ?
    If I were correct, then It's quite an expensive process as I have to do some development and prepare a lot of documentation
    Thank you for your time anyway

  • How to setup a Currency Translation in BW Query for Universe purpose

    Hello,
    we want to setup a currency translation in a BW Query, to be able to select the target currency in the Report, so that all vallues are translated (not filtered) in the target currency.
    Any ideas.

    Hi,
             Hope you can create a User Response at the report level and create a Varible based on the User Response that can be used to convert the Currency.
    Regards
    Prashant

  • SQL Open Sales Orders Value using today's currency rates

    Hi experts,
    I am creating a report for displaying the open sales order values (and other fields) using current currency rate (where applicable). I developed the below query. The only problem with this query is that it ignores the order rows in which the currency field is blank (Don't understand why this happens in SAP). Do you have other ideas?
    Thanks & Regards,
    IC
    SELECT 
    T0.DocNum as 'Sales Ord No', T0.DocDate as "Ord Date",  T0.CardCode as "Cust Code",  T0.CardName as "Customer Name",  T1.ItemCode, 
    T1.Dscription,  T3.ItmsGrpNam,  T1.U_SU,  T1.U_SULEN,  T1.U_SUQTY,  T2.InvntryUom as 'Stock UOM',  T1.Quantity as 'Ord Qty', T1.Quantity*T2.U_ITWTSTU as 'Weight (KG)', T1.Quantity-T1.OpenQty as "Qty Delivered", T1.OpenQty as 'Bal Qty', T1.Price*T1.Quantity/T4.Rate AS "Ord Value (GBP)", T1.Price*T1.OpenQty/T4.Rate  AS "Open Qty Val (GBP)", T1.Price/T4.Rate  AS "Price (GBP)", T1.Price*T1.OpenQty as "Ord Value (BP Currency)", T1.Price as 'Price (BP Curr)', T1.Currency as 'Cur Ind', T4.[Rate] AS 'Curr Rate', T0.DocDueDate as "Due Date",  T1.WhsCode as 'Del WHG'
    FROM ORDR T0  INNER JOIN RDR1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN OITM T2 ON T1.ItemCode = T2.ItemCode INNER JOIN OITB T3 ON T2.ItmsGrpCod = T3.ItmsGrpCod, ORTT T4 WHERE T0.DocCur <> 'GBP' AND T1.Currency=T4.Currency AND T4.[RateDate] = [%0] AND T1.OpenQty > 0
    UNION ALL
    SELECT
    T0.DocNum as 'Sales Ord No', T0.DocDate as "Ord Date", T0.CardCode as "Cust Code", T0.CardName as "Customer Name", T1.ItemCode, T1.Dscription, T3.ItmsGrpNam, T1.U_SU, T1.U_SULEN, T1.U_SUQTY, T2.InvntryUom as 'Stock UOM', T1.Quantity as 'Ord Qty', T1.Quantity*T2.U_ITWTSTU as 'Weight (KG)', T1.Quantity-T1.OpenQty as "Qty Delivered", T1.OpenQty as 'Bal Qty', T1.LineTotal AS "Ord Value (GBP)", T1.LineTotal/T1.Quantity*T1.OpenQty AS "Open Qty Val (GBP)", T1.LineTotal/T1.Quantity AS "Price (GBP)", T1.Price*T1.OpenQty as "Ord Value (BP Currency)",T1.Price as 'Price (BP Curr)', T1.Currency as 'Cur Ind', T1.[Rate] AS 'Curr Rate', T0.DocDueDate as "Due Date", T1.WhsCode as 'Del WHG'
    FROM ORDR T0  INNER JOIN RDR1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN OITM T2 ON T1.ItemCode = T2.ItemCode INNER JOIN OITB T3 ON T2.ItmsGrpCod = T3.ItmsGrpCod WHERE T0.DocCur = 'GBP'  AND T1.OpenQty > 0 ORDER BY 2,1

    Hi,
    Try:
    SELECT 
    T0.DocNum as 'Sales Ord No', T0.DocDate as "Ord Date",  T0.CardCode as "Cust Code",  T0.CardName as "Customer Name", 
    T1.ItemCode,  T1.Dscription,  T3.ItmsGrpNam,  T1.U_SU,  T1.U_SULEN,  T1.U_SUQTY,  T2.InvntryUom as 'Stock UOM', 
    T1.Quantity as 'Ord Qty', T1.Quantity*T2.U_ITWTSTU as 'Weight (KG)', T1.Quantity-T1.OpenQty as "Qty Delivered",
    T1.OpenQty as 'Bal Qty', T1.Price*T1.Quantity/T4.Rate AS "Ord Value (GBP)",
    T1.Price*T1.OpenQty/T4.Rate  AS "Open Qty Val (GBP)", T1.Price/T4.Rate  AS "Price (GBP)",
    T1.Price*T1.OpenQty as "Ord Value (BP Currency)", T1.Price as 'Price (BP Curr)',
    T1.Currency as 'Cur Ind', T4.[Rate] AS 'Curr Rate', T0.DocDueDate as "Due Date",  T1.WhsCode as 'Del WHG'
    FROM ORDR T0  INNER JOIN RDR1 T1 ON T0.DocEntry = T1.DocEntry
    INNER JOIN OITM T2 ON T1.ItemCode = T2.ItemCode
    INNER JOIN OITB T3 ON T2.ItmsGrpCod = T3.ItmsGrpCod
    LEFT JOIN ORTT T4 ON T1.Currency=T4.Currency AND T4.[RateDate] = [%0] AND T4.Rate != 0
    WHERE T0.DocCur != 'GBP' AND AND T1.OpenQty > 0
    Thanks,
    Gordon

Maybe you are looking for

  • Can i change my icloud account

    GOT A NEW IPHONE AND SET UP MY ICLOUD ACCOUNT,BUT I CANT VERIFIED MY ACCOUNT.ITS BECAUSE I CANNOT ACCESS THE EMAIL ADDRESS THAT I PUT ON ICLOUD ACCOUNT

  • I cannot view "The Daily Show" directly.

    I am running Firefox 5. I have another computer that is still running Firefox 3.6, and I am able to see it there. Both computers have the same add-ons including Adblock Plus. Originally, I thought that Adblock Plus was the problem, and I disabled it,

  • How to implement hierarchical structure of managers and reportees using jdeveloper adf

    I want to display hierarchical structure(which can be expanded and compressed) with 3 columns(Employeeid, fist Name,lastname) of managers and his reportees on selecting a top level manager. In this i'm going to use programmatic view objects. I have e

  • Basic question of SDP/OCMS

    I am very new to SDP/OCMS and therefore questions here could seem very basic. Please bear with me: 1. What is the communication mechanism between the JCA and the enabler? Web service or class invocation? 2. Does each enabler have its own API signatur

  • TellTarget

    Hi to All, I am new to flash lite. I prepared a small game in flash lite. I randomly generate some duplicate movie clips (they are moving from to down for example: bullets are dropping). I am controlling the ship through arrow keys. I am unable to ta