Currency Conversion for Exchange rate type "AS02"

Hi Experts,
I am gonna post the most challenging problem (regarding currency conversion) I ever faced in my 1 year of BW Carrier.Kindly provide a solution.
There are three types of currency to be used in the query for Key Figure 0NET_VALUE (so total 3 Key Figures to be created)
   1.Document currency (may be any currency)
   2.Local Currency (must be EURO)
   3.Global Currency (must be USD)
From Document currency to Local Currency(EURO) we are using Exchange rate Type "M" (in Conversion Type created in Trans RRC1) [There is no problem in this conversion]
Problem starts now--->
From Local Currency(EURO) to Global Currency(USD) we have to use Exchange rate type "AS02" (in conversion type to be created in RRC1)
but there is a Business requirement  that currency rate should be as per the last day of the entered period;and this logic should work for the range of periods also.
Example :
we are executing query for the period 006/2006 (posting Period)
Last day of this period is 06/30/2006,
Currency rate would be as per 06/30/2006
And this currency rate should be same throughout the period 006/2006 in query
The example was for single period,but logic must be incorporated for the range of the periods.

Hi..
There is no corresponding source key figure in the InfoSource for the target key figureof the InfoCube.
a. A source key figure of the same type can be assigned to the target key figure
(for example, sales revenue instead of sales quantity revenue).
If the currencies of both of the key figures are the same, no currency
translation can take place.
If the currencies are different, a translation can take place either using a
currency translation type or by simply assigning a currency.
The following table provides an overview of possible combinations with different
currencies in the source and target key figures:
if Source key figure currency  is fixed , Target key figure currency is variable  then Currency translation (CT)  No CT
if Source key figure currency  is fixed , Target key figure currency is fixed  then Currency translation (CT)   CT
if Source key figure currency  is variable , Target key figure currency is fixed then Currency translation (CT)   CT
if Source key figure currency  is variable  , Target key figure currency is variable  then Currency translation (CT)  CT or assignment
b. If there is no corresponding source key figure of the same type, then you have
to fill the key figure for the data target from a routine.
If the target key figure has a fixed currency, no currency translation is
carried out. This means that if translation is required, you have to execute
it in the routine.
If the target key figure has a variable currency, you also have to assign
a variable source currency to the routine. Using the F4 help you can
select a currency from the variable currencies in the communication
structure. You have two options:
– You can select a variable currency and assign it.
– You select a currency translation type and a currency into which you
wish to translate (‘To’ currency).
The ‘To’ currency is, by default, the target currency if it is included in the
communication structure.
Creating a Routine for Currency Translation:
If you want to translate currencies in the update even though the currency translation is not
available for one of the above reasons, you can create a routine. Choose Routine, set the
Unit Calculation in the Routine and choose Create Routine. In the routine editor you get
the additional return parameter UNIT, the value of which is used to determine the target
1.  save the query  and it under role
   see to it is in   :  Restricted and calculated key figures --->   properties of k.f
2. exeute the query
3. the currency translation --> by target currency  usd  choose  OK
conversion type :  MEANTODAY Fixed target currency current date (MT)
4.  Go back to the query definition by chossing chage query ( global definiton)
5.  in the context menu for % share sales vouume of incoming orders,  choose properties --> formula collision -->  result form this formula choose OK
Note that -
  your should alos set the currency translation in the  properties for the  two key figures sales voule EUR , choose properties ---> currency  conversion key :  fixed target currency ,  currrent date ( MT) -->  target currency  : American Dollar .  choose   OK
<b>The translation key is a combination of different parameters that establish how the exchange rate for the translation is executed.
The parameters that determine the exchange rate are the source and the target currency, the exchange rate type and the time reference for the translation.</b>
The source currency is determined from the data record or dynamically from the master data of the specified InfoObject (currency attribute)
The target currency can either be fixed in the translation key or selected at the time of translation.
You can also use an InfoObject (currency attribute) to determine the target currency.
The exchange rate type distinguishes exchange rates that are valid in the same time frame next to each other, for example, the bid rate, ask rate or middle rate. The exchange rate types are stored and can be maintained in a central table (TCURV).
The time reference for the currency translation can be either fixed or variable
The fixed time reference can either be a fixed key date that is stored in the translation type, or be determined using the system date when executing the currency translation.
If the time reference is variable, then the point in time for the exchange rate determination comes from the value of a time characteristic (InfoObject). The reference can, for example, be the end or the start of a fiscal year or a calendar year, a period and a month – or even to the exact day. It can also be determined using a customer-specific InfoObject (for example, trading day).
Currency translation in the BEx
When selecting a translation key with a fixed target currency     this currency will be added automatically to the query definition
Also, you can use translation keys selecting their target currency at the time of translation. These can be applied in two different ways:
Selection of a specific target currency in the query definition (1)
Entry by variable (2)
Dynamic translation keys require input from the InfoCube !
InfoObject value will be read during query execution
Examples:
dynamic time reference (p.eg. 0CALDAY)
      time characteristic
