Multiply/Divide Currency Translation BPC Scenarios

Hi,
I know the concept of Multiply and Divide in the Input currency dimension in BPC. What I wanted to know is a business scenario /example in which Multiply/Divide is used? Is it dependent on the users discretion whether they want to maintain the currency conversion rate at in a certain format requiring a multiply / divide or is it dependent on business requirements?
For example does the user decide whether the EUR to USD conversion rates be maintained at 1.39 justifying a M at the input currency dim or 0.73 justifying a D at the input currency dim? or is it based on business requirements?
Sincerely,
Nicky

Hi Vladim,
Thanks for replying. But the rates you mentioned can also be entered as
1 RUR = 0.027 USD (1/36.2618)  in that case the Multiply/Divide propery in input currency dimension in the rates model will have 'M' specified.
But what is the business logic? Is it based on user preference. Or based on the format of loading currency exchange rate data from external systems?
Regards,
Nicky

Similar Messages

  • SAP BPC 10.0. NW Currency Translation

    Hello,
    I am using BPC NW 801 SP04. In below script logic code, I am tring to make currency translation but getting same value as is in USD currency.
    Could anyone please help me what mistake I am doing in given below code.
    *SELECT(%REPORTING_CURRENCIES%, "[ID]", "RPTCURRENCY", "[REPORTING] = 'Y'")
    *SELECT(%FX_RATES%, "[ID]", "R_ACCOUNT", "[GROUP] = 'FX RATE'")
    *WHEN RPTCURRENCY
    *IS %REPORTING_CURRENCIES%
    *REC(EXPRESSION=0)
    *ENDWHEN
    *LOOKUP Rates
    *DIM R_ENTITY="Global"
    *DIM R_ACCOUNT=EXPACCOUNT.RATETYPE
    *DIM SOURCECURR:INPUTCURRENCY=COMPANY.CURRENCY
    *FOR %CURR%=%REPORTING_CURRENCIES%
    *DIM C_%CURR%:INPUTCURRENCY="%CURR%"
    *NEXT
    *ENDLOOKUP
    // define the translation rule
    *WHEN RPTCURRENCY
    *IS "LC"
    *WHEN ACCOUNTDIM.RATETYPE
    *IS "NOTRANS"
    // skip
    *IS AVG,END,ENDFLOW
    // translate
    *FOR %CURR%=%REPORTING_CURRENCIES%
    *REC(FACTOR=LOOKUP(SOURCECURR)/LOOKUP(C_%CURR%),RPTCURRENCY="USD")
    *NEXT
    *ELSE
    // take as is
    *FOR %CURR%=%REPORTING_CURRENCIES%
    *REC(RPTCURRENCY="%CURR%")
    *NEXT
    *ENDWHEN
    *ENDWHEN
    Best Regards,
    Deepa Palsaniya

    Hello Arnold,
    I used code as you suggested above but package got aborted every time with different scenario. Could you please help in this why this is happening.
    *RUN_PROGRAM CURR_CONVERSION
    CATEGORY=%CATEGORY_SET%
    ENTITY = %COMPANY_SET%
    CURRENCY=%RPTCURRENCY_SET%
    TID_RA=%TIME_SET%
    RATEENTITY=Global
    *ENDRUN_PROGRAM
    Best Regards,
    Deepak Palsaniya

  • BPC 7.5 NW - Exchange Rates & Currency Translation

    Hello All,
    I have a couple of questions regarding the BPC currency translation process.
    1.  We have two options to store the exchange rates - either as a direct quote or as an indirect quote.  How are the exchange rates stored in the BPC system?
    2.  We have a property called "MD" in the InputCurrency dimension, which is used as a 'factor' in the currency translation process.  I would like to know how this property is used, in conjunction with the direct/indirect method of maintaining the exchange rates.
    As always, thanks for all your responses.
    Best regards,
    Van.

    Thanks for the response.  I do realize that we can enter the exchange rates either via a flat file or an Input Schedule, and also how the "MD" factor is utilized in the currency translation process.
    I will try to rephrase my questions, as below: 
    1.  In ECC, we have the option to maintain the exchange rates either as a direct rate or an indirect rate.  Similary, I would like to know how the exchange rates are "_stored_" in the BPC system - as indirect quotations or direct quotations. 
    2.  In addition, I would also like to know how the "MD" property in the InputCurrency dimension should be maintained.  In other words, let us say that the exchange rates are stored as direct quotes.  How do we maintain the "MD" property in the inputcurrency dimension for this exchange rate - M or D?
    Hope my questions are a bit more clear now.
    Appreciate all your responses.

  • How To run Currency translation for Consolidation Application in BPC NW

    In "How To do Currency Translation for Financial Application in BPC 7 NW", the author mention that there is another "How To run Currency translation for Consolidation Application in BPC NW", anybody know where to get it?

    Hi...
    Check if the below links are useful to you.....
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/6052a57b-8c64-2c10-b3a5-b0378ff21243&overridelayout=true
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c0ea1fd8-d6d3-2a10-c1ab-e8164dd98316
    You can find all How-to docs in the below link
    http://wiki.sdn.sap.com/wiki/display/BPX/EnterprisePerformanceManagement%28EPM%29How-to+Guides

  • How To Currency Translation in BPC

    "How To Currency Translation in BPC".

    Hi,
    The Finance application has standard default advanced rules that run currency translation. The
    default formula includes the FXTRANS.xls advanced rule, which sets up currency translation by running
    the system TRANSLATE_LDI formula.
      The Rate application contains currency translation rates and Intercompany elimination logic. The rate
    application was created first, then the Finance application was created and tied to the Rate application
    when the multi-currency option was chosen.
    below is an example for currency trans:
    *DIM CATEGORY=CATEGORY
    *DIM TIME=TIME
    In the following example, a currency translation in the two reporting
    currencies USD, and EURO is performed.
    Get the rates
    *LOOKUP RATE
    *DIM ENTITY2="DEFAULT"
    *DIM RATE=ACCOUNT.RATETYPE
    *DIM SOURCECURR:INPUTCURRENCY=ENTITY.CURR
    *DIM DESTCURR1: INPUTCURRENCY="USD"
    *DIM DESTCURR2: INPUTCURRENCY="EURO"
    *ENDLOOKUP
    //  Translate
    *WHEN ACCOUNT.RATETYPE
    *IS "AVG","END"
    *REC(FACTOR=LOOKUP(DESTCURR1)/LOOKUP(SOURCECURR),CURRENCY=u201DUSDu201D)
    *REC(FACTOR=LOOKUP(DESTCURR2)/LOOKUP(SOURCECURR),CURRENCY=u201DEUROu201D)
    *ELSE
    *REC(CURRENCY=u201DUSDu201D)
    *REC(CURRENCY=u201DEUROu201D)
    *ENDWHEN
    *COMMIT
    thnks.

  • BPC Currency translation..

    1. The currency translation need to be done for 2 reporting currencies..USD, EURO respectively.
    How does the CT works...can we translate all global entity  codes transation to USD and then translate USD translated figures to EURO
    or... Directly translate all the entity date to EURO directly?
    2. How the rates are loaded to BPC from BI  TCURR tables...is there any automation possible.
    Please let me know the options..

    In the BADI UJ_CUSTOM_LOGIC do this logic:
    *From your CT_DATA which may contain the rate/currency/translation date, etc.:
         CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY'
              EXPORTING
                   date                     = "This is your translation Date (most cases sy-datum is used)
                   foreign_amount   = "The amount you wished to be converted
                   foreign_currency = "The currency you wanted to change
                   local_currency   =   "The target currency
                   rate                     =  ""If rate is provided (or most likely you will have to refer on translation date, whichever is convenient)
              IMPORTING
                   local_amount     =  "This will return the value of the converted rate
              EXCEPTIONS
                   no_rate_found    = 1
                   overflow         = 2
                   no_factors_found = 3
                   no_spread_found  = 4
                   derived_2_times  = 5
                   OTHERS           = 6.
    Take note that this conversion doesnt mean just a local currency, it can be any currency you wish to convert.
    modify whatever value you need to modify in your CT_DATA
    and youre done.

  • BPC NW10.0 Execute the currency translation in DEFAULT.LGF

    Hello,
    I would like to execute the task currency translation in DEFAULT.LGF
    Nb : we used the DEFAULT.LGF when we import the actual and budget data with Excel file (.csv)
    I created the DEFAULT.LGF and inserted the following rows:
    *XDIM_MEMBERSET CATEGORY=%CATEGORY_SET%
    *XDIM_MEMBERSET RPTCURRENCY=LC
    *XDIM_MEMBERSET TIME=%TIME_SET%
    *XDIM_MEMBERSET DATASRC=INPUT
    * INCLUDE FXTRANS.LGF
    But, not currency translation when we import the actual and budget data
    Nb : When I execute FXTRANS.LGF (FX_STATEMENT), it's OK , the system created the new records for translation currency
    Best regards
    Bastien

    Hi,
    If I used the input schedule, the records are converted in EUR
    If I used manually  the fonction the currency translation , the records are converted in EUR
    Example of conversion
    COSTCENTER
    COSTELEMENT
    INTERCO
    COMPANY
    DATASOURCE
    CATEGORY
    RPTCURRENCY
    TIME
    Measures
    S169100
    G502
    P_SND
    S0168
    IMPORT_SAP
    BUDGET
    LC
    2013.OCT
    100,0000000
    S169100
    G502
    P_SND
    S0168
    IMPORT_SAP
    BUDGET
    EUR
    2013.OCT
    68,0000000
    Bastien

  • Currency translation differences with an effect on earnings

    Product Version: SAP R/3 46.C
    Componente: EC-CS-CSF-E Currency Translation
    In currency translation program of ECCS (tx CX40) the prior year portion of translation differences that affects earnings is posted in current period in the earnings retain item (ER) which according to SAP documentation "Currency translation differences with subsequent consolidations" is correct, however when we run the currency translation on subsequents periods this amount is posted again generating a multiplying of differences on each period.
    In accordance with section u201CBu201D of SAP note 553586, the carryforward item (retain earnings) was assigned to translation key 5, to avoid multiplications of this difference in every execution of currency translation for current period. This correction was applied successfully, however the problem is now generated when we run the currency translation in every subsequent period.
    SAP notes 582815 and 553586 was applied succesfully.
    We also verified SAP note 1045402 changing the translation key 5 to 1, for balance carryforward item (retained earnings) this avoids the difference effect on subsequents periods, but  generates a translation differential effect undesired on this item, since this is a historical item that not must be altered by currency translation.
    Additionally we read SAP note 509509 and we think that this issue corresponds whit symptom 2 of that note.
    Step by Step:
    Transaction: CX40
    Setting of Translation SET in translation method:
    1.- MARS-GAP-Monetary:
    1.1.- Items of balance sheet
    1.2.- Translation Key 1
    1.3.-  Item for differences: income statement item with an effect on earnings
    2.- MARS-GAP-NonMonetary
    2.1.- Items of balance sheet
    2.2.- Translation Key 6
    2.3.-  Item for differences: income statement item with an effect on earnings
    3.-MARS-MOR-Monetary
    3.1.- Items of P&L
    3.2.- Translation Key 5
    3.3.-  Item for differences: income statement item without an effect on earnings
    4.-MARS-MOR-NonMonetary
    4.1.- Items of P&L
    4.2.- Translation Key 6
    4.3.-  Item for differences: income statement item without an effect on earnings
    5.- MARS-HIST
    5.1.- Items of balance sheet
    5.2.- Translation Key 6
    5.3.-  Item for differences: Balance sheet item without an effect on earnings
    6.- ANI-BS-FX
    6.1.- Items of differences SET MARS-HIST and Carryforward Item for special items in transaction CXD3, the same item for the balance carryforward (retained earnings)
    6.2.- Translation Key 5
    6.3.-  Item for differences: Balance sheet item without an effect on earnings (the same item for the SET MARS-HIST)
    7.- ANI-BS
    7.1.- The special balance sheet item in Transaction CXD3
    7.2.- Translation Key 5
    7.3.-  Item for differences, the same item
    8.- ANI-IS
    8.1.- The special income statement item in Transaction CXD3
    8.2.- Translation Key 5
    8.3.-  Item for differences, The same item
    Note:
    1 .- According to the point A of the note  553586 was included the FS Item 484051011(difference item for SET MARS-HIST)  in the conversion SET ANI-BS-FX
    2 .- According to Section B of the note 553586 was included the account for carried forward  481000001 the special accounts set up in the transaction CXD3 in the conversion SET ANI-BS-FX
    3 .- According to Section C of  note 553586 are included special accounts set up in the transaction CXD3 390000 and 251200, in the conversion SET ANI-IS and ANI-BS respectively.
    When run the currency translation in the new year 1-2011, the prior year portion of translation differences that affects earnings is posted in current period a credit to earnings retain and debit to account difference in SET for this account. This amount is same on special balance sheet item 251200, in tx CXD3, also found on the statistical FS item.
    Then in subsequent periods, 2 - 2011 it posting another credit to earnings retain and debit to account difference in SET for this account, generating a multiplying of differences on each period, even though the difference for this account (ER) in the log of the translation currency is equal to the difference posted to the previous period, show this in transaction CX34 for items of translation (1) for this account until 1-2011.
    Edited by: Ana Brito on Jul 25, 2010 8:10 PM

    Hi,
    just a information how I did a workaround about this:
    The opening (movement type 100) of the balance sheet item "differences of currency translation" is customized with "don't change...".
    Every increase  to "differences  of currency translation" works with e.g. movement type 120 and will be carried forward to 100.
    Maybe this is a scenario you can use...
    BR

  • Currency Translation with a Calculate Key Figure

    Hi,
    Does anyone have experience with applying currency translation in BEX/Query Designer on a Calculated Key Figure? 
    I have a need for a calculated key figure to be converted to a target currency of USD (which is already defined via RRC1).  I also need the Results Row to display the summation in USD. 
    Currently, my calculated key figure displays two currencies (MYR and USD) and an incorrect summation of both currencies.
    Here is how I have defined my calculated key figure:
    NODIM ( 'Consumption (STOs)' ) * NDIV0 ( 'Material Source Plant Cost' / NODIM ( 'Source Plant Price Unit' ) )
    I am multiplying a quantity field by amount field and then dividing by a price per unit field.  I have applied NODIM on the other fields so that the amount field will retain it's properties.
    Running this query through transaction RSRT and clicking on the Generate Report button, I get the following message:
    "<b>Currency translation cannot be carried out for element 20 (my calculated key figure). Element 20 neither contains a Basic key figure nor a variable with type Amount. For this reason, you cannot and do not need to perform a currency translation</b>."
    From the above message, I must be setting my calculated key figure incorrectly. 
    Any ideas?
    Thanks!
    Hau

    Hello Ajeet and N Ganesh,
    Thank-you for your help.  I verified that the dimensions of my key figure 'Material Source Plant Cost' was of type 0AMOUNT, so that was not the issue.
    The issue was in the error message that was returned when I pressed the Generate Report button in RSRT.  Essentially, currency conversions in BEX can only be performed on basic key figures or simple replacement path variables. 
    I can perform the currency translation on a SIMPLE calculated key figure that contains only the replacement path variable (where 'Material Source Plant Cost' is an attribute of my master data characteristic ZMAT_SRC).  However, I found that I cannot perform the currency translation on COMPLEX calculated key figures, like in my example above. 
    To get around this currency translation issue and as suggested by the error message, I created a SIMPLE calculated key figure for replacement path variable 'Material Source Plant Cost' and performed the currency translation.  The problem with this solution is that while I get my currency translation, I also get a calculated key figure that is aggregated, according to the query layout.
    To get around the aggregation issue, I also created a dummy counter as a master data attribute (of ZMAT_SRC) to capture the aggregation.  I assign a value of ‘1’ to this dummy counter/master data attribute in the update rules to my ZMAT_SRC infoobject.
    I then divide my new (aggregated) calculated key figure for 'Material Source Plant Cost' by the dummy counter (which is also aggregated).  Essentially, I divided the aggregated replacement path variable by the scaling factor.  The result is that I get a new calculated key figure that has been translated into the target currency and in the correct scaling factor.  I can use the new calculated key figures in the above formula; regardless of the report is rolled-up.
    Again, thanks for your help.  It gave me the pieces to solve this puzzle.

  • Change of Standard Currency Translation Logic

    Hello everybody,
    I need to achieve special goal to for a user request:
    In a BPC planning application using version 5 MS I would like to import data from another data source and perform a currency translation from LC to RC. The application is NOT set-up as a YTD application, as the planners should be able to input data on a periodic basis (i.e. month). So the default currency tranlation would take the LC amount from one month and multiply it with the rate for this month giving the amount in RC.
    I need to change the FX trans logic in a way that the LC amounts are summed up first and then the multiplication with the last FX rate is taken, i.e. similar to a YTD consolidation application. I do not want to change the existing appl into a YTD-appl as monthly input is needed.
    Therefore I need to change the standard FX trans logic from, let's say, "multiply each monthLC value by FX rate and then build the YTD value" into "sum-up each month LC value giving YTD LC value and then multiply by FX rate of the last month".
    Can I achieve that by tweaking the standard FX logic or do I need to set-up a certain FX Business Rule? Do I need a new measure ? How would the coding look like ?
    Any help is appreciated.
    Thanks.
    Wolfgang

    Does nobody have an idea how to attack such a challenge ?

  • Currency Translation - Rolling Forecast

    Hi,
    Scenario is: We're doing 13 months rolling forecast which goes beyond one year. When currency translation happens, as part of default logic, it converts the records only for the year of forecast (selected in current view) and not beyond the current view year.
    For instance, if selected forecast period 2011.JAN, we expect user to input numbers from 2011.JAN through to 2012.JAN. System run the currency conversion package and translate records for periods 2011.JAN - 2011.DEC, and doesn't convert 2012.JAN because it is the next year (not selected in current view).
    Following is the code I'm using in the FX Conversion package:
    *RUN_PROGRAM CURR_CONVERSION
          CATEGORY     = %VERSION_SET% 
          CURRENCY = USD
          TID_RA = %TIME_SET%
          RATEENTITY = GLOBAL
          OTHER =  ENTITY=%CURRENCY_SET%
    *ENDRUN_PROGRAM
    Can you please suggest any resolution, i.e. how I can enhance the code to convert records whatever I get from runtime (template) and not just restricted to CV Year?
    Many thanks,
    Shabbar

    Hi Shabbar,
    While executing Currency translation, if you can select 13 months (say,from 2011.Jan to 2012.Jan ) in data manager parameter, Conversion executes for all 13 months as %TIME_SET% take value from your data manager prompt.
    If you are identify %TIME_SET% based on Year in Category dimension, you can try below code.
    *SELECT(%YEAR%, [YEAR], CATEGORY, "[ID]='FORECAST'")
    *SELECT(%TIMEMBR%,[ID],TIME,"[YEAR]=%YEAR%")
    *XDIM_MEMBERSET TIME=%TIMEMBR%,%YEAR+1%.JAN
    //standard currency translation code.
    If you are working on BPC NW 7.5, you can consider using TMVL(OFFSET,Time member) to define the scope.You can refer to http://help.sap.com/saphelp_bpc75_nw/helpdata/en/c8/d961d0dbfd4745af4b667279573702/content.htm for more details on TMVL.
    Pls post here if you require further clarification.
    Regards,
    Kranthi

  • Currency Translation and Account Transformation Business Rules Together?

    Hi I am fresh out of college and working on a BPC project. I have this working but fear down the road problems.
    We are using currency translation and struggling with getting our NetIncome to write the correct value to the Current Year Retained Earnings when it converts from LC to USD; USD value did not match Net Income in P&L.
    Initially, we did the Account Transformation first in our default logic only on LC, then FX runs and creates the corresponding USD value which does not match the Net Income.
    It looks like the logic is correctly summing the YTD value but it converts using the AVG rate for the period (as opposed to multiplying each month by that monthu2019s average rate) creating a variance.
    Weu2019ve moved the account transformation to run after FX and have it also running on USD. This currently works but seems like a workaround, and as we configure the remaining CTA rules will we run into problems?
    Have any experts run into this issue before and what should I do?
    Edited by: MichaelUCF2010 on Oct 12, 2010 10:18 PM

    Hi, perhaps this is my lack of accounting knowledge rearing itself.
    RE = BS = End (if you take into account translation adjustment for Net Income and Additions/Substractions & OB)
    However If you are talking about the RE Reserve (and computing that correctly)
    RE Reserve
    OB - Opening
    Inc - Avg
    Sub - Avg
    NI - Avg [I assume it is this line you are talking about - please try the apply periodic option for avg]
    CTA - calculated
    CB - End

  • Currency translation(fluctuation)

    Hi friends,
    I'm doing currency conversion. I have 2 entities US and Japan.
    Intercomany sales happend from US(USD) to Japan(JPY) and currency exchange rate: 0.013.
    At month end spot exchange rate is 0.015 and average exchange rate for the month is 0.012.
    I have to eliminate intercompany transaction and how can eliminate currency fluctuation in above scenario. What components of cashflow effected by above trasaction(i.e cashflow from operation activities)?
    Thanks,
    naresh

    Good question. For the moment, I've never implemented it in BPC. However, I did it in several SAP SEM-BCS projects, so I am sure it is possible to do it in BPC (maybe look at the how to guides and the online documentation).
    The general concept is :
    A and B belong to the group and do business together. The transactions are done in Document Currency (= transaction currency), which is for example USD. The Group currency is EUR.
    Case 1:
    Imagine that A declares with B an amount of 60 EUR (got from currency conversion task: LC > GC) and 70 USD (TC).
    Imagine that B declares with A an amount of 65 EUR (got from currency conversion task: LC > GC) and 70 USD (TC).
    The difference in the I/U elim is : 65 - 60 = 5 EUR
    Due to the TC information, you can say that in this example, the difference is only linked to currency conversion effects (because TC amount is the same for both partners).
    Case 2:
    Imagine that A declares with B an amount of 60 EUR (got from currency conversion task: LC > GC) and 72 USD (TC).
    Imagine that B declares with A an amount of 65 EUR (got from currency conversion task: LC > GC) and 70 USD (TC).
    The difference in the I/U elim is : 65 - 60 = 5 EUR
    Due to the TC information, you can say that in this example, the difference is linked to:
    - other effects (cut off, error in declaration...) => 72 - 70 = 2 USD, which is let's say 1 EUR if you perform the translation USD-EUR
    - currency translation effects => 65 - 60 - 1= 4 EUR
    Is it more clear?

  • Currency Translation key not appearing in dropdown for selection

    Hi BI Gurus,
    We are using BI 7.0 SP 08 and SAPGUI 6.40 patch level 19. Let me explain our scenario.
    We are using SEM-BPS for Planning. Data is loaded to BW InfoCubes and then uploaded to summerized Infocube.
    We are also loading data from flatfiles into other set of custom Infocubes similar to IM Cubes.
    Planning is done in Transactional infocube and there is multiprovider on top of Transactional Cube, Summerized standard Cube and summerized custom infocube (for flatfile) for reporting.
    We are pushig back the final plans to R/3 system and currency conversion is automatic. There is no problem here.
    We are loading planing data and actuals from flat files to our IM custom Infocubes. The data is coming in different currencies and we are converting and updating in the cubes in fixed currency USD. Once plans are finalized,we want to give some kind of tool to the users to see their appropriation requests and the plan value in local currency. We are thinking to create some BEX queries for this purpose. Users will Select their requests and currency and the query will display their requests in local currency.
    RRC1 tcode does not work in BI 7.0. There is an equivalent Tcode RSCUR to create the Currency Translation Key. I created a translation key. Now I am trying to use this key into BEX, using GUI for 3.X and BI 7.0. This key is not appearing in the dropdown for the currency translation key selection. So there is no way I can use this key. 
    I went through a number of postings in this forum and still looking for the right one. Is something I am missing? or Is some bug in BI 7.0.
    I know it was working in BW 3.5. Can you guys share your experience? Any help is appreciated.
    Thanks.
    Sheo

    OSS note 968356 might be applicable.
    <i>
    Symptom
    No currency translation is available in BEx Web. You cannot call a currency translation dialog box using the context menu.
    Reason and Prerequisites
    Business Explorer, NW2004s, SPS8, SPS9
    You use BEx Web applications in SAP NetWeaver 2004s.
    </i>

  • Currency Translation for Calculated Key figures

    Hello Friends I want to use the Currency Translation for Calculated Key figures.
    But when I go to Query and go to conversion tab it is always greyed out. Does that mean we can set the fixed conversion type for calculated key figures. like ZSAD Total debit - credit -flow value.
    What is the way to do fixed currency translation in query for calculated key figures.
    All the below is done now just want to specify this in query but I can'nt since it is greyed out.
    All the below is done
    I have created a Currency Translation Type " FiscperConversion" "ZVHGR" now this has Exchange Rate Type from Variable "ZVARN" (Which is a variable single value manual input on 0RTYPE Infoobject for exchange rate.)
    2. Now Currency Tab: Target Currency is selected from Variable placed in the Report. ZRPVAR.
    3. Now the Variable Time Reference is used. Standard Infoobject 0FISCPER
    which is beginning of period.

    Hi soniya
    Your calculated KF is result of some calculation ...so system will not allow u to do any translation on it...to get CT on CKF you should do it on base key figure...still if you wish to do then you can create a formula variable having processing type a customer exit...write code in cmod to rad exchange rate and multiply ur CKF by this formula variable....
    Thanks
    Tripple k

