Can I use PA period date for Project Functional currency exchange rate instead of EI Date?

Hi,
We are planning to enable project currency for our projects. However while testing we have encountered one challange. We want to use PA date for all our currency conversions. However Oracle uses EI date to convert project functional currency transactions.
Does anybody know any setup or solution to convert all expenditure item transactions based upon PA date instead of EI date? Help / Solutiion on this regard is highly appriciated.
Thanks & Regards,

Hi,
Do u mean you have already done your Trx in EI Date and now u want to use PA Period Ending Date?
Please Correct me if i'm wrong, u want to update all the Trx from EI Date to PA Period Ending Date?
If you update from EI Date to PA Period Ending Date, this will only be applicable to Future Trx's not for the one's already incurred.
Regards
Ragahavender K

Similar Messages

  • Can i use ms office code for mac air on my macpro instead of purchasing the CD

    can i use ms office code for mac air on my macpro instead of purchasing the CD?
    Because i just got a new macbook pro and my sister has the macair she purchased ms office for her mac air so i was wondering if i could just use her code or do i have to buy a specific Ms office CD for my kind of mac?

    Bibi234 wrote:
    can i use ms office code for mac air on my macpro instead of purchasing the CD?
    Because i just got a new macbook pro and my sister has the macair she purchased ms office for her mac air so i was wondering if i could just use her code or do i have to buy a specific Ms office CD for my kind of mac?
    Office for Mac comes with a single or (for extra cost) a 3 license pack. Unless your sister has multiple user licenses you may not use her code.

  • How can I use the value returned for a function into the macro ??

    I create a function to work in a macro and I would like to use the value of parameter f_calc_error returned by function in a condition like IF, but I don't know how can I do that. I have to use the macro function CALC_ERROR ??
      Thanks.
    Edson Suzuki

    Hi Edson,
    Yes you need to use the CALC_ERROR macro function to be able to test whether the last macro function returned an error. CALC_ERROR will return an 'X' if there an error occured during the execution of the last macro function.
    You can use a macro similar to the following:
    IF
      CALC_ERROR( )
      = 'X'
          DO SOMETHING HERE
    ENDIF
    Let me explain how this works internally. The SAP system maintains a global variable g_flg_calc_error during the execution of macros in the planning book. The g_flg_calc_error variable will contain the value of f_calc_error that was set by the last macro function which executed. The ABAP coding of a planning book is something like this:
    data: g_flg_calc_error type /SAPAPO/FLAG.
    * SAP will pass g_flg_calc_error variable to all macro
    * functions. When SAP calls a macro function, it does
    * something like this.
    call function '/SAPAPO/MACRO_FUNCTION_HERE'
            exporting
              plob_values      = i_s_adv_plob_values
              sdp_book         = g_c_advf_sdp_book
              sdp_view         = g_c_advf_sdp_view
            tables
              cols_index       = i_t_cols
              value_tab        = l_t_value_tab
            changing
              f_calc_error     = g_flg_calc_error
    As you can see, the g_flg_calc_error variable
    is passed in the "changing" part of the call. The macro  function being called can then use the f_calc_error
    variable to change the value of the global
    g_flg_calc_error variable. In fact, the macro function being called can also check (by looking at the f_calc_error variable) if the last macro function reported an error.  The CALC_ERROR macro function just checks the value of f_calc_error parameter (w/c in fact is the value of the g_flg_calc_error variable) and returns "true/X" if the f_calc_error was set to true by the last macro function.
    Hope this helps in clearing things out

  • Can we use the AdventureWorks2008R2 data for the real time project.

    Hi,
    In our project we are trying to do the data scrambling on First name, last name and middle name...
    In the regular practice we use to update the names as
    First Name = FN+<PERSON_SNO>
    Last Name = LN+<PERSON_SNO>
    Middle Name = MN+<PERSON_SNO>
    The Problem is the names are not looking realistic, so I thought of applying some logic and updating our PERSON table names based on Person.Person table in adventure works.
    My question is can we use the AdventureWorks2008R2 data for the real time project. Is there any cop right issue.
    Someone please help me solve this issue.
    Thanks
    Karthikeyan Jothi.

    Please read this link content:
    Adventure Works Sample Site
    sqldevelop.wordpress.com

  • Project Oxford. Can I use the Face API for law enforcement app

    Hello,
    I am a .Net developer and have recently learned of Microsoft's Project Oxford.
    I am very much interested in developing an app using the Face API but, had a question regarding the code of conduct.
    Specifically it states:
    People who use your app must have the consent of the people whose images are being processed by your app. We ask that you include a prominent notice in your app UI so your end users know that consent
    is required.
    The  application I am attempting to develop is for law enforcement to detect wanted persons while out on patrol.
    My questions are: 
    1. Is there an exception to the rule above for law enforcement?
    2. Can I use the Face api for my application knowing that
    in most cases law enforcement will not specifically ask for consent while scanning people?
    As always thank you for your assistance.

    https://www.apple.com/legal/intellectual-property/guidelinesfor3rdparties.html

  • Can we use same program ID for more than one RFC scenarios

    Hi experts,
                I am working on a RFC to FILE scenario. I have created one TCP/IP connection in SM59 with a program ID. Can we use this program ID for more than one scenario. I have written code as below
    data: iquote type standard table of ZIQMD initial size 0,
          IPRODUCT type standard table of ZPMS initial size 0,
          wa_quote type ZIQMD,
          wa_PRODUCT type ZPMS.
    CALL FUNCTION 'Z_CBT_RFC_QUOTEMASTER'
      TABLES
        I_QUOTE       = iquote          .
    CALL FUNCTION 'Z_CBT_RFC_QUOTEMASTER' in background task DESTINATION
    'ID4'
      TABLES
        I_QUOTE       = iquote          .
      COMMIT WORK.
    CALL FUNCTION 'Z_CBT_RFC_PRODUCTMASTER'
      TABLES
        IPRODUCT       = IPRODUCT          .
    CALL FUNCTION 'Z_CBT_RFC_PRODUCTMASTER' in background task DESTINATION
    'ID4'
      TABLES
        IPRODUCT       = IPRODUCT          .
        COMMIT WORK.
    when i am executing the code like this. i am able to send the data to 'Z_CBT_RFC_QUOTEMASTER'  , but iam not getting data  for 'Z_CBT_RFC_PRODUCTMASTER'  interface. ID4 is the connection that i have created in SM59. with program ID as ABCD.
                  Can i use the same connection for all interfaces.Please help in this, if we can use same connection for all interfaces. then how to make changes in XI.
    Thanks in advance.
    Thanks & Regards,
    Poorna.

    Just tried this and I can confirm that my earlier understanding was correct!
    One of my colleagues confused me out and the conclusion is,
    1. You need a separate TCP IP Connection for every interface with a Unique program ID.
    Regards
    Bhavesh

  • What can I use my Droid Charge for, after I upgrade to the new Samsung Galaxy S2 for VZW on Sept 8?

    what can I use my Droid Charge for, after I upgrade to the new Samsung Galaxy S2 for Verizon on September 8?
    I guess it can run fine on Wi-Fi and become a media player.... or is there a market for 1-month-old Droid Charge phones?
    How much trade-in value can I get from VZW or BestBuy or Amazon?
    Thanks!

    http://www.droid-life.com/2011/08/03/leaked-verizon-roadmap-reveals-potential-launch-dates-for-stratosphere-vigor-bionic-and-more/
    DROID Bionic:  (9/8 launch) – You already know everything about this device, don’t you?
    Samsung Stratosphere:  (9/8 launch) – 4G LTE device running Android 2.3
    HTC Vigor:  (10/6 launch) – Will replace the HTC Thunderbolt
    LG Revolution 2:  (10/20 launch) – Will replace the original Revolution
    Samsung Galaxy Tab P8 (November launch) – Could be the 8.9″ Galaxy Tab?
    Samsung Illusion:  (9/29 launch) – 3G smartphone running Android 2.3
    Samsung Plato:  (January launch) – whatever it is, it was pushed to 2012
    HTC Bliss:  (9/29 launch) – Lower end Android 2.3 device; the chick phone?
    Motorola XOOM 4G LTE:  (9/8 launch) – Assuming this is the date that the 4G LTE upgrade starts. Also when the 4G LTE version will be in stores.

  • HT3224 What cable can I use to transfer data from a 2008 MacBook Pro to a new MacBook Pro with thunderbolt?

    What cable can I use to transfer data from a 2008 MacBook Pro to a new MacBook Pro with thunderbolt?

    You should also ask this in the MacBook Pro forum. This is the forum for the 13” white and black plastic MacBooks that were discontinued in 2010. You should also post this question there to increase your chances of getting an answer.
    https://discussions.apple.com/community/notebooks/macbook_pro

  • What are the pros and cons of using people keywords, given that my catalogue is already uptodate with regular keywording of all subjects?  e.g., will the people keyword transfer to other programs?, can I use the same name for a people keyword and regular

    What are the pros and cons of using people keywords, given that my catalog is already up to date with regular keywording of all subjects?  e.g., will the people keyword transfer to other programs?, can I use the same name for a people keyword and regular keyword in the same photo?

    What are the pros and cons of using people keywords, given that my catalog is already up to date with regular keywording of all subjects?  e.g., will the people keyword transfer to other programs?, can I use the same name for a people keyword and regular keyword in the same photo?

  • Can I use AdvancedDatagrid in an opensource project?

    I have a student Flex Builder education license. Can I use
    AdvancedDatagrid in an opensource project?

    I am new to Swing, and I would like to know, if is
    possible create a application using Swing as view tier
    in a J2EE(EJB) project? Yes, it is entirely possible, they are usually called Rich Clients (as in functionality) and may or may not use RMI/EJB. They typically also include the Controller (from MVC pattern) in the Client. The EJB represent the model, remember that the MVC is a Client Server Pattern, not an J2EE pattern.
    Did anybody create one yet?Yes, the idea is not uncommon, you can read a more here:
    http://www.google.co.uk/search?hl=en&ie=ISO-8859-1&q=Rich+Swing+Java+Client&btnG=Google+Search&meta=
    How many J2EE projects do you know which Swing is used
    as view tier? Using Swing is so much more complicate
    than a ordinary output in HTML? No, just different. Instead of doing each action in your Swing App, use the normal EJB method.
    Is there a open source project uses this approach?Probably, checkout the list of Google links above.
    Here is a sun tutorial, that introduces the principals.
    http://java.sun.com/features/2002/03/whatdev.html
    I don't want to use M$
    Visual Basic anymore! Please, help me! Good for you :-)

  • Can we use two costing variant for standard cost estimate

    Hi,
    Can we use two costing variant for standard cost estimate of two different materials in the same period ? e.g. Costing variant Z001 for Material code 1000 and Costing Variant Z002 for Material code 2000.
    Here the system is not allowing to change the costing variant in Marking Allowance (t code CK24) for marking and release of Material cost 2000 if the standard cost for Material code 1000 is already marked and released.
    Thanks,
    Bijay

    For a material in a period only one price can be released. Though you cn have two separate costing variants and then calculate standard estimate with that. U can release based on one variant only for a month. Or use MR21 and update the price as per the other variant
    Thanks and Regards

  • CRVS2010 Beta - Can't use the the Runtime for VS 2010 Beta

    Hi,
    I changed my web.config as described in the PDF but I'm always getting this error message:
    Assembly 'my Assembly' uses 'CrystalDecisions.Web, Version=14.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' which has a higher version than referenced assembly 'CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'
    What's wrong?
    Thanks,
    Michael
    Edited by: MGuder on Apr 22, 2010 11:53 AM
    Edited by: Jonathan Parminter on Apr 22, 2010 7:47 AM

    Hi Guys,
    Are you using the VS 2010 CR for VS2010 plug in and if so is this a Beta issue?
    Or are you using a previous versions of CR runtime in VS 210 issue?
    If it is a VS 2010 and CR plug issue then the subject line needs to be changed to follow the rule for posting beta questions to:
    CRVS2010 Beta - Can't use the the Runtime for VS 2010 Beta
    If it's a migration of existing CR 2008 or previous version of CR application into VS 2010 then it's not supported. CR 2008 and previous versions of CR have not been tested with 4.0 framework and therefore it will not work and no escalation path to make it work at this time, don't upgrade your old projects.
    Thank you
    Don
    Sorry I see Jonathan has already changed the title.
    Edited by: Don Williams on Apr 22, 2010 7:52 AM

  • Can i use iphone to iphone for free international call and text?

    Can i use iphone to iphone for free international calls and text messages?

    If both iPhone users are on iMessage, texting will be free, though there may be data charges if you do not have Wi-Fi. You can use FaceTime Audio in iOS 7 and later to call people but regular phone calls still count against your phone plan.

  • Can I use USB 3G data Modem on my iPad MINI as wifi is not Available everywhere?

    Can I use USB 3G data Modem on my iPad MINI as wifi is not Available everywhere, I have just purchased one.

    You can't connect a USB 3G dongle to an iPad, it won't be recognised. You can use an iPhone as a personal hotspot for the iPad (if you phone carrier supports it), or you can get mifi devices which act as mobile hotspots

  • I need use the line data(basle​r spl2048 camera,NI1​433 board) to perform FFT transform ,how can i use transforme​d data to construct an image

    hello everyone! as what i haved mentioned in the title.In optical coherence tomography system ,i need to perform for every line data whick accquired by NI1433,how can i use
    the transformed data tto construct an depth image .

    This is no longer my main area of expertise, but here is results of brief search:
    Spectral Domain Optical Coherence Tomography System Design: sensitivity fall-off and processing speed enhancement
    look at Chapter 5
    https://circle.ubc.ca/bitstream/id/91474/ubc_2010_​fall_chan_kenny.pdf
    Ultrahigh-resolution, high-speed, Fourier
    domain optical coherence tomography and
    methods for dispersion compensation
    http://www.opticsinfobase.org/oe/abstract.cfm?uri=​OE-12-11-2404
    hope this helps,
    Curt
    Curt Corum, Ph.D.
    Center for Magnetic Resonance Research
    University of Minnesota

Maybe you are looking for

  • UCCX 10 open and close over-ride

    I am trying to find a way to into create a script to have it so that an supervisor can call a number and over-ride to close or open option. does anyone has a sample script to share? thanks

  • CFFILE Holding File Locks

    I have a CF page that reads some tab-delimited text files for processing. After it reads a file it then calls a CF page to move the file to a new location. It moves the file, but it does not delete the old version -- and a filesystem delete on the fi

  • Maximum number of FW devices under 10.4.11

    What is the maximum number of FW devices supported on a 2005 Late Model G5 under OS-X 10.4.11? Thank you!

  • Replacement for FM C14G_TEXT_FORMAT

    Hi, I need an FM which works similar to FM C14G_TEXT_FORMAT. This takes up an input line and then depending on the length 'n' we mention, it splits up the line into multiple sublines , each of length of 'n' characters. Also takes language as a parame

  • Ipod playback

    I'm sure this has been asked before but does anyone hear a difference between 128kbps and 256kbps imported songs. Mine all imported at 256kbps and was wondering if I should delete them all and redo at 128kbps to have more room for the rest of my cd's