Display exchange rate in BEx report

Hi all,
I have a requirement where the user wants to see today's and yesterday's exchange rate for several currencies in the report. These are not in the cube, only in the standard currency table.
Is there any possibility to display the values from this table in the report?
Regards,
TMV

Hi TMV
If you know the table name and required field you could create a text customer exit variable, with a select statement on the table.
Here is some code that you can tweak.
WHEN 'Your Text Variable'.
DATA: l_s_range       TYPE rrrangesid,
          l_txt4(4)        TYPE  c.
          SELECT SINGLE the name of the col with the ex rate in it
          INTO l_txt4
            FROM table name
          WHERE currency key col name  = 'the currency you want to compare to'
          AND date col = syst-datum.  
*the syst-datum may have to be change to suit what the date format is in your col
            l_s_range-low = l_txt4.
            l_s_range-high = ''.
            l_s_range-sign = 'I'.
            l_s_range-opt = 'EQ'.
            APPEND l_s_range TO e_t_range.
this will only get you the one exchange rate and is not very dynamic, to add more you could either add other select statements and concatenate them at the end or just create more variables for each exchange rate you want.
Hope this helps
Cheers
Josh

Similar Messages

  • Any transaction is to be display exchange rate only?

    Dear All:
             As subject. I try to use t-code 'S_BCE_6800174' OR 'OB08' OR 'OC41' OR 'OKUS'. These transaction all allowed to maintain. But I just want to display exchange rate only.
            I try to use role to control it's display(activities was set to display only), but still can be maintain.

    Hi,
    Please check the link below..
    Is there a Display version of trxn OB08 or  S_BCE_68000174 ... ?
    Answer is in there..
    Regards,
    SAPFICO

  • Display Filter Values in BEx Report

    I have a BW query that has a dimension (Unit of Measure, UoM) in the filter area.  The user can only select one value for UoM.  The user selects "Z03" which corresponds to a UoM text value of "lb/1000 gal". How do I  display "lb/1000 gallons" at the top of the BEx report. 
    If this is not possible, I would like to at least display the value Z03 at the top of the report.  I prefer not to devote a whole column in the BEx report to UOM, since the user can only select one UOM.  I am new to BW and this is my first posting.

    Hi Jeff,
    if you have a variable for UoM you can add the value/text of the variable via textvariable to the query title.
    Please ask if you need more advice on this.
    Regards
    Marcus

  • How to Display Exchange Rate in ME23N

    Hello SAP Gurus,
    We are using 4.6C.
    We can change or display the exchange rate of a PO in ME22N but unable to display the exchange rate in ME23N.
    In Transaction OMF4 (Define Screen Layout) I don't see field selection key ME23N to select the exchange rate as display.
    Could you please advise how can I display the exchange rate in ME23N.
    Points will be awarded.
    Thanks for you help.
    Karen - USA

    Hi Volkan,
    Thanks for the answer.
    I followed your instructions and got the field selection key for the document type.
    I'm using document type NB and the field selection key for this document is NBF.
    I selected the NBF field selection key and selected the Terms and delivery payment. All the entries in optional column were checked. (With these setting I was able to change the exchange rate with ME22N transaction.)
    I did following change.
    I only uncheck the exchange rate from optional column and checked in display column.
    When I ran transaction ME23N to display the exchange rate, it did not display. Instead exchange rates are display only in change mode (ME22N). I reversed the change back to optional column. Exchange rate is changeable again in ME22N.
    It looks very straight forward configuration but in my case I'm not able to display the exchange rate by doing this configuration.
    Please Help.
    Thanks,
    Karen

  • Do not want to display compounded value in BEx report

    Hi,
    My info object material has compounded with plant.
    When I show material in the report, its showing along with plant.
    Plant 20
    Material ABC.
    In report, its showing like 20/ABC.
    I dont want to show 20 with ABC, how do i fix this?
    Thanks

    Removing Controlling Area from Profit/Cost Centre
    In BEx QD, for 'Plant', u should select 'Display As': Key.... And may not work, if select 'Key & Text'.
    Edited by: Mr. V on Dec 3, 2009 8:21 PM

  • Profit center report with old currency exchange rate

    Dear All,
    I have a requirement in PCA reporting. We have maintained exchange rate as 1.86 Egyptian pound to 1 Saudi Rriyal from 01.01.2001 to 31.03.2014. Also, from 01.04.2014 onwards the exchange rate is 1.90 EGP to 1 SAR. When we run PCC report on 05.04.2014 it is picking that day rate as 1.90 and showing the same in PCA report.
    But now, my client wants the exchange rate to be calculated with old price 1.86 in the report. Is there any way to pick old exchange rate in PCA reporting?
    BR, Srinivas Salpala

    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

  • Reporting multi-currency on reports, without hardcoding the exchange rates

    I've seen this problem posted in a few different spots, and the general answer is, reporting only reports in a single currency per report. Unless you do some calculations in a column to get a new currency value.
    Problem... 1. we dont really want to hardcode exchange rates into every report that needs the conversion
    2. If rates change often there could be a painful maintenance issue to update all those reports
    So here is a solution I used for a customer, that worked a treat.
    [http://www.synergility.com.au/content/faqs/49/77.html|http://www.synergility.com.au/content/faqs/49/77.html]

    Hello,
    I can't find Oracle provide a tech note (749419.1) documents to metalink, Could you please send me?
    and I cant prepare this report beceuse some information missing for example it doesnt work rate prompt field and fx revenue field.
    please you can send to me step by step information?
    thank you for hep

  • Urgent !!!  How to get the Latest Exchange Rate from a list

    Helo Gurus,
    I want to get the latest exchange rate for all currencies in BI 7.0. Now when I checked in the table its showing all the exchange rates for various currencies according to the date. My client want the latest exchange rate in the report for all currencies. Now when I generating the currencies into the report the rate getting cumulated.
    For certain currencies the rate is updated very recently. But for others two months back.
    <b>How it is possible to take only the latest exchange rate for all currencies and can generate the report.</b>
    I am working in BI 7.0 and the BEx using is of version 3.5.

    Mathew,
    usually the currenies and other settings will be loaded nightly, but in your case if you want it urgently you can do this.
    RSA1->Source System>Transfer Exchange Rates. This will open up a screen with two options Simulation and Update. You can verify with SImulation and needed you can update. It will not create any issues.
    Hope this helps.
    Alex (Arthur Samson)

  • Exchange rate automatic update in Sale Order

    Dear All,
    This is regarding Exchange rate automatic update in Sale Order and requirement said below.
    Process:
    User will created a Export Sale order in the month of November , that time Exchange rate is 50.00, this  will
    get updated in Sale order Header and Item level.
    But user will create billing in the month of December , at that time Exchange rate is 40.00. So in Billing
    document Header level exchange rate will be 40.00 (Current rate) and Item level exchange rate will be
    50.00.
    Requirement:
    User requirement is like this the current exchange rate 40.00 to be updated in Sale Order Header and Item
    level automatically, because user using  Sale order Exchange rate  for Z-Report.
    As of now user manually updating Exchange rate in Sale Order.
    Let me know if there is any solution.
    Regards
    S Kumar

    I dont think this is possible.  You should be aware any change in subsequent document would not have any impact in the preceding document which means, whatever exchange rate flowing in billing cannot be updated in sale order.  May you can update your zee table by considering the billing document exchange rate by way of exit.
    thanks
    G. Lakshmipathi

  • Bex reports in non english language

    What setting required to get the Bex reports in Japanese language. Provide more inputs..

    Hi,
    Regarding to the Japanese Displaying issue, it depends on what Bex version are you using to display the BEx report and please refer to thefollowing information:
    1. If you are using BEx3.5 tool    It is necessary to set all the regioan and language settings in
       control panel of the issued machine to "Japan" and "Japanese",
       inculding the "format" "unicode" "keyborad and     languages"       and
       "location" tabs. For more details, please refer to the attached
       "region and language settings.jpg" file.
       After set the language to Japanese, you need to restart your
       PC and then you can verify if the Japanese Characters can be
       displayed correctly in BEx3.5 report.
       Note:Users are supposed to understand Japanese if they need to
       display and read Japanese reports, so all the settings are required
       to set to Japanese, if users need to have PC with English menu
       displayed but with report in Japanese, they can leave "display
       language part" as "English" so the OS system menus will still be in
       English.
    2. If you are using BEx7.0 tool
       Basically you don't have to set anything specially on the client
       machine as Bex7.0 is a multiple language supported version, meaning
       with all Engish settings on local machine, once you logon Bex in
       JA, Japanese Characters can also  be displayed correctly in the
       Bex reports. Just make sure that the relevatn reports data have
       JA maintained in BW backend system and JA language is installed
       correctly.
    Thanks,
    Venkat

  • Dynamic field selection by variable input in bex report

    Hi Frineds,
              I have created  variable on characteristic  ( 0CURTYPE )  which mainly have two values 'A' and ' B' .Based on my variable input in Bex I have to dynamical select key figuers  Example .
    0CURTYPE    KeyfigA  KeyFigB  
    A                    123 Rs   144 $
    B                     124 Rs   145 $
            In above example is user select A I have to display KeyfigA   if I select B then i should display Keyfig B in Bex report .
    I know that by using user exit in report we can do but I would like to try with out Exit .
    Thanks ,
    Kumar.

    Your formula variable allowed to be of type either number or amount or date or quantity which are all numeric(currency type/type tab) .But your reference characteristics is a letter.So there is an inconsistency here and you can not make equal your formula variable and 0currtype's variable.
    Have a look at Akshata's post in this thread :How to create formula variables in sap bi?
    Therefore this model does not work and I can not see any other way apart from a very simple user exit which says if 0currype=A, then formula variable=0 else if 0currtype=B then formula variable=1.After that you can use your formula variable in your formula since the letters are now converted to numbers.
    By the way it mustn't ask two things in the selection screen.Since your formula variable takes the values of 0currtype's variable automatically.Did you create the formula variable with replacement path(general tab) referencing to 0currtype?Just create a formula, enter this formula,right click create formula variable,go to general tab then replacement path then reference to 0currtype.But as I told, you nevertheless can not achieve it, just explaining it.
    Regards,
    Sunny

  • Change exchange rate after MIRO

    Hi Expert,
    Please help me ..................
    I created PO used currency USD. I didn't check "Fixed Exchange rate" in PO.,
    When I'm doing Invoice received, I forgot exchange rate in Details tab in MIRO (system display exchange rate difference from PO) and I have invoice docuemnt.
    I want to change exchange rate in Details tab in MIRO.
    How can I do?

    Hi Anjali
    I can't change the exchange rate in MIRO detail tab.
    Please help me.
    Thanks.

  • Display Leading Zeros in bex query

    Hi,
    I am new to BI and need to display leading zeros in bex report.
    There is an info-object billing number which is of type CHAR. The values, 00001 - 00010 has been given in the CSV file.
    when i generate the same in IP, the leading zeros are mentioned, but the same is not appearing in the bex query.
    I have tried ALPHA conversion but this has no affect on the output.
    How to achieve the same??
    thanks in advance for the answers

    Hi,
    To answer your question in detail, there is a  conversion routine at infoobject level( Tab- general ), that determines how the values are displayed in the front end. For ex, alpha conversion routine takes away the leading zeros when you display the value in query. ( 0001 displayed as 1 )
    Assuming this is custom infoobject, I would suggest you to remove the conversion routine from the infoobject. This will help you in displaying leading zeros in the report.
    However, you have to ensure that all the values loaded for this infoobject is properly alpha converted ( packed with leading zeros ) by adding a field routine in the transformation. This will avoid same values getting stored with different internal formats like 01,001 etc.
    Hope this explains.
    Thanks.

  • BeX Report with Hierarchy

    Hi Friends !
    I have uploaded the Hierarchy successfully. RSH1 showz properly ZIS_PH. I need to display this hierarchy in BeX report. But the hierarchy is not showing up. Do we need to do some include or exclude selection. In the properties, I have already selected the activate the hierarchy structure. Please advise which step is missing. Thanks.
    With Regards
    Rekha

    hi,
    You may not have the authorization to see the data for the particular hierarchy. Please ask the BASIS team to provide you with the necessary authorization. You can run the report in RSRT and after running open Tcode SU53.
    SU53 will provide the information to the BASIS team about the authorization your role is missing.
    get the auth and execute the report the data will come.
    regards,
    Arvind.

  • Currency translation with user defined exchange rates in a BEx report

    Hi guys,
    our business department requests a new functionality in our BW system. They want to simulate a currency translation in a BEX report. But this currency translation should be so flexible, that the user can change the exchange rates directly in the report.
    For example: The report should show a list of all our local company revenues. In the first column the plan revenues will be shown in the local currency (each company has its own local currency: USA->USD; Japan->YPN, Great Britain->GBP and so on). This revenues comes from a normal infoprovider, loaded via flat-file.
    In the second column the user should be able to enter or change a plan currency rate. The entered exchange rates should be stored in BW for a next use. They won't maintain the rates directly in TCURR, because this rates are only for simulation use !
    In the third column the translated Revenues in Euro currency has to be shown under the use of the exchange rates from the second column.
    I investigated a lot of time in the SAP help and here in the SDN, but I didn't find any solution to realize this. Is there generally a possibility to make a currency translation with exchange rates out of the TCURR? Would it be an option to use the integrated planning function of BW? Or is this requirement to far away for an simple implementation in SAP BI ?
    I hope, someone of you has also fixed a similar problem or has a good inspiration.
    Thank you in advance.
    Thomas

    thanks for the prompt reply!
    Unfortunately, exchange rates are not a part of my cube. They are held in different tables, and referenced depending on what kind of exchange rates I need to be looking at (average rates, daily, planning etc.). The only way for me, at the moment, to know which rates have been used is to go to query global view, and look at the type of conversion, and then try to figure things out. Plus there can be a different key date used in the query, which makes things more complicated.
    Anyway, it was worth asking
    Thanks again.

Maybe you are looking for

  • HT5312 I need help resetting my security questions so I can shop from the apple store.

    I can't answer the security questions because I never set them up. I need to download n buy a game for my daughter.

  • CRM 2015 outlook client does not connect to CRM

    Hi, I am trying to run the configuration wizard to connect the office 2010 outlook to Dynamics CRM 2015 server and get the error below (outlook client 2015 is successfully installed). All the required components are installed on both server and clien

  • Zen Micro freezes up during shutdown proced

    Hi...Yesterday my Zen Micro developed a problem when shutting down after listening to songs. When I follow the normal shut down procedure it freezes and the screen locks up with the "Shutting Down" message. I'd appreciate any help anyone might offer

  • Commitments for a Blanket PO

    Hi, I would really appreciate it if someone could take a few minutes out to try and explain in simple terms how to manage this business scenario: Legal Fees - will be billed every month, variable value: can be 100, 1000, etc. but never more than 2000

  • Write to a file using several threads

    Hello, I'm trying to implement a writing procedure into a file using several different threads. The idea I have is to make each thread to write in a different place in the file. In your opinion is there a possibility of some incoherence. Regards, Ant