Manual Price Conditions doesn't determine the new exchange rate in billing

Hallo People
We are using TAXBRJ in our company and sometimes is used a manual condition to determinate a price. The process is a exportation and is used exchange rate USD to BRL . When we create a billing (VF01) with copy of delivery the exchange rate dosen't update with the rate of the day.
We made the following analyses :
- For Automatic Conditions the redetermination(update) of exchange rate is updated correctly, don't have problems.
- On the copy control delivery to billing, the exchange rate determination was set to carry the date of the day on PricingExchRate type  (Type E "Exchange rate determination according to current date" because that the automatic conditions work correctly).
- I was tried change the copy control to pick the billing date ( Type C "Exchange rate determination according to billing date", but doesn't work. In the category item we put  the Pricing dategual like billing date, but doesn't work too.
- In the first VF01 display we put manually the pricing date but to manual condition doesn't work.
I found just one note about copy condittion to billing and exchange rate, but this note is only for sap 4.7, and we sap version is 6.0.
I'd like to confirm if to manual conditions will haven't the redetermination of exchange rate on the billing, and I'd like to know if exist some note about this; Or I will have to make some development to redeterminate this rate?
Thanks,
Henrique.

Hi, Thanks for yours reply !!
The field where the problem happened is KOMV-KKURS, and the system is proposing the exchange rate according to M. As I said, the problem just occur when a Price is entered manually is sales order. When we make the VF01, to others conditions carry the new tax rate in KOMV-KKURS is update normally, just to this manual condition don't work.
The note that I mentioned on my last thread was 97487, but will not resolve the problem.
I think that if I am using in copy control on PricingExchRatetype like Type E "Exchange rate determination according to current dateu201D should work with any condition.
When I changed the copy control on PricingExchRate type to C like show note 92613 the process don't work too.
The currency of document is BRL, just the price is typed as USD.
Att,
Henrique

Similar Messages

  • Substitution(OBBH) for the Local Exchange Rate

    Hi Experts,
    I have a problem with the Substitution in OBBH Transaction.
    I have created a substitution for the BKPF-KURSF for substituting the Local Exchange rate.
    When i debugged the Exit the new exchange rate is copied to the BKPF-KURSF field but before creating
    the document it is getting overwritten.
    The same Substitution is working in another system where the version is 4.7 but it is not working in ECC.
    I would really appreciate if anyone can help me in solving this issue.
    Thanks in advance,
    Regards,
    Chakradhar.

    Hello Rob,
    I have checked the note but i could not get any solution in that.
    It seems the Substitution is working because when i checked in debugging,
    the value is getting changed but after coming out of the substitution there is a standard code where the
    value is getting over written.
    The same code is working fine in 4.7 version.
    Could you please let me know if we need to do anything else other than creating the substitution for
    ECC version.
    Thanks in advance,
    Regards,
    Chakradhar.

  • To set the "Pricing Exchange rate type" in the billing document

    Hello SAP Experts,
    I have a customer requirement to determine the "pricing exchange rate" as "C Exchange rate determination according
    to Billing date" in Billing documents ONLY for specific Sales Org and customer Country and NOT for ALL sales orgs.. This field is present in the Item level copy control setting.
    This will ensure Exchange rate will be based on "Billing date" and NOT from date copied from Sales order for that specific Sales org.
    Can I write this validation in the Billing document User-exit -RV60AFZC to achieve this functionality? Or there would be some Configuation required?
    If anyone has worked upon this kind of requirement or know the method to achieve this, can you please help me?
    Thanks in advance.
    Umesh Karane.

    In that case, you can try with  USEREXIT_FILL_VBRK_VBRP.  Alternatively, you can also add this logic to your existing routine assigned in Delivery to Billing copy control against the field "Data VBRK/VBRP".  Similarly, for all such copy controls as you mentioned.
    G. Lakshmipathi

  • New exchange rate type

    1. Our client would like to maintain a new exchange rate type for the company code W100. Presently there are some 20 company codes are useing EURX exchange rate type including the company code W100.Is it possible to maintain new exchange rate type only for the company code W100 and what are all the procedure has to be followed to maintain the new exchange rate type?
    Thanks and Regards,
    Vimal

    Hi Vimal,
    Ex-rate types are not limited to company codes. But a new created Ex-rate type XXZZ (OB07) even with all currency translation ratios and maintained Ex-rates (OB08 or TCURMNT) does not effect anything unless it is used (e.g. for foreign currency valuation,...). Steps for creating a new Ex-rate see in General settings / currencies in the Customizing.
    BR Christian

  • Manual price condition (%) in order creation (using ABAP)

    Dear community members,
    I could use some help on a problem I have encountered while creating a sales order (in the CRM system) using ABAP programming, the details are given hereunder:
    I have two manual price conditions used to set a possible discount, one using a straight value and one using a percentage:
    1. When the order is generated using the value (let us say 100€) it cointains the correct price condition.
    2. On the other hand, when the order is generated using percentages (i.e. 10%), it is created without explicit errors or warnings but with no price condition in it.
    For the latter case I have checked the IPC logs (from transaction SM53) finding this error message:
    Message: Condition cannot be processed manually
    --> com.sap.spe.pricing.transactiondata.exc.ManualChangeNotAllowedException: Condition YSCP cannot be processed manually
    at com.sap.spe.pricing.transactiondata.impl.PricingCondition.changeConditionRate(Ljava/math/BigDecimal;Ljava/lang/String;Ljava/math/BigDecimal;Ljava/lang/String;)V(PricingCondition.java:3124)
    at com.sap.spe.pricing.transactiondata.impl.HeaderCondition.changeConditionRate(Ljava/math/BigDecimal;Ljava/lang/String;Ljava/math/BigDecimal;Ljava/lang/String;)V(HeaderCondition.java:387)
    at com.sap.spe.pricing.transactiondata.impl.PricingDocument.addHeaderCondition(Ljava/lang/String;Ljava/math/BigDecimal;Ljava/lang/String;Ljava/math/BigDecimal;Ljava/lang/String;C)Lcom/sap/spe/pricing/transactiondata/IHeaderCondition;(PricingDocument.java :1472)
    at com.sap.spe.document.rfc.AddPricingConditions.handleDocRequest()V(AddPricingConditions.java:131)
    at com.sap.spe.document.rfc.DocHandlerAdapter.handleRequest()V(DocHandlerAdapter.java:72)
    at com.sap.spe.base.util.jco.HandlerAdapter.handleRequest(Lcom/sap/vmc/RFCContainer/Call;)V(HandlerAdapter.java:117)
    at com.sap.vmc.remserver.RFCDispatcher.handleRequest2(Lcom/sap/conn/jco/JCoFunction;)V(RFCDispatcher.java:995)
    at com.sap.vmc.remserver.RFCDispatcher.handleRequest(Lcom/sap/conn/jco/JCoFunction;)V(RFCDispatcher.java:746)
    at com.sap.conn.jco.rt.VMCServer.dispatchRequest(Lcom/sap/conn/jco/JCoFunction;)V(VMCServer.java:911)
    at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.dispatchRequest(Lcom/sap/conn/jco/rt/ServerWorker;Ljava/lang/String;)V(MiddlewareJavaRfc.java:3415)
    at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.listen(Lcom/sap/conn/jco/rt/ServerWorker;)V(MiddlewareJavaRfc.java:2468)
    at com.sap.conn.jco.rt.VMCServer.listen()V(VMCServer.java:766)
    at com.sap.conn.jco.rt.VMCServer.run()V(VMCServer.java:689)
    at com.sap.vmc.remserver.RfcServer.run()V(RfcServer.java:376)
    at java.lang.Thread.startup(Z)V(Thread.java:1954)
    I have already debugged FM CRM_ORDER_MAINTAIN but to no avail, maybe I just missed something and I can assure that the customizing is correct and aligned between the systems and both the conditions are set to be processed manually.
    At this point, since the condition is applied when the commit is yet to be done I wonder whether it is possible to apply a discount percentage on prices which are yet to be generated, it would be illogical to do so and then again while using a straight value (which does not require a calculation) the order is correctly generated.
    Furthermore when I add the conditions in an order (from both the GUI and the WUI) the table IT_PRIDOC is alway empty, even if CT_INPUT_FIELD is populated.
    I know that there are similar posts here in SCN but sadly I was not able to find a solution so any help would be greatly appreciated.
    Thanks in advance for any replies given,
    Alessandro.

    Dear Padma,
    apologies for my late reply. I also thought it should be possible to use a percentage but I was not sure.
    Sadly the debugging did not bring about any positive result.
    I also tried to make a second CRM_ORDER_MAINTAIN call after the system generated all the pricing conditions but that also did not work.
    There is one thing that caught my attention though:
    - YSCV (fixed amount): still no problem at all (passed to KBETR);
    - YSCP (percent): if I assign a value to KWERT or if I leave all the fields empty, the condition is created in the sales order but it is always set to 0%. However, if I try to assign it to KBETR, I always get the message: "Condition YSCP cannot be processed manually".
    I made some attempts with the customizing, for example adding the condition to the "easy entries" or playing with the options of "Create Condition Types" (always aligning the systems) without getting positive output.
    I am beginning to think that it could be an IPC-related problem (which is not my area of expertise... yet).
    Alessandro.

  • Vistex IP Module - manual price conditions get replaced

    Hi all,
    We are experiencing strange behavior in Vistex Rebate Claim Requests. While processing claims, occasionally all the item level manual price conditions will get changed and replaced with the condition values from a completely different claim! We have been unable to isolate a set of common factors that causes this so we cannot discover the root cause.
    What we find is that after this happens, the Status Manual Price Indicator (field MPROK) changes from A to blank.
    We have submitted an OSS message to Vistex Support but they cannot find what the problem is.
    Does anyone have any ideas?
    Thanks & regards to all

    From my experience, when problems like this occur, there is always a pattern, but sometimes it's just difficult to see. Some issues took months to finally catch and explain, but everything has a reason.
    You said that conditions are getting replaced with the ones on a different claim. What is that claim? What does it have in common with the other claim? Are their numbers close and are they being processed in the same run?
    Also check in all the code that when reading line-level tables (e.g. XVBRP and such) the full key, including document number (VBELN) is being used to pull the data.
    Do you create documents in the background? There might be multiple threads/instances of the same program running at the same time and data that's stored in memoty could get mixed-up between them. True story - once I was debugging a sales order creation and in ABAP debugger under user ID (ERNAM) I saw not my name but another user doing testing at the same time. If you have a background run, it sometimes helps if you sort of make it slower, e.g. by running in batches or in a single process.
    What else is going on in the system at the same time that could influence the claim creation?
    If possible, try setting up some "traps" along the way - add some sort of a log or additional messages to see what exactly is going on at what time. The obvious thing to track would be when Manual Price Indicator is changing the value.

  • I am trying to determine the new project preset for multi-camera video shot as follows:  3 Canon camcorders, main shot is DV (tape) (720x480), b-roll is DVD (mini-disk) (720x480), additional b-roll is AVCHD (1920x1080).  Film is from a wedding, DV contain

    I am trying to determine the new project preset for a multi-camera video shot as follows:  3 Canon camcorders,
    Main shot is DV (tape) (720x480, 29fps) - ceremony and reception
    b-roll is DVD (mini-disk) (720x480, 29fps) - bride preparations
    additional b-roll is AVCHD (1920x1080, 29fps) - groom preparations and misc all day ceremony and reception. 
    Film is from a wedding, DV contains main footage so I assume it will need to be the base.  I am planning to use the preset for DV-Widescreen.  Is there a better option?  I'm concerned about playback as the three appear to have different PAR.  I'm using Premiere Elements 10 on W8.
    Ultimately this will be burned for two formats - one for a DVD that can be watched on a widescreen TV, second for a short clip trailer to go on vimeo.
    (And no I won't be doing this again for a wedding that I shoot.)

    VDRAVES
    Please review since I am not sure how you obtained Video 3 tall when you scaled Video 3 with Constrain Proportions in effect.
    Before
    After
    It becomes a zoomed in effect to get rid of the black borders. But, there is no tall and thin involved anywhere.
    And, after the Scale increase, you can always click on the screen and move the image around a bit
    (without overdoing it to get black borders again).
    After and an adjust
    Please let us know if you are OK with the information above.
    Thank you.
    ATR

  • HT4009 IX have an iPad version 4.3 and I had instagram install, like I was having problem I uninstalled it, but now I can't install it again, because my iPad doesn't support the new version, is there a way that I can download instagram for this iPad?

    I have an iPad version 4.3 and I had instagram install, like I was having problem I uninstalled it, but now I can't install it again, because my iPad doesn't support the new version, is there a way that I can download instagram for this iPad?

    Update your iOS.
    If you have an iPad 1, the max iOS is 5.1.1. For newer iPads, the current iOS is 6.1.3. The Settings>General>Software Update only appears if you have iOS 5.0 or higher currently installed.
    iOS 5: Updating your device to iOS 5 or Later
    http://support.apple.com/kb/HT4972
    How to install iOS 6
    http://www.macworld.com/article/2010061/hands-on-with-ios-6-installation.html
    iOS: How to update your iPhone, iPad, or iPod touch
    http://support.apple.com/kb/HT4623
    If you are currently running an iOS lower than 5.0, connect the iPad to the computer, open iTunes. Then select the iPad under the Devices heading on the left, click on the Summary tab and then click on Check for Update.
    Tip - If connected to your computer, you may need to disable your firewall and anitvirus software temporarily.  Then download and install the iOS update. Be sure and backup your iPad before the iOS update. After you update an iPad (except iPad 1) to iOS 6.x, the next update can be installed via wifi (i.e., not connected to your computer).
    Tip 2 - If you're updating via wifi, place your iPad close to your router to preclude getting a corrupted download.
     Cheers, Tom

  • Usually there is a upgrade path for current users of the software at a reduced price. I dont see anything like that for Lightroom 6. Will I have to pay full price just to upgrade to the new LR6 standalone version???

    Usually there is a upgrade path for current users of the software at a reduced price. I dont see anything like that for Lightroom 6. Will I have to pay full price just to upgrade to the new LR6 standalone version???

    The standalone upgrade is 79 US Dollars.
    Go to Products, select Lightroom 6, click on Buy, select Upgrade instead of Full

  • Adobe CS6 doesn't read the new Canon 7d Mark 2 Raw format.

    Hi.
    I bought the new Canon Eos 7d Mark 2, but Adobe CS6 doesn't read the new RAW-format. I can't find any helpful information. Does a plug in already exist? Thanks for any helpful information.
    Best regards, Jean-Paul

    Adobe has not yet issued an updated Camera Raw plugin to read 7D Mark II Raw files.
    Lots of people waiting for it. See Adobe Camera Raw
    In the meantime, use the Canon DPP software, save as TIFF then open in Photoshop.

  • My mac OS doesn't support the new version of Firefox, so I don't have it at all now--how do I get back to the older version?

    my mac OS doesn't support the new version of Firefox, so I don't have it at all now--how do I get back to the older version?

    All firefox releases:
    ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/
    check this too:
    http://support.mozilla.com/en-US/kb/Installing%20a%20previous%20version%20of%20Firefox
    thank you

  • Determine the NEW QUERY IS EFFICIENT THAN THE OLD QUERY

    How we can determine the new query is more efficient than the old query?

    Hi,
    See the explain plan and compare both of them
    you should find which one is more efficient than other
    cheers

  • Issue in picking the daily exchange rate on Inovices.

    Hi All,
    I am facing a problem with the daily exchange rate on invoices from a particular sales organization. We have an issue when an invoice is cancelled and then reissued. Currently the new invoice is taking the exchange rate from the original invoice which is incorrect, it should be pick a new exchange rate from the day that the new invoice is created.
    Are there any configuration settings for this. Where do i need to check.
    Would appreciate your help if you could help me.
    Thanks,
    Mercy

    Hi Mercy,
    Go to transaction FBZP ->"paying company codes"-> double click the company code and check if the field
    "Do not Post any Exchange Rate Differences" is flagged.
    "Do not Post any Exchange Rate Differences
    Use
    Ensures that no exchange rate differences are posted by the payment program.
    If the indicator is set, no exchange rate difference posting is generated. The amount in the bank posting in local currency does not result from translating the foreign currency amount at the current rate but from the total of the local currency amounts from the settled items.
    If the indicator is not set, the difference between the exchange rate at the time of posting and the exchange rate at the time of payment is determined for items which are posted in foreign currency. The payment program uses the translation rate in the currency table in the system for this purpose.
    The exchange rate differences which have been determined are automatically posted for each payment. A valid table rate is used when you post to a bank account or a bank sub-account."
    I hope I could be of assistance.
    Regards,
    Fernando Evangelista

  • Exchange Rate Ratio Not Reflected in New Exchange Rate

    We've reached the maximum exchange rate value between IDR and USD (9,999 to 1) based upon our current RATIO of 1,000 to 1.  In our sandbox, via t-code OBBS I've changed the ratio for IDR to USD to 10,000 to 1 with a Valid From date of 12/1/2008.  Then, via t-code OC41 I created a new IDR to USD rate with a Valid From date of 12/5/2008.  When I press enter, the OLD ratio of 1,000 is pulled in, not the new value of 10,000.  I've tried several different dates, ensuring that the rate date is the same or after the ratio date.  None of these approaches change the results.  Is there a RATIO activation step I need to perform before adding the new RATE?

    The only way around this situation was to write down all the existing IDR-USD rates and their valid from dates and delete them via OC41.  Via OBBS, I left the existing 1,000 to 1 IDR-USD ratio in place and added the new 10,000 to 1 ratio with a date greater than the ratio entry but less than the first rate date.  I then readded the IDR-USD rates, adjusting the values for the new ratio, and they pulled in the 10,000 to 1 ratio.

  • Is it possible to change the standard exchange rate type?

    Hi all,
    at the moment, standard setting is that exchange rate type M is associated with the local currency of my company code, is it possible to define a new exchange rate type and assign it to the standard local currency instead of M?
    Thanks!
    Dusko

    Hi
    All postings and Clearing happen thro the Exchange rate type M which is the standard setting and cannot be altered. However for valuation and other purposes, we can have our own types
    Jayaram

Maybe you are looking for

  • 20G iPOD freezes when connecting to home stereo and other components

    When i connect my iPOD to my home stereo through a docking station the iPOD buttons become disfunctional. it only plays one song and then it "shuts down". Not really shuts down because the iPOD is still on and as soon as i remove it from the docking

  • Importing playlists from iTunes 10 to older version

    Hi, I have a friend who's just copied his 80GB music library on his Macbook Pro(10.6.5) to his G5 (10.4.x). All is well with the music library, but he wants the Playlists from iTunes 10 on the Macbook to be transferred to the G5. Does anyone have any

  • CD/DVD Drive seems dead

    I have an IMac G4 flat panel. When I insert any type of disc -- DVD/ROM, music CD -- nothing happens. No whirring, no spitting out discs, no error messages. Just silence, and no disc icon on the screen. Is the drive dead? Is there any solution short

  • Please help with camerafx pro

    ok i have a nokia e71 i finally figured out how to instal cameraFX by changing settings and date and it worked, yay right? nope cuz you cant take pictures or anything, i have a useless program on my phone that i cant use. so where can i download a ca

  • Installed Radeon 6870 - bad video performance in VLC

    I've added a Radeon GPU to my i3-530 which used to handle video. I installed the opensource drivers and I get occasional lags, choppy parts during video playback using VLC. I tried adding the following to my radeon conf as per wiki but that caused te