Exchange rate table with customized dimension..

Hi,
Is there any feasible way based on existing system to customize exchange rate table so that each exchange rate table is also based on a customized (e.g."product") dimension, besides system defined dimensions.
Regards,
Kenneth

Hi There.
Out of the box there is no way to do it; however you can abandon Hyperion planning
Solution for currency and create your on multi currency solution in Essbase.
FX rates will handel directly in essbase. you will need to develop your on conversion calacs
AE

Similar Messages

  • On which dimension you enable exchange rate table?

    On which dimension you enable exchange rate table? what is base currency its dollar

    If you use multiple currencies in your planning application,then you enable it to Scenario Dimension..
    Didnt You work before in planning...?..Go through the Planning Doc...You can find the answers.

  • Planning Exchange Rate table 9.3.1

    Hi Gurus,
    I have created Exchange rate table and attached to scenario in planning 9.3.1 and I am able to run business rules successfully. consolidation to parent level and Local to my base currency happening except the currency conversion. i checked in planning log file this is the error i am getting but i am not able to find the which table is not exists. I thought because of this currency conversion is not happening. Did anyone faced this? plz help me.
    Query Failed: SQL_DELETE_EXPIRED_EXTERNAL_ACTIONS:[100]
    java.sql.SQLException: [Hyperion][Oracle JDBC Driver][Oracle]ORA-00942: table or view does not exist
         at hyperion.jdbc.base.BaseExceptions.createException(Unknown Source)
         at hyperion.jdbc.base.BaseExceptions.getException(Unknown Source)
         at hyperion.jdbc.oracle.OracleImplStatement.execute(Unknown Source)
         at hyperion.jdbc.base.BaseStatement.commonExecute(Unknown Source)
         at hyperion.jdbc.base.BaseStatement.executeUpdateInternal(Unknown Source)
         at hyperion.jdbc.base.BasePreparedStatement.executeUpdate(Unknown Source)
         at com.hyperion.planning.sql.HspSQLImpl.executeUpdate(Unknown Source)
         at com.hyperion.planning.sql.HspSQLImpl.executeUpdate(Unknown Source)
         at com.hyperion.planning.event.HspExtChangeHandler.actionPoller(Unknown Source)
         at com.hyperion.planning.event.HspExtChangeHandler.run(Unknown Source)
    Error encountered with Database connection, recreating connections.
    Nested Excetpion: java.sql.SQLException: [Hyperion][Oracle JDBC Driver][Oracle]ORA-00942: table or view does not exist
    Regards
    PrakashV

    Thanks a lot Jhon Coversion is working...
    Jhon, Can you clarify one doubt I am new to planning.
    I have created Planning application profile in 9.3.1. While creating application profile I have taken currency as USD as "required currency" is not available. In dimensions i have created "required currency" member and assigned to Entity (Only one entity) and other currencies like GBP, EUR.
    For Currency conversion i have created exchange rate table and conversion is working. But in my exchange rate table it is available for "required currency" to USD, EUR to USD, GBP to USD. But i want to define "required currency" to USD, "required currency" to GBP , "required currency" to EUR or USD, EUR, GBP to "required currency" how can i change my application profile currency?
    Regards
    PrakashV.

  • How to view exchange rate table in essbase?

    Hi,
    I have created exchange rate table in Hyperion-Planning application.
    Now I have to view that exchange rate table in essbase.
    By using HSP_rate...? is it the write answer to view the exchange rate table?
    If I am wrong then Could you please tell me how to view the exchange rate in essbase?

    Hi,
    Exchange rates are stored in the Planning Relational store and refreshed to Essbase. Below is a guide to help you find exchange rates that Planning should have refreshed to Essbase in, for example, Essbase Excel addin.
    You can set up the Essbase Excel addin to look at the following intersections, for example:
    Rows
    Accounts
    HSP_RateType
    HSP_Historical
    HSP_Average
    HSP_Ending
    HSP_Rates Dimension
    HSP_Rates
    HSP_Rate_USD
    HSP_Rate_AUD
    HSP_Rate_CAD
    HSP_Rate_JPY
    HSP_Rate_GBP
    HSP_Rate_EUR
    Columns
    Months of the Fiscal year's rates you want to see.
    Other Selections
    Select the specific Scenario (i.e. Forecast, Actuals)
    Select the specific year the rates were entered to (i.e. FY02, FY03)
    Specify the TOP LEVEL of Versions, Entities, or Currencies.
    If the retrieval informs you that you must select a value for any required custom dimensions, make sure to select the top level member for that dimension on your spreadsheet.
    Hope it helps...
    KosuruS

  • Currency exchange rates table

    Hi Experts,
    How to maintain curency exchange rate table for INR-GBP
    Can you any one elaborate the table urgent basis
    Surya

    Hi D N,
    Thanks for your reply,
    my scenario is for offcycle multiple currency payment
    we are using US Payroll schema(ctry gpg 10), rates in the currency exchange table is USD to all currencies, my regular pay currency is QAR which is exchange rate is fix all 365 days with USD.
    If I want to pay in GBP for the particular employee, need to convert into USD first then QAR, after payroll results the QAR again convert to USD then GBP for transfer into bank account.
    Surya

  • Clearing exchange rate tables

    Hi All,
    How can we clear the exhange rate tables data?
    Thanks

    Delete/Recreate exchange rate table
    or use Outline Load / ODI to populate the table with no values
    or export using LCM, clearing the values from the export, import in again.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Join fact table with higher dimension level

    how do i join fact tables with higher dimension levels with discoverer?
    fact with detail at level C
    measure X
    dimension with
    D->C->B->A
    E->C
    level
    A B C
    1------1------1
    2------2------1
    3------2------1
    join between fact X and dimension level C
    X=3*C because of sum(X) in discoverer and 3xC in dimension
    is there a way to get correct values for X without creating a dimension like
    D->C
    E->

    another way of asking this is whether you can create a summary table in Discoverer at a higher level than a dimension's fundamental grain. In other words - the summary examples in the documentation all describe leaving out one or more of your dimensions... they are either left in or completely taken out. But, some of the most effective summarization occurs when you summarize daily data to a monthly level. Assuming that I have a sales table (at a daily level, and a key value sales_date), and a table date_dim (primary key sales_date), I would like to create a summary sales_month_summary where the sales are grouped on month_year (which is a field in the sales_date table).
    How is this done? I suspect that we can't use the date_dim table with the summary (due to the problems noted by the poster above). Do we have to create another table "month_dim"? Do we have to fold all of the desired date attributes (month, quarter, year) into the summary? Obviously we'd like to re-use all of the pertinent already existing date items (quarter, month, year, etc.), not recreate them over again, which would result in essentially two sets of items in the EUL. [One used for this month summary, and another used for the detail.]
    I searched the forum - someone asked this same question back in 2000 - there was no answer provided.
    The only other thought I have is to "snowflake" the date_dim into two tables and two folders, one at a date level, another at the month level. Then the detail tables can connect to date_dim (which is linked to month_dim), while the summary data can connect directly to month_dim.

  • Exchange Rate table Upload to Native Essbase Application

    Hi Gurus,
    I have a native multicurrency essbase application in 11.1.2.1. For planning application exchange rate tables are there for which I can generate a currency conversion script to Essbase side. But for native essbase application how rates could be uploaded from exchange rate database table into essbase. we have a sample smartview template in which we want the rates to be populated.
    Thanks in advance.

    Hi all,
    Can we load exchange rates from sql table through rule files?....As my application is standalone essbase application so I can't take the advantages of Planning Exchange Rate tables.
    Please help. Thanks in advance

  • Exchange rate table Decimal error

    Dear All,
    In my multi currency classic application I have created exchange rate table in that against Euro the value for 1 Madagascar Ariary is 0.000358720 ; but when I enter this value in exchange rate table it shows "-3.59E-4".
    It affects the conversion value in application when I see the consolidated currency in Euro. Pls post the solution to rectify this issues.
    Thanks,
    Kamal

    Hi,
    could you pls. check if the values are displayed/stored correctly in your planning repository (table: hsp_fx_rates). If no, you should change your database settings, if yes one solution could be to change the regional and language settings on the planning server for the user who starts the planning service.
    Kind regards
    André

  • Exchange Rate from Exchange Rate Table

    Dear All,
    Is there any way to make the system to take the exchange rate from the Exchange Rate table and not from the base document when we are "Copy To" functionality instead of "Copy From"?
    I unchecked "Use Document Exchange Rate When Copying to Target Document" in Document Settings but the system still copies the exchange rate from the base document.
    Regards,
    Bharath S

    Hi Bharath.....
    Do the settings once again as you mentioned and just restart all the services of SAP and restart server also.
    And then try whether it works or not.
    Its wired but sometimes when we refresh the system the settings we made gets applied that moment only........
    Please check.....
    Regards,
    Rahul

  • How to generate exchange rate table

    Dear all Guru,
    I would like to generate exchange rate table for past two/three years.  Please help me how I can do this.
    Thanks.
    Myo

    Hi Myo,
    use t-code SE16 and give table name Tcurr one new screen will get open and give the inputs as you want and see the data.
    give the points also.
    Regards,
    Raman

  • Currency Exchange Rate Table

    Dear Experts,
    One of SAP our user edited the maintained currency exchange rate table (F-62) but he is lying. Now how can I check who edit the table in a particular date? Is there any t-code or way?
    Thanks in advance for this help.
    Best Regards.
    Ripon Kumar Paul

    Hi:
         If change log is enabled by your BASIS guy then you can see it menu...utilities...Change log.
         Regards

  • Multicurrency application - Exchange Rate Table

    Hi,
    I have a question regarding a multicurrency application.
    Can you export the exchange rate table from one application and import into another application?
    What are the other possible ways of loading the exchange rate tables into an application? When I searched the forum I did see in one of the post that you could use Outline Load Utility to load the Exchange Rate Tables.
    Please let me know.
    ~ Adella
    Edited by: Adella on Oct 26, 2011 7:55 AM

    Hello John,
    I don't think the export is working. It is throwing me errors everytime I try it. I also tired the command from your blog but that didn't work either. I came this morning to update you on that and the first post I saw on Planning forum was a similar issue that a user had posted.
    Exporting exchange rate tables in planning.
    There I saw your reply stating this is new feature from 11.1.2.1. So, well now I know it wouldn't work for me as well as we are on 11.1.2.0
    Thank you so much for your input. I appreciate it as always.
    Regards,
    ~ Adella

  • Exchange rata table download

    Hi
    Can someone pls tell me how i can download an exchange rata table to an MS excell.
    thanks in advance

    Hi
    See if this is what you are looking for
    1. Go to OC41
    2. Go to Table View->Print
    3. Go to List->Export->Spreadsheet
    4. Save in Excel

  • How to maintain different exchange rate for MIRO(customs), MIGO -inventory?

    Hi,
    My client requirement is like the MIRO for custom clearing agent has to happen @ the exchange rate mentioned in Bill of entry but the Inventory value has to be updated @ some other exchange rate - (exchange rate computation made with respect to vendor invoice)
    Regards,
    archu

    Hi Balla,
    To change exchange rate in MIRO, follow the following process:
    1)  Go to MIRO
    2)  Enter Invoice date, Reference and change the currency to USD
    3)  Go to details tab  page and enter the rate that u require
    4)  Enter the PO no and press enter and proceed as usual.
    Kindly note that once u put inthe PO no and press enter the ex rate field in details tab becomes uneditable.
    Regards,
    Kiran

