Multi currency reporting in Projects

Hi,
We have created a custom report for giving the overall project status. The data is captured primarily from RPSCO, QMEL, COEP, COSS and COFP tables.  Now our company is going for global rollout and include GBP currency in addition to USD. Whne I tried to change my report database to read all values in object currency, I am facing difficulty in RPSCO table. In this table values are populated under different ledgers when the currency is different. My problem is that the ledger number is not same across all clients.
Is there a way to get object currency from RPSCO like COEP... tables? Or I need to capture data from BPVG.. tables to get the object currency? Pls help..
Thanks
Raghu Kumar

Hello,
If the object currency is other than the controlling area currency, then the system posts the values in the object and controlling area currency ledger. So this is a part of key field in RPSCO.
If you want to show the report values in object currency, then choose the record from RPSCO with the ledger of the object currency, similarly for controlling area currency, and then display the values of the fields 'Value in ledger currency' from this table.
you can use the FMs
CATT_KBPS_FIND_LEDGER
KBPS_FIND_LEDGER
or the table TPB0L  to find the corresponding ledger for your currency.
I hope this should solve you issue.
regards
Narasimhan

Similar Messages

  • Advanced Multi-Currency reporting

    I've got a complex report requirement and I'm unsure how best to address it ...
    We've a multi-currency model and have enabled multiple currencies per entities.
    The users are now requesting reports that will show their currency exchange exposures : ie : Total budgeted in each currency.
    I'm not sure how to do this. Is setting a filter on HSP_InputCurrency the only way or are there more user friendly methods ?
    Cheers,
    Jeremie

    Hello,
    You should use reporting currencies for reporting purpose (sorry for the pun). All of the input data are stored on Local->HSP_InputValue. And currency code, if it's not equal to Entitiy's currency, is stored on Local->HSP_InputCurrency. You may have a lot of different reporting currencies in Currency dimension, e.g. USD, EUR, GBP, RUR etc. Planning is able to generate currency conversion script to convert input data (Local) to reporting currencies. Reporting currencies are stored sparse elements, so you'll get desired values on USD->HSP_InputCurrency, EUR->HSP_InputCurrency, GBP->HSP_InputCurrency, RUR->HSP_InputCurrency regardless of Entity's currency.
    Regards,
    YM
    Edited by: user614618 on Sep 8, 2008 1:38 PM

  • Multi currency report

    Hi team,
    when i create purchase order in USD currency, i have created the Project & WBS elements in INR currency, budget profile currency is controlling area currency also INR and payment has been done inl INR. is there any impact in reports and where will get this type report in standard.
    please suggest about this....

    Hi Siddu,
    By default all the standard PS reports shows the values in Controlling Area Currency. In some line item reports like CJI3, CJI5 etc you have the option of selecting Object Currency or Transaction Currency along with Controlling area currency.
    In your scenario all your PS reports or reports otherwise will show all the values in CO. Area currency which is INR. You can do postings in AUD, USD , EUR etc to your projects. This doesn't impact anything. The system will calculate the corresponding INR values for these postings based on rate types maintained in system by your FICO consultants whether M or P.
    Hope it helps you..
    Cheers
    Sammar

  • OBIEE11g - Report Multi Currency Display (Static Data)

    Hi All,
    I have a requirement where i need to display amount data in multi currency format in OBIEE 11g like LCY and OCY format.User have to select the currency type like USD,YEN,EURO and resulting amount data in report should display in that currency format.
    Pls suggest me is it required to do ETL Changes i.e we need to load data in Database in multi currency format
    can we do this at Report level i.e can convert the amount in required currency format.
    Note: Spot rate is currency data it's loading by monthly its a static data.
    please refer my expected output screen short:
    http://imageshare.web.id/images/0dnlgxlvmhl7u5tdbac1.jpg
    (currently we are displaying one currency now we need to show multicurrency)
    Just FYI...
    joins:
    "GPC_DataMart"."GPC_DataMart"."dbo"."MX_SPOT"."OCY" =
    "GPC_DataMart"."GPC_DataMart"."dbo"."IW_POSITION"."ORIG_CURRNBR"
    AND
    "GPC_DataMart"."GPC_DataMart"."dbo"."MX_SPOT"."PPN_DT" = "GPC_DataMart"."GPC_DataMart"."dbo"."IW_POSITION"."Business_Date"
    here ocy & ORIG_CURRNBR is the foreign currency (i.e: USD,YEN,EURO etc)
    Calculation part:
    CASE WHEN "GPC_DataMart"."GPC_DataMart"."dbo"."IW_POSITION"."Product_Type" IN ('Bond', 'Bonds', 'Callable Bonds')
    THEN "GPC_DataMart"."GPC_DataMart"."dbo"."IW_POSITION"."Nominal_AMT" * "GPC_DataMart"."GPC_DataMart"."dbo"."MX_SPOT"."NON_DISC_SPOT"
    WHEN "GPC_DataMart"."GPC_DataMart"."dbo"."IW_POSITION"."Product_Type" ='Equities' THEN
    ("GPC_DataMart"."GPC_DataMart"."dbo"."IW_POSITION"."MKT_VALUE" - "GPC_DataMart"."GPC_DataMart"."dbo"."IW_POSITION"."CAPITAL_GAIN" ) * "GPC_DataMart"."GPC_DataMart"."dbo"."MX_SPOT"."NON_DISC_SPOT"
    END
    in the above calc amount * spot_rate
    I already refer the below one but it wont suite for my case:
    http://www.rittmanmead.com/2010/06/oracle-bi-ee-10-1-3-4-1-currency-conversions-fx-translations-part-1/
    http://gerardnico.com/wiki/dat/obiee/currency
    Thanks in advance
    Regards,
    Deva
    Edited by: Devarasu on Nov 16, 2011 3:13 PM

    Hi Deepak,
    our table will like below one,how we can calculate on fly calculation for this,
    in my dashboard MX_spot.ocy prompt column --> set request variable.
    how i can use this request variable in RPD-->BMM --> logical expression?.
    Table 1: Postion (Fact)
    PRODUCT_ID      ORIG_CURRNBR     (Nom+Capital+PREM_DISC_AMORTISE) Business_Date
    ========================================================================
    HKD T-NOTE 1312     CN1      48407.555               31/10/2011
    HKD T-N 07Y1402     HKD          -45000.23               31/10/2011
    Table 2: Mx_Spot (all currency with static rate)
    OCY     NON_DISC_SPOT     PPN_DT     
    SGD     0.1962748     31/10/2011     
    HKD     0.1605621     31/10/2011     
    CN1     1     31/10/2011

  • OBIEE Report Multi Currency Display

    Hi All,
    i have a requirement where i need to display amount data in multi currency format in OBIEE 10.1.3
    User have to select the currency type like USD,YEN,EURO and resulting amount data in report should display in that currency format.
    Pls suggest me is it required to do ETL Changes i.e we need to load data in Database in multi currency format
    can we do this at Report level i.e can convert the amount in required currency format.
    Pls suggest.
    Thanks in Advance

    Thanks for your answer.
    I found a solution I used virtual tables in the physical layer it will replace the views I had to create inside the DWH to handle this problem.and created the joins in the physical and business layer.then I had the result I wanted for reporting.

  • Multi-currency in reports

    How can I dynamically change the currency symbol in reports using the LNNNGNNNDNN field format.

    If I alter the session and use NLS_TERRITORY and select using to_char(item, 'L999G999D99')
    then it will print with the local currency symbol, however if I have the item defined with format mask of L999G999D99 and select just the number it will not.
    Is there an easy solution to print reports in multi currency dynamically or will I need to select each value with its corresponding format. What would be the use of the L999G999 etc format mask?
    Thanks

  • Multi-Currency Customer Receivables Aging Query

    Hello Everyone,
    SAP B1 2005 SP 01 PL 42
    We cannot produce customer statements for multi-currency accounts (CND & USD) through the Customer Receivables Aging report.  The report converts all FC to LC which is not useful to the customer.
    The statement must show the open invoices in USD and open invoices in CND so that the customer can pay in the appropriate currency.
    We are attempting to create a query to solve this issue and assign a PLD to execute the calculations, but cannot see the best way to execute the task.
    The customer account balance (displaying only unreconciled tans.) would be the most reliable data set (form 809), but it is not available as a table in the query manager.  Any other table suggestions?
    We would like to avoid building the query from scratch (collecting all open invoices, credits, payments etc...) to avoid error.  We would also like to avoid exporting the data as this is very time consuming.  Any suggestions?
    Thanks in advance,
    Tamara

    We have found it better to set up two customers where different currencies are transacted - one in each currency. That way you can produce a statement in each currency.
    I know it's not a perfect solution, but a good work around?
    The only way to get the data you need would be to use OJDT and JDT1 tables, but you would need to join to the reconciliation table as well (OITR?) to get open transactions.

  • Multi currency support with java.util.Locale

    My project has a requirement to support multiple currencies as our first internationalization feature. However, I've come across something with the Locale class that doesn't really make sense to me, and I'm wondering if anyone else has any best practices or insight.
    Why can't you create a Locale knowing only the ISO 3166 code? For multi-currency support, it doesn't make sense that I should need to provide a language in order to obtain a Locale, which is needed to generate the proper NumberFormat (and in 1.4 the java.util.Currency) class.
    Is there an instance where the language one speaks is directly correlated to the currency that they use?
    Actually, it doesn't make much sense that you can create a Locale only from a language either, since if my user a Hispanic-American, the language would be Spanish but the country (and therefore currency) would be US.
    It seems to me that if the Locale class can default a country code based on the language, it should also be able to default a language based on the country.
    Given these limitations, is there a recommended best practice about obtaining a Locale without a pre-determined language?

    Hi,
    this was a bit of a bugbear for a long time. Currency kind of wound up inexorably linked to Locale for a long time because the way a currency was formatted depended on the textual layout of the language as well as the country, and as date formatting was an issue too, it was easier for them to implement it the way they did.
    It's been an RFE for a long time, and I believe the beta releases of Merlin carry a currency API that is separate from a Locale. The link to the RFE is below. Hopefully Merlin Beta will allow you to achieve what you want - it seems to be pretty stable from what I've seen of it, and Sun do have a good record when it comes to releasing stable betas, so I wouldn't panic too much about the fact you're developing on a "pre-release candidate" JDK.
    http://developer.java.sun.com/developer/bugParade/bugs/4290801.html
    Hope that helps!
    Martin Hughes

  • Multi currency set up

    Hi Experts ,
    I am planning to implement multi currency (use of exchange rate )for existing client that have  used SAP B1 functionality with out multicurrency .
    I have tested some of the issues so far i am ware of the problem that existing BP cannot be used for multi currency as they have already transacation associated with it .
    What other implication /complication are there ? Please share your experience in this
    Thank you
    Bishal
    Edited by: BIshal Adhikari on May 21, 2010 2:47 PM

    Hi Bishal.
    Most of our customers have the multi currency option available.
    Where bank accounts are held in FC, these need to be set in their single currency, otherwise reconciliation becomes difficult, but the accounts in local currency should be left as mulit to enable transactions to be completed between accounts.
    The Exchange rate differences routine should be run on BP for reporting, take care how it is applied on GL accounts though.
    Incoming & outgoing payments should have the actual rate applied when processing so the differences can be shown as realised at the time.
    That's all I can think of that we have come across...

  • OBIEE Multi Currency Conversion Question

    Hi,
    We are implementing BI with the Financials Dashboard and currently the default currency displayed is in USD$.
    We would like to add a filter for each dashboard and allow users to choose between 4 currencies:
    1. Local Currency
    2. Reporting Currency Daily (USD at Constant daily/monthly corporate rate)
    3. Reporting Currency Current Year (USD at Constant current year corporate rate)
    4. Reporting Currency Previous Year (USD at Constant previous year corporate rate)
    Please would you know the best way to add this filter and setup the solution in BI?
    Do we need to use Global Rate, Variables...?
    Thank you,
    Ben

    Hi,
    We input the data into currency member called 'Local' and based on the currency conversion it will be converted into reporting currency.
    If you want to enter the currency other than the base currency for an entity, you need to enable the option of enable multi currencies in Other options in the Manager dataforms. While inputting the values you need to give the currency after the value.
    Regards,
    tvmk

  • Multi Currency in Planning

    Hi All,
    I am new to Hyperion Planning and I am trying to build a planning application supporting Multiple Currencies.
    Could any one point me to relevant documents / help to get the multi currency functionality working.
    I have experience in Microsoft PPS and this is the first time I am working on Hyperion Planning.
    Also how advisable it is to build a custom Currency dimension instead of using the built-in multi currency functionality of planning? Any suggestions will be really helpful.
    Thanks.

    Hi,
    We input the data into currency member called 'Local' and based on the currency conversion it will be converted into reporting currency.
    If you want to enter the currency other than the base currency for an entity, you need to enable the option of enable multi currencies in Other options in the Manager dataforms. While inputting the values you need to give the currency after the value.
    Regards,
    tvmk

  • Multi currencies in Planning and essbase

    Hi :
    Good morning all. I am new to hyperion. I have few doubts regarding multi currencies.
    Coud you pls tell me, we can impliment multi currencies in planning and essbase.
    If in company has implimented planning and essbase for one project .. where this multi currency concept will come in real time? when company's will go for essbse multi currencies and when planning currencies?
    Pls explain me.

    Yes, Essbase & Planning can do multiple currencies. It is more complicated to explain from an technical and setup perspective, but you can setup several ways depending on how the business wants to handle currency conversions. Planning has an option that will enable multi currency, but I would be careful and certain you want to do this. I only use this option if one of my requirements is that 1 entity member deals in more then one currency.
    Long and short of it is it can be done.
    regards,

  • Multi-Currency Features

    To Whom it May Concern:
    Can you please highlightthe Multi-Currency Features/(lack of features) within Oracle Release 11i?
    Also, if you have experienced any issues during implementation in regards to Multi-Currency.
    And how would you rate it compared to your previous system(s), and what was your previous system?
    Thanks,
    John Dery
    Director Finance Services Asia
    The McGraw-Hill Companies, Inc.

    Current Oracle Users:
    In addition to my previous request (same topic), can you please rate the following Oracle Release 11i features:
    Foreign Currency Journal Entries
    Foreign Currency Conversion from source to base(Functional)
    Foreign Currency Revaluation (Source to Base)
    Foreign Currency Translation (Base to Reporting)
    Foreign Currency Reporting
    Intercompany Accounting
    Cross Currency Receipts (EURO accepted for GBP Receivable)
    I appreciate any additional feedback you have to offer on the topics listed above.
    Thanks,
    John Dery
    Director Finance Services Asia
    The McGraw-Hill Companies, Inc.

  • Dunning letter with multi currency

    Hi
    How to set dunning letter with multi currency.I have this customer that have multi currency transaction.How do i set the dunning letter to show multi currency value.Thanks

    hi mohd rizal,
    in dunning note configuration itself set the currency as USD. then it takes the local currency depending on the application. then it works for multiple currency's. bcoz it automatically takes the local currency.
    hope u get what im saying. still u have any doubts, get me back.

  • Report on Project committment

    Is there any standard report on project commitment ? Project commitment carries PR/ PO created for the project and does not include already paid items / quantities.

    Hi,
    You can check these reports...
    Purchase Requisitions
    ME2J - For Project
    ME5K - For Account Assignment
    Purchase Orders
    ME2J - For Project
    ME2K - For Account Assignment
    ME3K - Outline Agreements
    MBBS - Valuated Project Stock
    & CJI5
    Regards

