Is it possible to use an exchange rate of any date  for amounts of a cube

Hello experts,
Is it possible or not to use an exchange rate of any date (ex : 23/02/2009) for amounts of a cube where the time are ONLY Fiscal Period.
Thanks in advance.

Thanks for the immediate response.
The situation is..
We have the cube , that has only FISCAL PERIODS.
The user want to apply an exchange rate of the date 23/02/2009 (which is NOT the last day of the period !).
See here the values of the table TCURR,, for the dates between 20/02 and 05/03.
Normally, the user wants to use the Rate of the 23.02.2009 --> 0.87800
Currently all the queries gives a calculation based on the rate of 0.89330, which is related to the 1st day AFTER the posting period that correspond to the given key-date.
1.There are 3 fiscal periods ; 001 / 002 / 003.
2.The calculated rate (0.89335) correspond to the TCURR rate of 02.03.2009 (value 0.89330)
which date correspond to the 1st day after the fiscal periods (002) in which the key-date (23/02/2009) was choosen.
Hence, we can say that the key-date is u2018Recognizedu2019 by the system as a true referenceu2026 (the choosen period correspond to the choosen key-date) ;
BUT, it seems impossible to get the rate of a specific date, for a cube that has only FISCAL PERIODS.
I am looking for
1.looking in the literature whether this case is explained clearly ;
2.eventually, finding a way to respons to the useru2019s ,needs
thanks in advance.