Maybe you are looking for

  • ISSUE ON CREATE SALES ORDER USING BAPI

    Hi,    I am creating a sales order using bapi BAPI_SALESORDER_CREATEFROMDAT2.But it it fails to create a sales order abd below is my code pls check and correct me to create a sales order. LOOP AT DATA_TAB. clear: l_order_header_in,        l_salesdocu

  • ORA-00313: open failed for members of log group 3 of thread 1

    Whenever I try to login as a user I get the following: sqlplus user/user SQL*Plus: Release 10.2.0.2.0 - Production on Fri Nov 9 10:43:39 2007 Copyright (c) 1982, 2005, Oracle. All Rights Reserved. ERROR: ORA-01033: ORACLE initialization or shutdown i

  • Final Cut Pro 6.0.1

    My title superimpositions create a darkening of the background image when they first fade in, and then the background lightens when the title/supers fade out. It is as if the super is having a "bump" effect on the background image. What is causing th

  • CPU utilization on Solaris

    When running a series of performance tests on Solaris machine running Weblogic 8.1sp2 and comparing the results to a Windows200 machine running Weblogic 8.1sp2 I noticed the Solaris box was only using 10% of the each of its 4 CPUs. The Window2k machi

  • How to enable ws-addressing and set ws-Reply to & message-Id ??

    How to enable ws-addressing and set ws-Reply to & message-Id and all related properties. ??? I looked at the documentation but not sure how to do this. Any Help is appreciated.