target currency determined by InfoObject (currency attribute)
     characteristic which contains currency in its attribute table
the corresponding InfoObject has to be part of the InfoCube
1.Define the currency attribute in the InfoObject maintenance
The currency attribute has to be a unit InfoObject of type currency
The unit InfoObject must be an attribute of the characteristic
The currency attribute should be filled in the master data table of the corresponding InfoObject (manual maintenance or upload via InfoSource)
2.Enter the InfoObject in the translation key maintenance
Only InfoObjects with a currency attribute can be used in translation keys (p.eg. 0COMP_CODE)
At the time of currency translation the value for the source currency / target currency is then derived for every record from the master data table of the specified InfoObject
All values for a query are translated ad hoc (after having executed the query) using a translation key
Depending on the translation key a fixed target currency will be used for translation or you will be able to select the target currency
The ad hoc currency translation offers only restricted functionality (selection of translation key and target currency) compared to the currency translation in the query definition
Do not forget to create your translation keys before starting your work in the Business Explorer Analyzer
Example:
You load the following record to your InfoCube:
Company Code:                1000
Amount in Source Currency:      500,-
Source Currency:                FRF
Target Currency:               ?
In the Update rules, you are now using a translation key which derives the target currency from the InfoObject 0COMP_CODE. During the Update Process the target currency will then be read for Company Code 1000 from the master date table of 0COMP_CODE.
With the currency translation in the Business Explorer, the source currency can currently only be determined from the data record.
Only translation keys with a fixed exchange rate type can be used in the BEx
Translation keys with a dynamic time reference (from an InfoObject) can only be used in the query definition. It is not possible to fill the InfoObject by a variable !
Translation keys getting their target currency from a currency attribute can only be selected in the query definition
When getting the dynamic reference from an InfoObject (p.eg. 0CALDAY) the currency translation will apply to each record read from the database. That means it will use the date in this record for the currency translation.
When using a variable you will restrict the output of your query to a certain amount of data. For example, you would translate all invoices of March 11 with the translation date March 11
This means, the requirement “show me all invoices in my cube in group currency, conversion date: 14.07.2001” could not be solved by a variable input for 0CALDAY
I hope this would help...
with regards,
hari