Similar Messages

  • Exchng rate of any date for amounts of cube where the time is only FISCPER

    Hello,
    The user want to apply an exchange rate of the date 23/02/2009 (which is NOT the last day of the period !).
    Currently all the queries gives a calculation based on the rate of 0.89330, which is related to the 1st day AFTER the posting period that correspond to the given key-date.
    in the querry the key-date is u2018recognizedu2019 by the system as a true referenceu2026 (the choosen period correspond to the choosen key-date) ;BUT, it seems impossible to get the rate of a specific date, for a cube that has only FISCAL PERIODS.
    Any valuable help will appricated on this...
    Regards,
    NPR

    Check:
    [Key Date|http://help.sap.com/saphelp_nw70/helpdata/EN/1e/99ea3bd7896f58e10000000a11402f/content.htm]
    [How to... Create & Populate User Exit variable |http://sapbwneelam.blogspot.com/2007/10/how-to-create-populate-user-exit.html]
    Srini

  • Using an Exchange Rate Type other than 'M' in a Purchase Order

    I use several exchange rate types in SAP for various currency positions, specificially with pricing. 
    As a result, when I create a Purchase Order I want to use a different Exchange Rate Type, instead of the standard 'M'.  I have seen the rates can be placed directly in the Purchase Order, but I would like the system to look up the required rate using a specific exchange rate type.
    Can anyone provide any suggestions or guidance based on prior experiences ?
    thanks
    gino ruggiero

    Dear Gino Ruggiero,
    The MM functionality always uses the "M" rate.
    Not able to release Purchase doc.
    Regards,
    Naveen.

  • Cannot use Row Exchange Rate in the Draw Document Wizard

    Hi Experts,
    I am having problems while trying to post an AP Invoice which is copied from a Goods Receipt PO. I made two transactions in GRPO:
    12/28/2011 - I used the BP Currency which is USD and the exchange rate of PHP 45. Doc No.1198
    12/29/2011 -  I used the BP Currency which is USD and the exchange rate of PHP 47. Doc No. 1199
    While adding the AP Invoice on 12/30/2011,  I have an exchange rate of PHP 46.
    When trying to add the AP Invoice, I used Copy From Goods Receipt PO and I higlighted the two doc numbers 1198 and 1199. In the Draw Document Wizard Row Ex. Rate Prices I have selected the Use Row Exchange Rate from Base Document.  However a system message appears which says Base Document Exchange Rate cannot be used, the rows will be updated using the target document exchange rate.
    My presumption is that when I choose the Row exchange rate from base document, SAP will automatically copy the row exchange rate used in the documents so for the transactions in 12/28, the rate of PHP 45 shall be used and same goes for the 12/29 which is PHP 47.
    How should I go about this? Am I missing a step here? By the way, I am using SAP B1 8.82 PL01.
    Thanks in advance for your help.
    Best Regards,
    Michelle Pereyras
    ABM Global Solutions

    Hi Rahul,
    You said 'It is not at all concerned with Exchange rate during GRPO...' If that is the case how does the Use Row Exchange Rate from Base Document in the draw document wizard work? Does this mean 1 GRPO : 1 AP Invoice so I can use the base document rate?
    How should I go about with transactions like these? That is adding an AP Invoice from multiple GRPO's having different exchange rates. What I am trying to capture here is that in the AP Invoice, base document rates should be used in the row item level and not the current rate when adding the invoice.  
    Thanks,
    Michelle

  • Re: exchange rate did not effect for the billing M

    hi experts,
    good morning to all,
    i have a doubt my company code currency is HKD.
    the exchange rate given on 01.01.2011 is 10.26xxx and for 01.2.2011 given as 10.37xxx for HKD to EUR.
    for january the invoices generated correctly by using M, now where as for february the invoices generated did not capture the M rate. when we see the documents it captured 11.35xxx for HKD to EUR i checked in ob08 the ex.rate for M is 10.37xxx.
    so if any body face the same scenerio giveme your inputs awaiting for your golden replies and have a good day to all.
    thanks in advance,
    kumar.b

    Hi,
    I think u maintained 2 exch. rates 10.37 and 11.35 for date 01.02.2011
    So system giving priority to 11.35 because you may be enetered this rate after 10.37
    Also check which exchange rate type is maintained for customer, it might be there is diffrent exchange rate type in customer master in stead of M, and for that exchange rate type the rate is 11.35.
    Determination of exchange rate
    Exchange rate type(in customer master-billing tab) + Valid from date = Exchange rate
    Kindly check thoroughly.
    kapil
    Edited by: Kapildev Farakte on Mar 10, 2011 9:14 AM

  • Tell me to get exchange rate on system date?

    hi all,
    plz tell me how to get exchange rate on current date or system date.I am using this query:
    select * from tcurr into table itab where  FCURR = final_tab-waers and TCURR = 'INR' .
    loop at itab where GDATU = sy-datum.
    l_rate  = itab-UKURS.
    endloop.
    In table tcurr format of date is different then that of system adate
    suppose system date is 27.06.2006 but it store like this
           79939372. pl tell me how to convert that date?
    thanx in advance.
    regards,
    hemlata

    Hi Hemlata,
    Its simple use write statement..
    Write:itab-GDATU. * if u want to dipslay on output
    write to var. * if u want to store in variable..
    <b>WRITE</b> will automatically convert to date format..
    Regards,
    sridhar

  • Is is possible to use creative cloud as a shared volume for collaboration between incopy & indesign?

    I'm a designer student and as a designer, I constantly have to make decks for presentations.  I typically work in a group of six and because I'm confident with graphic design, I tend to be the leader of these tasks.  I've found the best workflow for slide creation is Indesign.  Unfortunatly, I'm just an awful writer— so when I heard about Incopy's collabrative features(saw the post from indesign's facebook page) I saw oppertunity and got very excited.  My teamates and I typically all have subscriptions to adobe cc because of this, I was wondering (since I havent used it at all) if the storage given out from adobe cc was able to be that shared volume that is required for the live link between incopy stories and indesign layouts.
    Therefore,
    Is is possible to use creative cloud as a shared volume for collaboration between Incopy & Indesign?
    If this needs any further clarification I'll gladly write a more detailed question — lastly, if this is not possible might you suggest an alternative?  Please assume that we go to school together but we work offsite also.

    You will not be able to use the Files page at https://creative.adobe.com/files for collaboration in this way. But you can share individual files in this way.
    When folder sharing is available this will be possible.

  • Error while determ. loc. crcy: exchange rate type M date 01/26/2011 frm SGD

    Hi,
    There is an issue like after order is created,while creating invoice(third party order) after saving there is message as its saved.
    But when trying to go with either vf02 or vf03 there is an update termination as 'Error while determ. loc. crcy: exchange rate type M date 01/26/2011 from SGD to'...so any suggestions on this?

    HI Srilatha,
                 Go to T.code OB08 there position the exange rate Ex: M in you case and valid from 01.01.2011 then give currency if it is INR give 1INR X 1 INR = 1 give according to you document currecy.
    Thanks
    Vinayak

  • Is it possible to use aMacBoock Pro as a hard drive for my iMac?

    Is it possible to use aMacBoock Pro as a hard drive for my iMac?

    Yes, if both machines have FireWire ports (400 or 800, they're both OK):
    http://support.apple.com/kb/HT1661
    Probably (maybe?), if both machines have Thunderbolt ports and you have a Thunderbolt cable:
    http://www.cultofmac.com/thunderbolt-target-disk-mode-requires-apples-special-ca ble-tip/103270
    If the same port isn't available on both machines, I don't think so.

  • Exchange rate  on billing date- pricing date to be billing date

    Hi All,
    If I create a billing document then the pricing date is coming from sales order.
    Exchange rate is claculated based on sales order pricing date. But my client requirement is to consider the exchange rate on billing date.
    Please reply, points will be rewarded.
    Regards,
    venkat

    Dear venkat
    Go to VTFL, select your billing type and delivery type and click on "Item".  There select your item category and click on magnifying lens on top so that you will be taken to a screen where there is a field "PricingExchRate type".  Maintain "C" there and save.
    thanks
    G. Lakshmipathi

  • HT4145 is it possible to use a sngle air port express both for streaming music to an audio system AND as a wireless base station

    is it possible to use a single air port express both for streaming music to an audio system AND as a wireless base station

    Yes you can - if it is your only router or it is after another Apple router - if you have a non-Apple router then it would have to be hard wired to create its' own wireless network.

  • Using Diffrent Exchange rate Type for Payroll

    Hi All experts,
    We wish to use a different exchange rate type for Payroll currency conversion. As we all know that the Payroll driver uses the currency coversion rate M and is hardcoded in the standard Programmes.
    Now please suggest me whether it is possible in any means to use different currency conversion rate for Payroll?
    Also we have explored the Global payroll, but the same has been not yet released for all customers, can I use it as it provides with the option of choosing exchange rate type on a particular date and have standard excahnge protection IT.
    Awaiting guidance from u all....
    Thanks in advance
    Regards
    learner

    Hi,
    No i want system to pick diffrent exchange rate so i want to change exchange rate type for 1st Local Currency.
    But that area is greyed out. Is there any system setting where i can maintain diffrent Exchange rate type for 1st Local Currency instead of "M". or is there any other way out that system will pick up diffrent exchange rate.
    Problem is that two entities are operating in different market having same local currency but conversion rate for Foreign currency will be diffrent e.g. Local Currency EUR Exchange rate between EUR -USD in France 1.20 and Exchange rate between EUR-USD in Germany 1.25.
    Is there any wayout to deal with such situation.
    Please suggest.
    Regards,
    Manish

  • Process Order uses Wrong Exchange Rate for Activities

    HI Everyone,
    When posting hours to a process order, I noticed that the exchange rate being used is based on the first of the month rather than the point of entry.  How can I change that so that its picking up the current M exchange rate type with the current date rather than the first of the month.
    Thanks,
    Pete

    Hi Sridhar,
    Thanks for the reply.  I actually did that.  Our company uses 1 version for both plan and actual (version 0).  In there, I found that the rate was originally "P" and had a value date of 01/01/2007.  I changed the P to an M and deleted the value date of 01/01/2007 and found that at least now, the rate being used to translate the hours posted in the process order are using the M rate.  However, I still can't figure out why its not using today's rate to exchange the company currency to group currency. 
    At my previous employer, we always separated plan and actual version by keeping 0 the actual version and creating a new version each year to house the plan data.  I'm assuming that is usually a best practice viewing this situation now?
    Pete

  • Use Current Exchange Rate from the Exchange Rate Table itu00B4s not working

    Hi Experts:
    Working with manager user, Iu2019m trying to create a Goods Receipt PO through the Draw Document Wizard, but the option u201CUse Current Exchange Rate from the Exchange Rate Tableu201D it is not working, it does not bring me the USD exchange rate of today defined in  the table;  it brings the USD exchange rate from the base document (AP Reserve Invoice), and Iu2019m not allowed to change it. What should I do?. We are working wih SAP Business One SP01 PL06. Thanks
    CLAUDIA

    Hi,
    There is a SAP Note related to your issue, have a look at this.
    [http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_sbo_adm/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d373033303238%7d]
    ...For companies using the Continous Stock System feature, there are three additional scenarios in which the row Exchange Rate will be copied from the base document regardless of the calculation method chosen in the 'Draw Document Wizard':
    a) Goods Receipt PO -> Goods Return.
    b) Goods Return -> Goods Receipt PO.
    c) AP Reserve Invoice -> Goods Receipt PO.
    Hope this helps,
    Son.

  • Is it possible to change the exchange rate after completion of miro documen

    Dear sap guru's,
        Please suggest me user can raise an po with account assignment cateagory (asset) ie AUC Asset. at the time they are giving exchange rate is 39.41. after doing migo he setteled the AUC asset to Main asset.
    Month ending he is doing MIRO At this time System is caputuring the exchange rate as 39.58. so the differnce amount is comes under AUC Asset.Already the AUC Asset is setteled but exchange rate difference amount is showing in asset. how do i resolved this one Kindly suggest me this is an urgent issue.
    Regards,
    Kumar.

    Hi Kumar,
    There are two solutions,
    1. At the time of MIRO, you can give the exchange rate in the details tab screen which can be an exchanged rate which was used at the time of capitalisation.  Hence, there will not be any differences between capitalised value and MIRO value.
    2. You can post the difference in the AuC asset and again you can distribute it to an expenditure or an assets based on business process / decision.
    Hope it clears your doubt.
    Regards
    A.Saravanan.

