FM for convert to local currency other than CONVERT_TO_LOCAL_CURRENCY

Does anyone know any other FM which converts into local currency???
But it should be other than CONVERT_TO_LOCAL_CURRENCY..

Hi Ajay,
Just you can check it out in SE37.
CONVERT_TO_LOCAL_CURRENCY_N
CONVERT_TO_LOCAL_CURRENCY_O.
CONVERT_TO_FOREIGN_CURRENCY
Chk this Link
convert to local  currency
Reward Points if Useful
Regards
Gokul

Similar Messages

  • Cannot perform rounding for invoices with a currency other than the documen

    Hi all,
    I need some one to help me
    I want to process the incoming payment.
    The AR Invoice is using USD
    In Incoming Payment i want to pay using SGD,
    I already set the BP in all currency
    I also set the Bank account in Bank transfer payment mean in all currency.
    But when i add the document i saw the message like this
    "Cannot perform rounding for invoices with a currency other than the document currency.  [Message 3524-31]"
    What should i do ?
    Thanks in advance
    Regards
    KK

    Hi gordon,
    Thanks for your respon.
    I still do not understand, what you mean.
    I test it in SBO DEMO Au which is the local currency is AUD and the system currency is also AUD.
    Is the any special setting for this issue?
    Or Do i miss the settings in SBO
    My version is 8.81 pl 9
    Thanks in advance

  • Converting from a currency other than LC

    Hello,
    We have a customer application where we store not only amount in LC but also the amount in Invoice Currency ("IC").  For example, we invoice customers in a currency other than our company code's local currencies.  We have a requirement to convert actuals into USD and EUR by taking IC not LC.  I have created a new category for this ACTBUD and have gotten it working for LC.  I want to get it to work starting IC as the base currency.  All the documentation I have read says that BPC uses LC as the default for currency translation.
    Does anyone know if this can be changed?
    Thanks,
    Mark

    Here you go...we have four different reporting currencies:
    IC = invoice currency or document currency.
    LC = Local Currrency
    USD = USD or Group Currency
    EUR = Our EU users have requested that we also track Euros translated at budgetd rates.
    The below code translates LC, USD and EUR from IC for all categories but Actual.  Our actuals we get directly from our SAP system.  We created a new category called ActBud and then translate the other reporting currencies from IC.  It works pretty well.
    // FX Translation for any data in the Customer application
    // Added following line for performance
    *PROCESS_EACH_MEMBER=TIME
    *SELECT (%FX_RATES%, "[ID]", "RATE", "[GROUP] = 'FX RATE'")
    // Block 1 - Clear out any previously calculated USD and EUR values, for all categories but Actual.
    *XDIM_MEMBERSET DATASRC=COMPANY
    *XDIM_MEMBERSET RPTCURRENCY=USD,EUR,LC
    *XDIM_MEMBERSET INTCO=<ALL>
    *WHEN CATEGORY
    *IS <> "ACTUAL"
        *WHEN CUSTACCOUNT.RATETYPE
        *IS <> "NOTRANS"
            *REC(FACTOR=0)
        *ENDWHEN
    *ENDWHEN
    *COMMIT
    //Block 2 - Perform standard foreign currency translation, for all categories but Actual.
    *XDIM_MEMBERSET DATASRC=COMPANY
    *XDIM_MEMBERSET INTCO=<ALL>
    *XDIM_MEMBERSET RPTCURRENCY=IC
    *LOOKUP RATE
        *DIM RATESRC="RATECALC"
        *DIM RATE=CUSTACCOUNT.RATETYPE
        *DIM SOURCECURRENCY:INPUTCURRENCY=INVOICECURRENCY
        *DIM TARGETCURRENCY_LC:INPUTCURRENCY=ENTITY.CURRENCY
        *DIM TARGETCURRENCY_USD:INPUTCURRENCY="USD"
        *DIM TARGETCURRENCY_EUR:INPUTCURRENCY="EUR"
    *ENDLOOKUP
    //*XDIM_MAXMEMBERS TIME=1
    *WHEN CATEGORY
    *IS <> "ACTUAL"
        *WHEN CUSTACCOUNT.RATETYPE
        *IS "NOTRANS"
        *IS %FX_RATES%
            *REC(FACTOR=LOOKUP(SOURCECURRENCY)/LOOKUP(TARGETCURRENCY_USD),RPTCURRENCY="USD")
            *REC(FACTOR=LOOKUP(SOURCECURRENCY)/LOOKUP(TARGETCURRENCY_LC),RPTCURRENCY="LC")
            *WHEN ENTITY.EURO
                *IS "Y"
                *REC(FACTOR=LOOKUP(SOURCECURRENCY)/LOOKUP(TARGETCURRENCY_EUR),RPTCURRENCY="EUR")
            *ENDWHEN
        *ELSE
           *REC(RPTCURRENCY="USD")
           *REC(RPTCURRENCY="LC")
           *WHEN ENTITY.EURO
                *IS "Y"
                *REC(RPTCURRENCY="EUR")
            *ENDWHEN
        *ENDWHEN
    *ENDWHEN
    *COMMIT

  • Report showing GL Accounts with  document posted in currency other than local currency

    We need a report that shows all the GL Accounts that had a document posted in currency other than local currency during the month. The purpose of such a report is that we should not miss any Foreign Currency Gain or Loss at the end of the month.
    Is there such a report already in Standard SAP ? Please let me know. Points guaranteed.

    Hi Ajay sir,
    It's never be a bad idea. But I think Rajeev might be looking for a stright report than work around, which is not available.
    Regards...
    Jose

  • Automatic Payment F110, Using currency other than the currency of invoice.

    I want know if it is possible to make automatic payment by F110, paying through a currency other than the currency of the invoice?
    Using the f-53 transaction i know that is possible, but i must use the F110, because I generate a file to send to the Bank.
    Thks,
    Fernando

    Invoice Booked for USD but payment want INR through F110, Cheque printing.
    Christoph Gilberg Mar 26, 2015 8:27 PM (in response to Sam P)
    Hi Sam,
    you have to add this information at the time of invoice entry. Screenshot from F-43 below.
    Best Regards,
    Christoph

  • Function module for converting the foreign currency to words

    hi,
    can anybody tell me about the function module for converting the foreign currency to words format.
    Like 25.50 USD
    should be "Twenty Five Dollar & Fifty Sents."
    foreign currency can be anyone like USD, JPY, EUR etc.
    Regards
    Nitin Varshney

    Hi,
    Try using the FM SPELL_AMOUNT
    Check this wiki
    [SPELL_AMOUNT|https://wiki.sdn.sap.com/wiki/display/Snippets/SpelltheAmountenteredin+words]
    Regards
    Sarves

  • Function module - convert to local currency

    Dear all,
    I need to use a function module to convert to local currency a document that has been posted in foreign currency, which function module can I use? I tried convert_to_local_currency but I dont get any output...
    Else I need a function module to reverse a GL document, which function module should I use?
    Thanks and best regards!

    Hi,
    Please use the following linke and see if this helps.
    Re: FI Reverse Document BAPI
    Regards
    K.R

  • SQL server 2012 does not see local disks other than C being started under domain account (which is local admin on the server)

    Hi all. We have a SQL Server 2012 installed to a fresh Windows Server 2012 Server. There is a service account domain\rusystem01 created to run SQL services. It is added as a Local administrator on this server.
    The issue is that SQL Server does not see any local drives (other than C drive) on the server if we run it from this domain service account (for example, we cannot move any databases to any other drives or setup backup).
    It works fine (and other drives ARE available) if SQL Services are started from Network service account or Local service account (which is not recommended by Microsoft). But does not work from domain account.
    Any ideas how to fix this?
    MCP

    >Any ideas how to fix this?
    Apply NTFS ACLs for the folders (and perhaps volumes*) for SQL Server.  Use the Per-Service SID, rather than the Service Account for the ACLs so they survive changing the service account. 
    The per-service SID is "NT Service\MSSQLSERVER" for a default instance and "NT Service\MSSQL$InstanceName" for a named instance.
    *Volume ACLs are set in Disk Management.
    David
    David http://blogs.msdn.com/b/dbrowne/
    David, would you please clarify what do you propose? I open D: volume on the Disk management and grant NT Service\MSSQL$DEV account with Full control permissions. Restarted SQL - no effect. Still only C: is visible for SQL.
    MCP

  • Looking for a less expensive program other than Photoshop CS6

    Looking for a less expensive program other than Photoshop CS6 and was wondering if Photoshop Elements is the answer. Does Photoshop Elements read PSD files, create layers, can you change the levels and color balance?

    drumford65 wrote:
    Looking for a less expensive program other than Photoshop CS6 and was wondering if Photoshop Elements is the answer. Does Photoshop Elements read PSD files, create layers, can you change the levels and color balance?
    Yes, and much more.
    Why not try the 30 days trial version which has all the features of Elements ?

  • Selecting pictures for Online Photo Processing Centers other than Kodak

    How can I select photos for printing in Elements for online photo processing sites other than Kodak? Is there a simple way to do this in the Organizer? The online photo sites usually give me only a thumbnail view of the picture and I can't tell which is best.
    The way I've been doing it is tagging photos in Elements as favorites, and then tabbing back and forth between Elements (to view the pictures) and online site (to find the name). There has to be a better way to do this!

    Choose your photos in the organizer and export them to a folder on your desktop, then upload from there.

  • Vendor Payment In Currency Other Than Document Currency

    Hi Everyone,
    We have a scenario where a vendor submits an invoice to our company in GBP but wants to be paid in Euros.  The company code/local currency is USD.  Performing a wire transfer through F110, I can't see how we can choose what currency to pay the vendor in.  I'm not sure if this is even possible but I thought I would see if anyone would be able to assist.
    My first thought would be that the vendor should submit a Euro invoice if they want to be paid in EUR but it seems this has been the practice for some time now and they will not submit a EUR invoice.
    Any thoughts?
    Pete

    the vendor provided its bank account number, where you have to transfer the money, right? What is the currency of that bank account? If it is EUR, than the vendor will get his money in EUR. The real problem is the exchange rate here, you transfer some EUR (for the invoice in GBP) and the vendor tells he expected more (because just counted with another exchange rate). What happens than?
    It was mentioned already (by Wendy) that one option is to make manual payment. Another would be to repost the invoice (manually, again) in EUR and let it pay with the payment program. Again, it raises the exchange rate difference problem as above.
    On the other side paying a GBP invoice in GBP is 100% legal in my opinion, if the vendor wants that in EUR is just wishful thinking...

  • 0COMP_CODE Local currency different than 0COMPANY currency

    Hello guys,
    We are implementing BCS for our client and the scenario for the same is as follows:
    We are using ECC 6.0, BW 3.5 with SEM 4.0., we have activated New GL Accounting in ECC 6.0. and have been able to bring in data from totals table FAGLFLEXT into BW.
    Now we need to bring in the data from BW to BCS cubes using the load from data stream method. We needed to bring all the three currency types (transaction, group and local) into the SEM BCS cube (0BCS_C10), so we have added all the 3 currencies in the data basis roles.
    When we run the load from data stream method, we get the following error for some items:
    Error message UCD1 032 (Local currency of company X is not correct).
    This message occurs for the company codes (0COMP_CODE) which not have the same currency as their related Company (0COMPANY).
    Could you please help us solving this "issue" ?
    Thank you in advance,
    Regards,
    Pascal MORIZUR

    Pascal,
    IMHO, the situation is a bit different.
    AFAIU, It doesn't matter which local currency is set for 0COMP_CODE in ECC.
    The BCS totals cube has three key figures for currencies. Each KF has attached to it a currency key. In your case this key doesn't correspond to local currency set for 0COMPANY.
    This causes the error.
    If I were you, I'd try to replace incoming local currency key by the proper currency key. The particular solution may depend on your details. Try to add an attribute of currency to 0COMP_CODE and to MOVE this attribute to local currency in mapping.
    Very straight forward but not flexible is to use a CONSTANT in mapping (if all the companies have the same local currency). If not - use also a condition which will determine for which company code which local currency to apply.
    Edited by: Eugene Khusainov on Apr 3, 2008 9:17 PM

  • Need Function Module for convertion of  Foreign currency to Indian currency

    hi friends,
    i need function module for converting amount from
    Foreign currency to Indian currency
    thanks

    hi Venkat,
    Please use the function module CONVERT_TO_LOCAL_CURRENCY
    <b><u>Sample code:</u></b>
          call function 'CONVERT_TO_LOCAL_CURRENCY'
            exporting
              date             = p_alv_tab-begda
              foreign_amount   = p_alv_tab-kkost_p_person
              foreign_currency = p_alv_tab-kwaer                 " foreign currency
              local_currency   = l_ev_waer                           " Indian currency
            importing
              local_amount     = p_alv_tab-kkost_p_person
            exceptions
              no_rate_found    = 1
              overflow         = 2
              no_factors_found = 3
              no_spread_found  = 4
              others           = 5.
    Hope this helps,
    Sajan Joseph.

  • Easy Cost Planning in a currency other than Cont Area and comp code curren

    Hi,
        I want to do the easy cost planning in a currency which is other than controlling area and company code currency.
      But I am getting the option of only these two currencies only.
    Any idea how to do it?
    Example:
      Controlling Area currency :INR
    Company Code Currency : AED
    Planning Currency to be used for Easy Cost Planning :USD
    Regards,
    B P Singh

    Hello,
    You may try to go to transaction CT04 - Characteristics. There in tab BASIC DATA you choose Data Type - Currency Format. In field Currency enter the required currency. Save the characteristic.
    Next step is to go to CKCM - Models for Easy Cost Planning. Open the Costing model and add line with the created characteristic.
    Good luck, Aleksandra

  • FLQAD: assignment for documents with local currency

    Dear Gurus,
    I'm just curious with is it FLQAD assignment program uses transaction currency and since a company would normally view their cash flow statement in local currency. The FLQAD does not work for documents with zero transaction amount such as Forex valuations and this needs to be manually change using FLQAM.
    I've implemented SNote:0001127205 Local currency as leading currency and it resolve my problem above. And also i'm on ECC6. But I'm still curious as to why the standard program FLQAD only works for transaction currency. Would appreciate some insight as to why it's being design that way?

    Hi,
    I have deactivated , the check box of No forex gain loss for local currency in Global parameters.
    But system behavious is following manner.
    1. While making payment (F-53) , system fetching the exchange  rate from exchange rate table ,. NO OPTION for User input.
    But customer requirement is exchange rate will be according to user input.
    2. While clearing system ,  the difference of forex gain , system expecting differential posting besides to forex gain loss amount.
    But customer requirement is to post accounting entry would be
                  Vendor debit
                 Bank Credit
               Forex gain / loss a/c Dr.
    Please suggest , if any body has got an idea ..,
    Regards,
    Sujana

Maybe you are looking for

  • Error sfc /scannow in the build 9926, Help!!!

       I installed (in italian)in clean install the new build 9926 for Enterprise from iso file, and running sfc/scannown i by the following error and stops at 9% Windows Resource Protection: Can not perform the requested operation. I tried to restore th

  • Required Performance Appraisal Steps

    hello friends, my client want to configure Performance Appraisal, i don't know full steps for the configuration i configure Appraisal scales, Appraisal model, Qualifications,  now i struck in appraisal catalog / template plz tell me how to configure

  • Regarding the first day of the previous month

    hi experts,               suppose the date is '010406' what i want that is der any function module so that i can get the first date of the previous month i.e '010306' plz let me know......or sud i add logic for that if yes plz help me........

  • I can't find the signature pop-up in Preview??

    I'm trying to create a signature using Preview but can't  find the Signature Pop-up that is called out.

  • Ibooks notes deleted

    Hello everybody, iBooks question here. I've found that when highlighting a note in iBooks, if you drag up and to the right - AND drag off of the screen (which I find myself doing), iBooks highlights to the very beginning of the book and deletes ALL o