Similar Messages

  • Conversion factor missing for Exchange rate type BE

    Dear Friends,
    I am getting error while doing GR as " Conversion factor missing for exchange rate type INR TO USD"
    waiting for your advice.
    Thanks

    Hi
    In OBBS maintain the translation ratios between USD & INR and in OB08 enter the exchange rate for this pair of currencies
    Anil

  • HOw to see currency pairs in Exchange rate type

    Hi,
    Can anyone tell me how to see currency pairs in an exchange rate type?
    Thanks

    Hi,
    I am not sure this is a right solution.  But I have some inputs on your requirements:
    1. For traveller cheques you may create a new payment method and do the required configuration for automatic payment program.  Don't generate any payment medium while running APP.
    2. For currency notes (cash payment) I am not sure how it works.  But probably it is possible by creating an account (account ID) for a particular house bank and use that (house bank & account id) for making payment. 
    Per my knowledge we have never used payment method cash (currency notes) in APP.  But logically it would work by create a new payment method and doing the required config for APP.
    Please update if you found a better way to do this.
    thanks & regards,
    Kumar

  • Translation date for exchange rate type 'M'

    Hello friends,
    How do I change the translation date for an exchange rate type, for a particular company code?
    My client wants the translation date for the exchange rate type 'M' to be document date instead of posting date. It is required as per Romanian Law of land.
    Regards,
    Mike

    Mike,
    I assumed your question is for an additional local currency for a company code (this can be changed in OB22).  For the first local currency, the translation date type in OB22 is always set to 3 (Translation Date) and cannot be changed (hence, greyed out).  Following that, in accounting entry transactions (for example FB01), you will see a field (Translation Date) where you can specify a date for which you want the system to fetch exch. rate from the exch. rate table.  In your situation, you will have to enter 'document date' there.
    PS: The reply above by Ravi applies only to tax items' translation, not for all items.  He is basically talking about the indicator that you see in OBY6.

  • ROE for exchange rate type M_CN

    Hello,
    The exchange rate type M_CN has been defined to capture the "Bank of china ROE" and the customer master data is also updated with M_CN.
    However, the accounting posting consider the ROE for Normal posting rate M.
    What could be wrong?
    Regards,
    Swapnali..

    Hello ,
    sorry....Please read the above as the exchange rate is picked from the payer master record. so if it is different payer  then priority is payer master
    secondly the exchnage rate by default is M . you have to click the get exchange rate in sales order to get the correct rate for the M_CN each time for the order
    you could also maybe add a user exit to redetermien the exchange rate each time a sales order is created
    Thanks
    akasha

  • Exchange rate type - Reference Currency

    Dear all,
    Below is my case,
    I have maintain a reference currency (USD) for exchange rate type M.
    Therefore, the system can calculate the exchange rate e.g. from (EUR) to (AUD) through (USD).
    However, what if, there are some pair of currencies in type M that I want to maintain their rate directly?
    E.g. (EUR) to (JYP) in type M, not through (USD)
    I have tried the configuration. System tells "For exchange rate type M, only rates with to-currency USD are relevant".
    Could any one suggest me what should I do? And what will be the impact?
    Regards,
    Yin

    I have the same requirement for RON (Romanian), vs. other triangulation (Ref = USD) for other countries.  What did you finally do?
    Thanks,
    - Tim

  • Exchange rate type settings

    Hello,
    In same client one company code use reference currency as local currency (XYZ) for exchange rate type u2018Mu2019. Exchange rates are maintained on daily base for the exchange rate type.
    New company code with different local currency would like to maintain exchange rate on monthly.
    Both company codes use same document types in FI and other modules.
    As per my understanding it is not possible to have to different exchange rate settings for same exchange rate type u2018Mu2019 in one client.
    In case if we have to use different exchange rate type for new company code what are the things to be considered or is there any alternate way please advise.
    Thanks!
    Raju

    Hi,
        You will have to create a new exchange rate type.
    Throughout SAP rate M will be used for actual postings unless a different rate type is specified.
    You can do this in:-
                      a) Document type
                      b) F110 - rate to be used can be specified
                      c) Customer Master Sales org data (for use in SD).
    Doing a complete duplicate set of document types is unrealistic.You need to identify where the FX transactions are and create Document types only where needed.You will also need a new FX valuation type that uses the new rate.
    When faced with this situation i only create 1 additional document type, to be used for Inbound invoices.This plus b) & c) for my companies covers 90+% of the FX postings.
    Kind regards

  • Default Exchange rate type at document type level for parallel currencies

    Hi,
    I have a scenario wherein 2 parallel currencies have been maintained (Grp & index based) against a Co Code and have maintained a default exchange type (Z2) in the Document type settings (OBA7).
    But when I want to post a foreign currency document, system picks Z2 rates for Co Code currency conversion and not for Grp & index based. In fact it picks M rate for these addtional currencies.
    I know that for parallel currencies, the system will always use the exchange rate type defined in transaction OB22 ( "M" rate) which is at Co Code level but I want default exchange rate type Z2 to be picked at Document Type level for all the parallel currencies.
    Please suggest how to archive this.
    Thanks,
    Sam

    Dear Sam,
    The exchange rate type defined in the FI document type (-> field
    exchange rate type in transaction OBA7) is only used for the currency
    translation from transaction/document currency into first local
    currency, not for the currency translation into second local (group)
    currency or for the currency translation into third local currency.
    The exchange rate types for the currency translation into second
    local (group) currency and third local currency are defined in
    transaction OB22.
    Unfortunately there is no option to change the exchange rate of 2nd or
    3rd local currency in our posting transactions. The design doesn't
    regard that requirement. But you have the chance to adjust the parallel
    currencies in OB22 or to change the amounts manually.
    I hope this helps.
    Mauri

  • Utilizing different exchange rate type for same currency combination

    Hello Gurus,
    I wanted to get your opinion/experience in handling the following scenario.
    We have company codes in different countries operating using different local currencies. There is alternate exchange rate type  EURX defined for Exchange rate type M for many currency combinations due to business requirements. One country with local currency EUR is utilizing EURX SEK - EUR exchange rate combination.
    Other country with local currency HUF is making use of exchange rate type MNB as an alternate exchange rate. In one of its transaction, where VAT is being calculated on its foreign transaction, HUF company is trying to seek rate of MNB SEK- EUR where country currency is SEK and document currency is EUR.
    But since on the 'translation ratios for currency translation' table EURX being the alternate currency for that particular combination, even when we set MNB SEK EUR exchange rate, the system is obviously picks up EURX rate.
    Has anyone come across similar scenario where different countries trying to get different exchange rate types for the same combination of currency? and If so, how would that be possibly handled through config or using something custom?
    Thanks all for your replies in advance.
    Regards,
    Sagar K.

    Hi Sagar,
    In tcode OBBS, if Alt.exchange rate is used for any currency pair, then that rate is used ( EURX in this case).
    All countries in EMU region uses EURX ( which is mostly fixed after introduction of EUR).
    If the company is in different countries in Europe, then mostly EUR is used as Alt. exchange rate. which uses EUR as reference currency.
    Ther is no country specific settings in std. sap for a currency pair.
    Cheers,

  • ERROR in MIRO : An exchange rate type is not defined for country IN

    Experts:
    When I try to enter the invoice received from the vendor, I am getting the following message.
    An exchange rate type is not defined for country IN
    Message no. FF802
    Can anyone provide me a solution for this?
    Thanks,
    Vijai

    This is the explanation given in note 974619 for the above error message
    Summary
    Symptom
    When you post an FI document, the system issues error message FF 801 or FF 802.
    Other terms
    Plants abroad, FF 801, FF802
    Reason and Prerequisites
    You use the 'Plants abroad' function.
    See Note 882132 for more information about this.
    Solution
    If the 'Plants abroad' function is active, additional fields appear when you maintain the country global parameters (transaction OY01, table T005):
    - Country currency       (Field WAERS)
    - Exchange rate type     (Field KURST)
    - Net discount base      (Field XSKFN)
    - Net tax base           (Field XMWSN)
    You must maintain the fields 'Country currency' and 'Exchange rate type'.
    Otherwise, the system issues error message FF 801 or FF 802.
    thanks
    G. Lakshmipathi

  • Exchange rate type M  not  picked in  FB60  foreign currency entry

    Hi
    My  local  currency is   USD.  I   have  defined  exchange rate  for   ' USD  and  EUR   '    for  exchange     type  M and  type  EURX.  
    In  FB60,  system picks  the  exchange rate  defined  for  exc. type EURX,   but   I   want it to  pick  exch. type M.
    Also i   have  set   exch type  M  in  docu  type  KR.   Still  it  does not  pick   exc type M.
    Pl  advise
    Thanks
    kamala

    I am thinking that most likely you have specified EURX as Alt. ERT (alternate exchange rate type) for exchange rate type M for the currency pair USD:EUR in IMG node 'Define Translation Ratios for Currency Translation" (T Code OBBS).  Remove it and retest FB60; it should pick the M rate.

  • Exchange rate types with referency currencies in BW currency translations

    Hello Guru's:
    Will BW currency translation keys utilize 'reference currency' functionality on exchange rate types?  I want to translate between two currencies (CNY to HKD) that don't have a direct rate, but both have rates for USD.
    I have:
    - exchange rate type BU10 defined with USD as reference currency
    - exchange rates for BU10 with relevant validity dates entered from CNY to USD and from HKD to USD.
    - exchange rate factors for BU10 relevant validity dates entered for CNY to USD, HKD to USD, USD to CNY, and USD to HKD.
    - a currency translation key defined taking source currency from transactional data (0CURKEY_LC), exchange rate type from a variable, target currency from a variable, and time reference as end of 0FISCPER.
    The translation from CNY and HKD to USD works, as does translation from USD to either HKD or CNY, but not CNY to HKD or vise versa.  So I wonder whether BW currency translation keys can even use the reference currency concept.  Or maybe there are constraints on translation key configuration that must be observed to make them work for this situation.
    Kind regards,
    Aron

    I solve it after using RSRT to debug the currency translation.  The must be an additional entry in TCURF for the source and target currencies, not just for the source currency to reference currency and reference currency to the target currency.  In my example from the original post, an entry from CNY to HKD is required.
    Edited by: Aron Weaver on Oct 21, 2010 11:15 PM

  • Exchange Rate Type M in MIRO

    Hi
    We have some issue  in exchange rate . When i am doing MIRO this time i have geeting error enter rate  / USD rate type M for 04.12.2009 in system setting.we have process different types Invoices with different currency in Miro to get this error message.
    After i m exit in this MIRO screen. Than again enter MIRO T. COde and enter PO number this time i have no geeting any error.
    We have check all the seeting in OB08 all are perfect. Colud please help me on this issue.
    Thanks in advance
    Why this error is geeting in first time.

    Srikanth,
    Yes, exactly it is the rate upon 28.01.2011that  should be relevant for the actual document.
    Exchange rate has not entered manually in document header by interface nor by user. Interface only feed document amount and currency i.e. no rates.
    Standard quotation in table TCURN for GBP=>USD is:"1" Direct quotation valid from 01.01.1800
    Standard quotation in table TCURN for "Blank"=>GBP is:"2" Indirect quotation valid from 01.01.1800
    Translation ratio for currency pair GBP => USD for exch rate type M is 1:1, valid from 01.01.1800,  alt ERT=blank.
    Translation ratio for currency pair USD=> GBP for exch rate type M is 1:1, valid from 01.01.1800,  alt ERT=blank.
    Translation ratio for currency pair USD=> GBP for exch rate type M is 1:1, valid from 31.10.2010,  alt ERT=blank.
    Maintained exchange rate valid for the period 31.12.2010 - 30.01.2011 for exchange rate type M is 1 USD= 0.64114 GBP
    Amounts in document are
    Doc. Curr. Amount= 187.44 GBP
    LC2 Amount= 281.16 USD
    Rate used for LC2 Amount in document equals 1 USD = 0.6667 GBP
    Correct LC2 Amount with rate 1 USD= 0.64114 GBP should be 292,35 USD.
    Kind regards,
    Linda

  • Exchange Rate Type M getting updated automatically next day

    Hi ,
    We upload rate through t.code TBDM for MTRE exchange rate type but very next system  turn up same result for exchange rate type M
    For example
    Suppose today 09.09.2011 i upload rate only for MTRE exchange rate type for following currency
    AED                 EUR           MTRE04092011                   5.26447                                                          
    ANG                 EUR           MTRE04092011                   2.52369                                                         
    ARS                 EUR           MTRE04092011                   6.01392                                                      
    AUD                 EUR            MTRE04092011                   1.33905   
    latter on if check in TCURR table or OB08 tcode i will get below entry
    ExRt From To  Valid from Exch. Rate Ratio Ratio
    M    AED  EUR 05.09.2011   /5,26447    0     0
    M    ANG  EUR 05.09.2011   /2,52369    0     0
    M    ARS  EUR 05.09.2011   /6,01392    0     0
    M    AUD  EUR 05.09.2011   /1,33905    0     0
    MTRE AED  EUR 04.09.2011   /5,26447    1     1
    MTRE ANG  EUR 04.09.2011   /2,52369    1     1
    MTRE ARS  EUR 04.09.2011   /6,01392    1     1
    MTRE AUD  EUR 04.09.2011   /1,33905    1     1      
    my question how M is getting update.
    Regards
    Prakash Sharma

    Hi
    Here you need to concentrate on Direct or indirect quotation
    If you are using EUR to SEK (LC) - use direct quotation as 8.8307 1:1 relation
    If you are using SEK to EUR - use indirect quotaion as 0.1132 1:1 relation
    Pls let me know if you required further help
    Reg
    Vishnu

  • Exchange Rate Type R - Closing Exchange Rate

    Hello Experts,
    I am current developing ABAP AP Aging reports.  I would like to ask what is the reason for defining Exchange Rate Type (R) - month end exchange rate instead of using the Standard Average Rate M. 
    Thanks in advance.

    For exchange rate type R, you maintain month-end exchange rates in OB08 and revalue the foreign currency open items (AR & AP) and foreign currency balance sheet items into your local currency at the month-end rate.  You daily transactions during the month are posted using the M rate.  It is necessary to revalue the items I mentioned above at the month-end rate and report.

Maybe you are looking for

  • How can i get rid of apps in the "purchased" section of app store on iphone

    the new purchased section of itunes which i guess is a part of icloud, is storing apps that i did download onto my phone, and then delete them later on, and those apps are not stored in itunes on my computer!!  im just wondering if there is a way tha

  • Deleting DB table contents using internal table

    Hi Gurus, I have a requirement of deleting DB table contents. Requirement is as follows, User will select the DB table description in the seletion screen using drop down list. Whichever description he selects,the corresponding table contents should b

  • Looking for experienced insight...

    My iPod has been working fine for months now...then 2 days ago I notice that there is a new upgrade for the iTunes store...I downloaded the 7.2 iTunes store upgrade...Now I can't get anything but this message "iTunes has encountered a problem and nee

  • How can I press keyboard to play vdo only once!

    Hi, I'm here again for your help :{ I have a question which I tried to google it but can't find the answer. Well,..May be there is an answer but I just can't make it works? I'm in a process of learning AS3 so let's say I'm still new here. What I'm do

  • Closing one applet and open another...

    Hi all, What I currently have is a very basic applet that requires you to type in your password and follow by pressing the OK button. What I want it to do is following the pressing of the OK button, I want that initial applet to close and have anothe