Maybe you are looking for

  • How to use a function in select clause

    hi gems...good evening... I want to write a select clause from a function. The scenario is like below: function parameters CREATE OR REPLACE FUNCTION FUNCTION_DEMO(p_pid IN NUMBER, p_bankerNum IN NUMBER, p_banker_name IN VARCHAR2, p_business_num IN N

  • XML Interface errors

    Help. I can't get the XML interface for authentication to work from a Java program. Yes I know there's another interface for use with Java but I can NOT use it due to some class conflicts. I am having the same problems I've seen reported before in th

  • Sequence numbers - with no gaps!

    I seek some advice from anyone with first hand experience in this area. My need is simple; generate a new ID number for every order for use as the primary key. Obviously this simple exercise could be a bottleneck as volumes ramp up, so I was pleased

  • Using PHP for file IO

    I am dealing mainly with a nested array of objects that I would like to be able to save to a .txt or .html file. Because flash can't do this (I assume for security reasons) I need to use a PHP script. The only problem is, I don't know how. Can someon

  • Cloning Oracle Applications Release 12 with Rapid Clone

    Hi, I was going through metalink doc 406982.1 Cloning Oracle Applications Release 12 with Rapid Clone. I couldn't understand a few points. I would appreciate if someone can guide me regarding the following queries. There is a statement in the doc 1)A