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.

Similar Messages

  • T-Code for changing the default Exchange Rate reference for creating PO?

    Dear All,
           Can somebody kindly give me the T-Code for changing the default
    Exchange Rate reference for creating PO? Is there a Step by Step
    procedure before changing the default exchange rate?
    Thank you in advance.
    Regards,
    Gopesh

    Hi
    There is not such Tcode to change the default exchange rate from the PO.
    If you want you can confugure the exchange rate in the following path in the IMG,
    SPRO>MM>LIV>Incoming Invoice>Configure How Exchange Rate Differences Are Treated
    Hope it helps you.
    Cheers
    Umakanth

  • 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

  • Urgent !!!  How to get the Latest Exchange Rate from a list

    Helo Gurus,
    I want to get the latest exchange rate for all currencies in BI 7.0. Now when I checked in the table its showing all the exchange rates for various currencies according to the date. My client want the latest exchange rate in the report for all currencies. Now when I generating the currencies into the report the rate getting cumulated.
    For certain currencies the rate is updated very recently. But for others two months back.
    <b>How it is possible to take only the latest exchange rate for all currencies and can generate the report.</b>
    I am working in BI 7.0 and the BEx using is of version 3.5.

    Mathew,
    usually the currenies and other settings will be loaded nightly, but in your case if you want it urgently you can do this.
    RSA1->Source System>Transfer Exchange Rates. This will open up a screen with two options Simulation and Update. You can verify with SImulation and needed you can update. It will not create any issues.
    Hope this helps.
    Alex (Arthur Samson)

  • 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

  • How to activate the "Set Exchange Rate" field in billing document header?

    Dear All,
    I would like to get the exchange rate at the time of the billing without changing the sales order exchange value.
    The set exchange rate field is grayed off.
    Thanks in adavance.
    Regards,
    Niketan

    Hi,
    This can be achieved using the copy control setting for billing at the Item level. The field is: PricingExchRate type
    and the possible values relevant for you are:
    C     Exchange rate determination according to billing date
    E     Exchange rate determination according to current date
    Hope this helps!
    Thanks
    Siva

  • How to use the same services-config for the local and remote servers.

    My flex project works fine using the below but when I upload my flash file to the server I doesn't work, all the relative paths and files are the same execpt the remote one is a linux server.
    <?xml version="1.0" encoding="UTF-8"?>
    <services-config>
        <services>
            <service id="amfphp-flashremoting-service"
                class="flex.messaging.services.RemotingService"
                messageTypes="flex.messaging.messages.RemotingMessage">
                <destination id="amfphp">
                    <channels>
                        <channel ref="my-amfphp"/>
                    </channels>
                    <properties>
                        <source>*</source>
                    </properties>
                </destination>
            </service>
        </services>
        <channels>
        <channel-definition id="my-amfphp" class="mx.messaging.channels.AMFChannel">
            <endpoint uri="http://localhost/domainn.org/amfphp/gateway.php" class="flex.messaging.endpoints.AMFEndpoint"/>
        </channel-definition>
        </channels>
    </services-config>
    I think the problem  is the line
            <endpoint uri="http://localhost/domainn.org/amfphp/gateway.php" class="flex.messaging.endpoints.AMFEndpoint"/>
    but I'm not sure how to use the same services-config for the local and remote servers.

    paul.williams wrote:
    You are confusing "served from a web-server" with "compiled on a web-server". Served from a web-server means you are downloading a file from the web-server, it does not necessarily mean that the files has been generated / compiled on the server.
    The server.name and server.port tokens are replaced at runtime (ie. on the client when the swf has been downloaded and is running) not compile time (ie. while mxmlc / ant / wet-tier compiler is running). You do not need to compile on the server to take advantage of this.
    Hi Paul,
    In Flex, there is feature that lets developer to put all service-config.xml file configuration information into swf file. with
    -services=path/to/services-config.xml
    IF
    services-config.xml
    have tokens in it and user have not specified additional
    -context-root
    and this swf file is not served from web-app-server (like tomcat for example) than it will not work,
    Flash player have no possible way to replace token values of service-config.xml file durring runtime if that service-config.xml file have been baked into swf file during compilation,
    for example during development you can launch your swf file from your browser with file// protocol and still be able to access blazeDS services if
    -services=path/to/services-config.xml
    have been specified durring compilation.
    I dont know any better way to exmplain this, but in summary there is two places that you can tell swf  about service confogiration,
    1) pass -services=path/to/services-config.xml  parameter to compiler this way you tell swf file up front about all that good stuff,
    or 2) you put that file on the webserver( in this case, yes you should have replacement tokens in that file) and they will be repaced at runtime .

  • Pre-requisites required for the local configuration of the Weblogic portal

    Hi All,
    I have got the code from the client. It is appenntly came to know that Code has been developed in Weblogic workshop.
    When we build teh application we are getting the following web services related Errors:
    ERROR: DESCRIPTION:An unexpected exception occurred while attempting to locate the run-time information for this Web Service. Error: java.lang.NullPointerException:null
    WARNING: SUGGESTION:An unexpected error occurred. Please contact [email protected] for further assistance.
    ERROR: ERROR
    ERROR: DESCRIPTION:An unexpected exception occurred while attempting to locate the run-time information for this Web Service. Error: java.lang.NullPointerException:null
    WARNING: SUGGESTION:An unexpected error occurred. Please contact [email protected] for further assistance.
    ERROR: ERROR
    ERROR: DESCRIPTION:An unexpected exception occurred while attempting to locate the run-time information for this Web Service. Error: java.lang.NullPointerException:null
    WARNING: SUGGESTION:An unexpected error occurred. Please contact [email protected] for further assistance.
    ERROR: ERROR
    ERROR: DESCRIPTION:An unexpected exception occurred while attempting to locate the run-time information for this Web Service. Error: java.lang.NullPointerException:null
    WARNING: SUGGESTION:An unexpected error occurred. Please contact [email protected] for further assistance.
    ERROR: ERROR
    ERROR: DESCRIPTION:An unexpected exception occurred while attempting to locate the run-time information for this Web Service. Error: java.lang.NullPointerException:null
    WARNING: SUGGESTION:An unexpected error occurred. Please contact [email protected] for further assistance.
    ERROR: ERROR
    ERROR: DESCRIPTION:An unexpected exception occurred while attempting to locate the run-time information for this Web Service. Error: java.lang.NullPointerException:null
    WARNING: SUGGESTION:An unexpected error occurred. Please contact [email protected] for further assistance.
    PortaleWebApp: Created control beans for 19 controls in 12703 milliseconds
    BUILD FAILED
    ERROR: Build failed with 15 error(s).
    When we deploy in the Portal weblogic server, Application is deploying with out any errors. But it is not showing any login page when I start the PTLoginMain.portal file.
    As I am completly new to this Weblogic Portal server, Please let me know, Do i need to configure the any setting before starting the application. I mean to ask you that Pre-requisites required for the local configuration of the Weblogic portal Server.
    Any Help would be much appriciated.
    Regards & thanks,
    Nirmala Vijaay Sekhar Varre

    and your server address can be resolved or not?
    Are you accessing the server from Windows or Linux?
    - On Linux try editing the /etc/hosts file and add something like: 10.241.110.105 server1.etcetera
    - On Windows try editing the C:\WINDOWS\system32\drivers\etc\hosts file and add something like: 10.241.110.105 server1.etcetera
    When this works, contact your system administrator and ask him or her to map an ip to your hostname in DNS and DHCP
    such that the servername automatically resolves the ip-address

  • Infoobjects for currencies and exchange rates related data

    Hi Experts,
    Please tell me standard Infoobjects for currencies and exchange rates related data that have been made available for third party tools?
    Any useful answer will be rewarded with suitable points.
    Thanks!

    Rohan
    Use 0currency - for currency
    0unit for unit of measures
    Arun

  • Can I use a student version adobe CS3 product to qualify for the $29.00 rate for the cloud?

    Can I use a student version adobe CS3 product to qualify for the $29.00 rate for the cloud?

    Hi Mariofsanders
    An educational version of the software does not qualify for the upgrade price of the Creative Cloud plans.
    Please see this link for the current plans.
    https://creative.adobe.com/plans
    Thanks
    Scott

  • Is Procurement of External Staff for the local scenario only?

    Hello,
    Can anyone tell me if the function "procurement of external staff" is only for the local scenario, or can it be used with the classic scenario also?
    Thanks

    Hi Paul,
    Procurment for external staff is only used for local scneario....i think it may possible through classic scenario but not as standard...sap will do extra charge for consulting....
    Thanks
    Ravi

  • How to retrieve the corrupted exchange rate in planning

    Hi John
    We are on Planning v4.1 , Can anyone help me out how to retrieve the corrupted exchange rate file in planning. Is there any way that we can pull from essbase or else from the relational db.
    Thanks in advance
    M.V

    Hi
    Let me know if any one pass through this kind of issue
    Thanks
    M.V

  • 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

  • Residual items are created with the current exchange rate

    Hello,
    When a residual item is created due to a short payment for an invoice, the residual item is created with the exchange rate that is in effect on that day.  Is it possible to assign the exchange rate equal to the rate that existed on the original invoice.
    Thanks in advance for you ideas.
    Karla

    Hi,
    You can use transaction FB05 for doing the clearing there you would be able to input the exchange rate you need for clearing the AP/AR/GL items.
    But the exchange rate at the time of making/receiving the payment or at the time of clearing is what should be applied.
    Regards
    K.R

  • 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

Maybe you are looking for

  • Final Cut Timeline Feed as video source for iChat?

    I was at the Apple NAB presentation in Vegas a few weeks ago, and one of the things they showcased in regard to iChat AV was the ability for an editor to videoconference with several other people at once and one of the video feeds in the chat window

  • Mapping script issue

    Hello experts, I'm quite new to FDM and Iv'e been trying to write a simple conditional mapping script with no success. for my entity dimension, in most cases, the source is ths same as the target though there are some cases where this does not apply

  • How do i change default printer settings

    Hi I have an Epson Photo PX720WD. When I print photos directly from Finder they always print on the A4 plain paper I have in the tray rather than the 6 x 4 photo paper I want them to. The print option in Finder doesn't give me any opportuntiy to sele

  • How to suppress the Print Dialog Box?

    Running an (ASP.NET /Crystal Reports 2008) application and using CrystalReportViewer control. Is there way to suppress the print dialog box when I click the print icon on the report tool bar? Edited by: juRamz on Aug 26, 2009 2:54 PM

  • I can not enter Airport express setup

    I have an Airport Express with the latest firmware updated it yesterday. Now suddenly after working perfectly from yesterday to today I lost the access to the internet. I then proceed to do a HARD reset on it to reconfigure it. But I can't reach it.