Currency conversion not working in web templates after migration to 7.0

Hi Gurus,
I am experiencing an interesting issue in BI7. I have my web-template reports build on one or two queries. When I execute the queries from RSRT I have all the amounts properly converted to USD (there is a bex variable defined on the query level with USD as default). However, when executed from web-browser the conversions does not work when the report opens. Now, when I open the "cur. translation" option from KF popup menu and choose the same values I chose on the variable screen - everything works fine.
Have you experienced similar issue(s)? Please share your experience and kindly avoid pasting links for documentation - these I have already reviewed and it's pointless.
Thank you, KAT

Hi Nitin,
You may wish to take a look at below for few insights -
OSS notes 328181 and 762951 as a prerequisites.
Failure to follow the instructions in those notes may probably result in data loss.
https://websmp207.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700002662832005E
Re: Delta queus during upgrade
Assign points if this is helpful.
Regards,
Anil

Similar Messages

  • Currency conversion not working for foreign entity

    I am having an issue with currency conversion not generating the correct values for foreign entities. For entities where the currency is USD, I am able to see the LC amount being written to USD. However, for entites that have currencies other than USD, I just see zeros. I have double-checked to make sure that rates exist for the given currencies. Below is the logic script I am using which is a modificatio nof the multicurrency.lgl. Any help would be greatly appreciated.
    // filter the appropriate currencies and rates
    *SELECT(%REPORTING_CURRENCIES%, "[ID]", "RptCurrency", "[REPORTING] = 'Y'")
    *SELECT(%FX_RATES%,"[ID]","RATE","[GROUP]='FX RATE'")
    // set the appropriate region to clear
    //(all reporting currencies)
    *CLEAR_DESTINATION
    *DESTINATION RPTCURRENCY=%REPORTING_CURRENCIES%
    // load the rates from the RATE cube
    *LOOKUP RATE
    *DIM RATESRC="RATECALC"
    *DIM Rate=ARFIELD.RATETYPE
    *DIM SOURCECURR: INPUTCURRENCY=LOC_MILLOTH.CURRENCY
    *FOR %CURR%=%REPORTING_CURRENCIES%
    *DIM %CURR%:INPUTCURRENCY="%CURR%"
    *NEXT
    *ENDLOOKUP
    // define the translation rule
    *WHEN ARFIELD.RATETYPE
    *IS "NOTRANS"
    // translate
    *IS %FX_RATES%
           *FOR %CURR%=%REPORTING_CURRENCIES%
               *REC(FACTOR=LOOKUP(SOURCECURR)/LOOKUP(%CURR%),RptCurrency="%CURR%")
           *NEXT
    *ELSE
           *FOR %CURR%=%REPORTING_CURRENCIES%
               *REC(RptCurrency="%CURR%")
           *NEXT
    *ENDWHEN
    *FOR %CURR%=%REPORTING_CURRENCIES%
             [RptCurrency].[#%CURR%]=null
    *NEXT
    *COMMIT
    Regards,
    Karen

    Hi Karen,
    I'm no script logic expert so I won't comment on your code. If it's working for USD then the code is probably fine.
    There are a few other things you could check (these are based on investigation using the standard multicurrency script). They should line up with the standard Finance application from AppSet
    In the InputCurrency dimension for the currencies you want to convert into :
       Check property Reporting is equal to "Y"
       Check property Group is set to "Report"
       Check propoerty MD has a value of "M" or "D"
    In the RptCurrency dimension you need to have entries for the the currencies you want to convert into (AppSet only has USD and EUR to start). Also for each of the currencies :
       Check property Reporting is equal to "Y"
       Check property Group is equal to "Report"
       Check property Transfer is equal to "Y"
    I'm not convinced that the Transfer value is required but from my testing if you get the above set up and use the standard multicurrency script it will work.
    The testing I did was translating into USD, EUR, GBP, CHF, AUD etc
    Hope this helps.
    Thanks.
    Bradley Newcombe.
    Edited by: Bradley Newcombe on Apr 28, 2009 1:30 PM

  • Why Does My Calculator 'Currency Conversion' Not Work

    Yesterday I updated my Security Software on both of my computers: G4 Powerbook and MiniMac.... Today while using the Apple CALCULATOR, I decided to update the 'currency conversion table' (on my laptop). After clicking the UPDATE button it went through its normal downloading/updating aspect and the usual window popped up that reads, "currencies updated:", except the window was anything but usual.... it was wider than my screen... and it said "currencies updated:" but had nothing listed at all on the visible window, it was blank!
    Being that I could not move the window to reveal a close button the only way I could close it was to use the FORCE QUIT. Upon reopening the calculator and making a currency conversion, the currency selection windows are larger than normal and selecting a particular currency has no affect. It doesn't respond at all.
    Thinking it was a glitch on my laptop I updated the 'currency conversion' on the MiniMAC and exactly the same thing transpired on it, as well.....
    So.....
    Can somebody tell me how to fix this so I can use my calculator(s) again?
    Is there something wrong with Apple's link to CURRENCY UPDATE that did this or is there something amiss with the new Security Update (2006-008) ?
    12 PowerBook G4   Mac OS X (10.4.8)   1.5 GHz PwrPC - 1.25 GB DDR SDRAM

    Thanks Rostron .... for at least checking it out on your machine... guess if it happened to you also, it must be a glitch with the Apple Software or update... guess I needed to know that it wasn't both my computers.
    Thanks for the Dashboard Widget suggestion. That's what I ended up doing, but I do like the convenience of the regular Calculator as I generally have it already open.
    So I guess I'll send info to Apple about this 'BUG' and maybe I should warn everybody to 'NOT' UPDATE THE CURRENCY CONVERSION TABLE lest this predicament may befall them as well!
    :LOL:
    12 PowerBook G4   Mac OS X (10.4.8)   1.5 GHz PwrPC - 1.25 GB DDR SDRAM

  • TH_DELETE_MODE not working in Web GUI after EHP7 upgrade

    Hi
    After upgrading to EHP7 the function module TH_DELETE_MODE is not working in the Web GUI. If I start the TH_DELETE_MODE in SE37 with the default paramter "1-" I'll get the HTTP error code 500. We use the function module for our webdynpro to logout but it is not working anymore.
    Any idea or recommendation?
    Thank you and best regards, Ronny

    Your server-side include has all of the HTML on it for a full
    page.
    Strip everything from it except the stuff you want to
    include.
    http://www.fordwebs.com/mx-asp/ssi-index.asp
    Ken Ford
    Adobe Community Expert
    Fordwebs, LLC
    http://www.fordwebs.com
    "ValsGalore" <[email protected]> wrote in
    message news:f019c0$in1$[email protected]..
    >I just recently began work on an existing Web site, which
    includes the file
    > nav.asp on every page. After I made some changes to one
    of the pages (it's
    > temporarily located at
    http://www.enviroglasproducts.com/reps5.asp),
    I found
    > that when I closed it and reopened it in Dreamweaver, I
    could no longer see the
    > page in preview mode.
    >
    > It shows my </head> tag highlighted in yellow, but
    won't let me click on it.
    > In code view, the <table> tag, which is the first
    tag after <body>, is "marked
    > as invalid because it's an overlapping or unclosed tag."
    I've been over this
    > document several times, but I cannot find any errors in
    the construction of the
    > table.
    >
    > If I copy all the content into an identical page, it
    will look fine in
    > Dreamweaver until I close it and reopen it, and then I
    will have the same
    > problem.
    >
    > Oddly, when I remove the <!--#include file="nav.asp"
    --> from the second cell
    > of the main table, then everything looks fine.
    >
    > Other points worth mentioning are that (until I delete
    it), nav.asp shows up
    > in its proper location in reps5.asp, but nothing else
    does except for the image
    > that appears right above it.
    >
    > In other pages on the site, the included nav.asp does
    not show up in
    > Dreamweaver at all.
    >
    > Can anyone think of why this is happening?
    >
    > Thanks!
    >

  • Currency Conversion not working

    Hi All,
    Currency conversion is failing with error message as below.
    SAP DBTech JDBC: [2048]: column store error: search table error:  [2620] executor: plan operation failed;currency/unit conversion error,Conversion( "AMOUNT" ), row 0: could not determine valid conversion rate for value(s) 3750 from unit 'USD' to unit 'INR' on date 2013-11-15 00:00:00.0000000
    For currency conversion, I've done
    Assign Client for currency conversion.
    Assign Schema which holds all TCUR* tables and set the same as default schema for the model in Semantics section.
    In TCURR table, I've below set of records for USD to INR conversion, exchange type used in Currency Conversion is 'M'.
    I tried different exchange rates and converting to different currencies. Target currency is fed by Input Parameter which is defined of Semantic Type - Currency.
    Even conversion fails for fixed target currency.
    Am I missing something? Please provide your inputs.
    Regards,
    Chandra.

    Hi Chandra,
    Can you share the screen of your calculated measure showing the currency conversion.
    Can you check with date 30.11.2011 and see if the conversion is taking place?  Assuming that client and schema details are fine.
    Regards,
    Krishna Tangudu

  • Sign reversal not working in Web Template

    Hello,
    I have created a web template with the web application designer containing an "Analysis" web item. The query that I use as the dataprovider has toggled the property "Reverse sign" for all key figures.
    When I execute the query in the BEx all minus signs disappear and the figures are shown correctly with sign reversal.
    When I execute the web template though the minus signs stay in front of the figures; sign reversal does not happen?
    There is no property for the "Analysis" web item that allows me to control the sign reversal, so I assume that the web item fetches this setting from the dataprovider/query.
    Any idea what is going wrong there?
    Thanks to any answers in advance.
    Regards,
    Philipp

    Hi Heike,
    thanks. That note made things clear
    I think we then should update to SPS 09...
    Regards,
    Philipp

  • Combo Box not working in Search Form After migrating to Jdev11.1.2.1

    Hi,
    I developed my application using Jdev11.1.1.3 and its works fine. I migrated my application to jdev11.1.2.1. After migration when i run my application, in search form combo box displaying ArrayIndexOutOfBound Exception while searching through it. This exception is only throwing for Combo box and choice list. When I changed combo box to InputListOfValues and ComboBox with ListOfValues its working. Please help.

    Try this on jdev 11.1.1.3 if possible. If not, try everything with 11.1.2.1.
    1. Select Model project and invoke "Clean Model.jpr" (Menu->Build->Clean XXX). Do the same for View project.
    2. Delete all /classes/ folders from model and view projects
    3. Visit view project dependencies (under project properties->Libraries and classpath) and see if JDev is reporting any error there. Delete the errored dependency if any.
    now, follow this on 11.1.2.1
    4. Migrate (i.e. open the app in 11.1.2.1)
    5. Rebuild all.

  • Office for mac not working for all users after migration

    Recently purchased macbook retina display and used migration assistant to move everything over from a macbook pro 17" (late 2011). After the migration my login (admin rights) has no problem on the new macbook, but my wife login cannot use the Office for Mac without being asked to do an install.
    Problem is, the version we have goes through the install and then asks to 'register' the product and the version is no longer supported so you cannot register, therefor the program will not run.
    Am I missing something here? Everything still works on both of our sign in's on the old macbook pro, and on the new macbook retina, office works on my sign in only.
    The original install was a download version, so there are no 'disks' to do a re-install.
    Any suggestions?

    You need Acrobat 7.1
    Is your Office 2004 up to date?

  • CD Drive Not Working  in WIN 7 after migrating to larger HD using Winclone

    I migrated to  a larger size hard disk in my 15" Macbook Pro.
    I made an image of my Mac Os and installed it. All went fine.
    I used Boot Camp to partition my drive and used Winclone to transfer my WIN 7 to the new partition.
    Almost everything worked except  i cannot run my CD drive when i am in the WIN 7 in Boot Camp. The CD drive works fine on the OS side.
    I went to device manager and it says  drivers are up to date. . But there is a problem with the registery and it is corrupted.
    How can i make my CD Drive work in Win 7 once again in bottcamp and how can i repair the registery.

    http://support.microsoft.com/kb/183887

  • LOVs not working in Webi Report for SAP BO 4.1 SP 2 Patch 3

    Hello ,
    I have developed reports and universes in SAP BO 4.0 SP 5 and i have migrated those reports to higher version of BO which is 4.1 SP2 Patch 3.
    My universe is working fine with LOVs but when i run the webi report , the LOVs arent working.
    have anyone facing the same issue. any idea why the LOVs arent working on higher version.?

    Hi Victor,
    The List of values we will assign in universe in order to get filtered data works on universe query panel
    but the same objects when i am using in report(webi report) , the List of values are not working .i.e
    they are not getting displayed in webi report.
    for ex: i have country object having country names as LOVs and state objects having state names as LOVs . Now when i select Country value , the LOVs of state objects should get filtered and shows only states which belongs to country .
    the above logic is not working in webi report , i am only able to select country and when i go for state, the state names do not get filtered.
    please let me know why this is happening in the SP2 patch 3 version and its working fine for SP2  , but the chrome issue gets solved after applying patch 3 and not if we only upgrade to SP2.
    the webi reports are not working in chrome browser if we using SAP B04.1 SP2 and lower version
    but the LOVs are not working in SAP BO 4.1 SP 2 patch 1, 2,3.
    kindly help me with the issue

  • BI Publisher not working with Web Cache

    BI Publisher not working with Web Cache
    I'm trying to enable BI Publisher to run from the internet. I have Web Cache (AS10g rel 2) in an internet DMZ, trying to work with BI Publisher running on a AS10g rel 3 server in a application DMZ. BI Publisher won't allow Web Cache to hide the URL after login. It tries to use the application server name as a URL and gets lost, since this is not resolvable from the internet. We have Content DB, other J2EE application installed in this same configuration, and it works fine.
    This is duty managed as of today. They required an enhancement request, which I submitted. SR 6696835.993 -

    Currently an enhancement - it was logged as that but IMHO its a bug as other Oracle products work OK - it kinda depends on whether its an ORacle strd to work with webcache or not. Suffice to say, we are investigating the issue and will update the er/bug soon.
    Tim

  • In built dictionary is not working in I books after I downloaded ios7.02

    Built in dictionary is not working in I books after I downloaded ios7.02

    I'm having the same problem. Once I download the dictionary it turns to an X and nothing is downloaded. I've restarted several times. Any other ideas?

  • "Execute" is not working in web reports

    Friends,
    " Execute" link is not working in web my report. And also the selection screen is blank for style sheets. Do you have any idea about the cause?
    Joe

    Also check this
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/43008b6a-0901-0010-90af-c848d878bac3?rid=/library/uuid/cea68c65-0901-0010-f5a4-fd34189d8078
    Hope it Helps
    Chetan
    @CP..

  • Javascript does not work in web browser

    Hello friends.
    I have a problem with javascript in my Captivate project.
    This script only works in preview in Captivate, but does not work in web browser (IE 9, Mozilla, Chrome).
    Anybody knows why?
    Thank you for your answers.

    Common JS interface
    That is the official documentation for JS in Captivate 8. For more information, have a look at Jim Leichliter's website: CaptivateDev.com - eLearning Development with Adobe Captivate

  • Why Does Live View In DW Not Work With BC Template?

    The live view using a BC template in DW CS6 shows "PAGE NOT FOUND" in the body section but the header and footer look fine. I should also point out that the index.htm page works fine, it's just the other pages that have this problem. What makes it weirder is that the site works fine in all other modes including when viewing in a normal browser, it's ONLY when in live view! I also noticed that if I delete the .htm extension in the url in the DW browser when in Live View it fixes the problem, but this requires me to do this everytime I want to switch to live view and surely is either a problem with how the BC template files are named or DW CS6 is buggy? Hopefully this is an easy one to answer??

    Hi Alex,
    Thanks for your reply, I have done a video demo at http://screencast.com/t/RsutrvoFn0xZ
    Date: Thu, 14 Feb 2013 05:49:55 -0800
    From: [email protected]
    To: [email protected]
    Subject: Why Does Live View In DW Not Work With BC Template?
        Re: Why Does Live View In DW Not Work With BC Template?
        created by Alex Pavelescu in Dreamweaver & Business Catalyst - View the full discussion
    Hi, Please provide the site url, and if you can, a video demo of the issue you're facing, using http://www.techsmith.com/jing.html, where you could also display the way you have your side setup ( Dreamweaver menu > Site > Site manager > http://screencast.com/t/GqqBk9MY4ck ) Kind Regards,Alex
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5072585#5072585
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5072585#5072585
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5072585#5072585. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Dreamweaver & Business Catalyst by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

Maybe you are looking for

  • Printing Date in a Custome Format

    hi, I want to know how to get date in a custome format in print layout designer...for exmple the date is given as 09/10/07 but i need Day - 09 , Month - 10 , Year - 07 seperately in 3 text fields... Thanks Malinda Wellawa

  • Unable to create a drill through or drill down report

      Hello I am new to report builder (or any SQL related tools) and I am still learning to do a many things. Background: I have managed to design a pie-chart report that shows Number of Assets, and when they were maintained. The fields I have for the t

  • My iphoto app wont load up

    when i try to start up iphoto it just keeps loading and never starts up. Apple sent me a message saying that their is a problem with iphoto . What can i do

  • Visual C++ 2010 IntelliSense and browsing information is not available

    Hello, I've just intalled visual studio 2010 and faced the issue with C++ projects: when I create a new console application or win32 project I see the message: "An error occurred while creating or opening C++ browsing database file z:\test\test.sdf.

  • LiveType in FCE looks funny

    I exported a video (SD) with a livetype title at the beginning. The video, when watched on a tv, looks fine but the title looks rough. It looks like the quality could be better. I just dropped the .ipr file into my timeline. What should I do to make