Maybe you are looking for

  • Extended notifications: SWN_SELSEN

    Hello SolMan experts, I configured the extended notifications for work items in solman using TA SWNCONFIG (as suggested under sap library and in this forum). I completed all steps successfully. However, when I run the program SWN_SELSEN, notification

  • JCA Error while calling Stored Procedure containing cursors in BPEL/OSB

    Hi, I created JCA DBAdapter in Jdeveloper for calling remote stored procedure which contains cursors as OUT parameters. I'm getting below exception when i try to call the database via BPEL/OSB.the same remote procedure call is working on Invoking wit

  • LinkSys e3000: Poor wireless signal

    Hi, I have configured a new LinkSys e3000 as as wireless router in our house. I have left the configuration as default (only secured it and turned on the DHCP server). I have only turned on the 2,4 GHz network ( because the 5GH had an even shorter ra

  • Payment terms with 50% of value of the invoice  in diferent dates

    Hi Sap Gurus, I would like to request your help for teh following issue. We need to use a SAP condition that 50% of the invoice is payd immediatly and 50% in 30 days How can do that?

  • Can't download my music to iphone with ios 5 and itunes 10

    Just got my iPhone 4, upgraded my itunes to latest.  Itunes show the music but it gives me an error when trying to syc to iphone.  "Some of the items to the itunes library iwere not copied to the iphone because they could not be found"