Maybe you are looking for

  • Copy file from mounted DMG to the Applications folder?

    I'm wanting to copy file (application) from a mounted DMG to the Applications folder. Something like: tell application "Finder" try copy "Volumes:Dropbox Installer:Dropbox.app" to folder "Volumes:Macintosh HD:Applications" end try end tell (But that

  • How do I delete my icloud account on my iphone 5s

    A long time ago I changed my email address. I was able to change the info for my apple ID and everything looked good on my iPad and Macbook (I changed the email address to the new one and was able to store info on the cloud). But for some reason my i

  • Error -2500 while writing new channel groups / channels to tdm-file

    I'm creating a tdm-file using the express vis provided by LabView. Everything goes fine in opening the file and setting the file parameters. When i'm using the write data-express vi to create a new channel group and setting it's parameters i receive

  • Need correct Target Id for report logical links

    Dear Experts, I have the following requirement where I need to have 5 Trade Funds related reports to be displayed when I click on the 'xyz' workcenter of my business role. The standard Group Id (Work Center Link Groups) for the reports is FM-ALL-RE.

  • My nano resets when i turn it on after a long period of time

    when i turn my ipod off for a long period of time (like a day or sometimes even a few hours) it wont turn on by the play button so i have to like push the select button and it comes on with the apple logo like it resetted. why is it doing this?