Corrency Conversion

Hi All,
I have currency conversion problem. COuld you please suggest me the best way to do it.
From Currency: KRW
From Factor: 100
To currency: USD
To Factor: 1
Exchange Rate: 0.15555
There are table TCURR and TCURX. How to use these.
I tried using all the converion function modules, but failed. Could you please suggest me the code if any. or FMs how to use with example code Please

Hi I wrote this : and it returns some thing
REPORT  zj_test LINE-SIZE 162.
DATA: lv_amount TYPE p DECIMALS 3.
CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY'
  EXPORTING
   client                  = sy-mandt
    date                    = sy-datum
    foreign_amount          = '50000'
    foreign_currency        = 'KRW'
    local_currency          = 'USD'
*   RATE                    = 0
*   TYPE_OF_RATE            = 'M'
*   READ_TCURR              = 'X'
IMPORTING
*   EXCHANGE_RATE           =
*   FOREIGN_FACTOR          =
   local_amount            = lv_amount
*   LOCAL_FACTOR            =
*   EXCHANGE_RATEX          =
*   FIXED_RATE              =
*   DERIVED_RATE_TYPE       =
EXCEPTIONS
   no_rate_found           = 1
   overflow                = 2
   no_factors_found        = 3
   no_spread_found         = 4
   derived_2_times         = 5
   OTHERS                  = 6
IF sy-subrc <> 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
WRITE: lv_amount.

Similar Messages

  • Transit corrency conversion (JPY- USD- EUR)

    Hello,
    I would like to convert currency from once translated value.
    That is..
    <currency rate>
    1JPY = 0.01 USD (100JPY = 1USD)
    1USD = 0.833 EUR (1.2 USD = 1EUR)
    1JPY  = 0.0067 EUR (150 JPY = 1EUR)
    <report>
    100 JPY is stored on Infoprovider
    case 1
    JPY    USD    EUR
    10000  100    67
    value of EUR is converted from JPY directly
    case 2
    JPY    USD    EUR
    10000  100    83.3
    value of EUR is converted from JPY via USD (transit conversion)
    what I would like to do is the case 2. But I could not find how to set.
    But transit conversion is not possible when creating global CKF like
    below.
    Infoprovider has KF1(JPY)
    Query
    KF1
    Global RKF1 (KF1 is used and conversion to USD is set)
    Global CKF1  (Global RKF1 is used and conversion to EUR is set)
    I am very happy if you advise how to do what I want to do....
    Kind regards,
    Masaaki

    use this FM at the right Spot.
    CONVERT_TO_LOCAL_CURRENCY
    CONVERT_TO_FOREIGN_CURRENCY
    CALCULATE_EXCHANGE_RATE
    READ_EXCHANGE_RATE
    A

  • Problem in corrency conversion

    Hi fnds,
    In my requirement. iam sending data.but in that invtry_cost_paid field is not getting proper currensy.here i find out that the actual currency is EUR it was converting in to USD.what i find out is getting dollers that are not the inventory acct changes.
    In this code they did not use any convertion function module.
    Then where we have to change the code.

    use this FM at the right Spot.
    CONVERT_TO_LOCAL_CURRENCY
    CONVERT_TO_FOREIGN_CURRENCY
    CALCULATE_EXCHANGE_RATE
    READ_EXCHANGE_RATE
    A

  • How currency COnversion calc scripts refers the HSP_Rates members?

    Hi,
    After creating the corrency conversion script based on selection of Scenario.Version,version type,currency.. planning also creates copy of this script as HSPCrtT & HSPCrtB. Here how its refering to HSP rates dimension?
    Thanks

    Hi,
    Have you restarted Essbase server after increasing cache sizes?
    Also verify if there are any calculations that are dependent on dynamic calc members.
    Assuming Entity is a Sparse dimension, you can use FIX instead of IF in the calc script.
    FIX(@UDA("ENTITY","CNY"))
    "Local" / "Entity"->"Versions"->"Currency"->"Function"->"Level"->"CNY_Rate" ;
    ENDFIX
    ...similarly for rest of entities.
    Also you can use USD instead of LOCAL as you had already copied LOCAL to USD.
    USD = "USD" / "Entity"->"Versions"->"Currency"->"Function"->"Level"->"CNY_Rate" ;
    in similarly way you can try to fine tune the script for better performance.
    Try these things and come up with the outcomes.
    - Krish

  • Journals conversion problem.

    Hello,
    We have a currency conversion problem with the journals table.
    Steps:
    1.- We insert a journal in Local Currency (LC) with the journals functionality. Both convert at average rate (for example), so when we run currency conversion rules the value is converted in Legalapp application, but not in Journal Table. So if the users or auditors need to see all the journals in EUR is not possible to extract with the journals reports.
    2.- Also we have the problem when we apply the carry forward rules for the next year, and the RE-Open functionality. Example, the flow of the year N applies at average rate, when we make the carry forward rule it goes to Opening Balance flow, and this opening balance doesn´t have currency conversion rule (AS-IS)(we cannot use an OPEAVG rule because we need the historical value in the opening balance flow). So we lose the EUR position value because we don´t have a journal to apply the RE-OPEN functionality.
    3.- We have the possibility of inserting the Journal in LC and EUR (Group Currency) also, but here you are obligating to the users to manually convert the values of each account of each journal, and can be mistakes of the value that the user insert in the Journal Entry, with the values of the application (converted with the currency conversion functionality).
    Do you know how can we solve this error?
    Regards,

    Hi,
    1. Journal tables contains just values for LC and only the posted journals are converted.
    The Corrency conversion will be applied just for journal posted not for all journals.
    You can see the value reflected into application just checking the the reports for special Data Source used by journal.
    Journal module is used for adjustment which means the auditors can see the adjustment into local cuurency and just the final value posted. The rest of journal not posted has no importance because they don't have any impact for database values.
    2. I don't think I understand the point which means I will leave other people to help ou with this poin
    3. I don't understand why you have to run Currency Conversion manually.
    When you input the journal you will execute default logic or you can execute journal.lgx logic.
    In any of these module if you place currency translation you will have your figures automat converted.
    Regards
    Sorin Radulescu
    Edited by: Sorin Radulescu on Dec 2, 2009 3:35 PM

  • Problem with exchage rates

    Hi all,
    We have an issue in the customer profitability analysis report as the exchange rates are not updated in the report when
    compare to r3 report.
    We have done the required changes to be done RSA1>>SOURCE SYSTEM>>TRANSFER EXCHANGE RATE>>transfer exchange rates again. later we check the TCURR table in bw and r3 the entries are correct and are same number of records and we execute the report again, still the user are facing the same problem .
    For Oct,Nov 2010 and jan 2011 the exchange rates are correct but for december it is giving november's exchange rate.
    I check in the customer profitability analysis report, In filter the fiscal year variant is set to K4.In the properties of
    the revenue key figure I found the corrency conversion "Y rate currency conversion for billing" under the currency conversion
    key.
    Is there any thing needs to changed please help me.
    Thanks

    Hello,
    You need to check the currency Conversion type which you have maintained in Tcode RSCUR.
    Also Check if at all any Exchange rates are maintained for the month of December. If no exchange rates are maintained for the month of December than the latest applicable exchange rates will be effective. Double check the entries in TCURR table for the month of Deccember and the date of effectivness of the exchange rates. the date being in other format you can translate the date using Exit 'CONVERSION_EXIT_INVDT_INPUT'.
    regards,
    Satyam

  • Condition type currency conversion during PO

    Dear Friends,
    In the PO, the vendor is from Japan, so the document currency is in Japan. But the freight condition currency is in MYR which we dont want to convert into JPY. Here the system converts all the condition type currencies into document corrency i.e. JPY in this case. After Goods Receipt, when I see the FI document in MIGO T-Code, all the posting comes in JPY and when i change the postings into local currency i.e. into MYR, there is a difference of RM0.02(2 sens) in the posting. As the freight condition value is in MYR, we dont want system to change it to JPY as freight charge not relevant for PO printout. Because os the conversion factor, a podting having difference of 2 sens is done.
    Please advice how to solve the issue.
    Thanks & Regards

    Hi Indranil,
    In m/06 , I have maintained Condition class A    & Condition category as B for that condition type
    Also can you also explain what you meant by "As far my knowledge goes either you maintain it in your tax procedure or in your pricing procedure".
    Regards,
    DGN

  • Currency Conversion in BeX Query

    Hello Experts
    I want to have corrency convetion option in Bex Query and have few questions regardig that.
    i am using key figure 0DEB_CRE_LC which has currency as    0LOC_CURRCY.
    1. how do i allow user to enter currecny, using some input variable for currency char.?
    2. do i need to associate some date for this conversion?
    3. what exchange rate will be used?
    Thanks in advance
    Regards
    Sudeep

    Hello Sudeep,
    1. how do i allow user to enter currecny, using some input variable for currency char.?
    Answer: Create a variable on 0Currency and select the conversion type which you have maintained in RSCUR tcode. Make this variable as input ready. This will give the user the flexibility to enter the Currency.
    2. do i need to associate some date for this conversion?
    Answer: Yes you need to associate the Currency conversion type to your conversion. Same can be maintained in RSCUR tcode.
    3. what exchange rate will be used?
    Answer: In RSA1, goto source system tab and right click on the Source system. Select "Transfer exchange rates". This will transfer the exchange rates which are maintained in your ECC side. The exchange rates are maintained in table TCURR. you can check the table in SE16.
    Regards,
    Satyam

  • Conversion of Characteristic Values to SIDs is taking long time

    Hi Experts,
        Cube load is taking more than 7 hrs to complete for 6 million records. Max time is at Conversion of Characteristic Values to SIDs. Cube consists of 500 fields. Load is from DSO to Cube. DSO has 10 fileds with no SID flag check for activation. Remaining fields in the CUBE are pouplated looking in to other DSO's. Start and End routines are executing very fast. How to fasten Conversion of Characteristic Values to SIDs step.  I need to load 15 million records daily as part of delta. any suggestions.
    Thanks
    Sunil

    Hi Sunil,
    Go through the below link, it will be useful
    http://aq33.com/business-warehouse/Articles-05269.html
    Regards,
    Marasa.

  • 11i to r12 Conversion - help needed

    Hi
    My client is doing re-implementation of r12 and migrating from 11i to r12. I need help particularly on conversions side. The client is a SaaS company. they are considering to bring open and history transactions and applied/unapplied receipts to r12 AR.
    - how to migrate revenue scheduled open/closed invoices from 11i to r12 since rev schedules for a SaaS company is expected to be long terms. and how to make sure that rev schedules are correct upon migration to r12??
    - for partially paid invoices how to make sure that the same partially paid amount reflects in r12 upon conversion? can a negative line amount equalling to paid amount be a possible solution??
    - upon migration do the closed invoices have to be converted as open and receipts re-applied after migration in r12 or they can be brought in as-is with status closed?
    - if customer paid for an invoice using a credit card in 11i and upon migration it came to notice that the credit card is no longer used by the customer so how to re-apply the same receipt in r12 which was applied in 11i using that credit card. do we have to enable it in r12 just for closing the invoice? what could be possibilities?
    please anyone if can answer would be very helpful
    Thanks
    -MS

    It depends on the dpi. Usually 72dpi = 72 pixels per inch.
    1000/72 = 13,88888 inch
    1 inch = 25,4 mm
    13,88888 * 25,4 = 352,7777 mm
    You do the arithmatic with a calculator.
    To do the same with pictures, you can do it in any image editor. Even Preview.app :
    !http://www.wyodor.net/_Discussions/PreviewResize.png!

  • IMessage beta loose all saved conversations when I open and close a window.

    iMessage beta looses all saved conversations when I open and close a window.
    Just reporting this bug... Could not find anyother place to do it.
    Jonathan

    I thought it was doing that also. But I found that if I start a new chat with someone I was messaging before, then the old messages re-appear in the messages window.

  • Is there a way to selectively edit a conversation in iMessages instead of clearing the entire conversation? Like you can do on the iPhone for instance.

    Is there a way to selectively edit a conversation in iMessages instead of clearing the entire conversation? Like you can do on the iPhone for instance.

    Did you find an answer to your question?
    Would it also apply to Mountain Lion's Messages?
    Thanks

  • I need to delete myself from a Group Conversation.

    My idiot friends added me to a group conversation and i cannot leave it. Each time i ask them to start a new conversation and not include me they refuse. My phone has been ringing non stop for 3 days now and i need to find a way to get out of this conversation so that i can go to class, do my homework and sleep at night!!! I can turn my phone onto Airplane mode but when it is in this mode I cant receive the important phone calls and text messages that i need to answer.
    Somebody please help me.
    If there is no way to leave this conversation somebody please tell me where i can find a virus that will shut down their phones.
    Thanks
    WN

    See this Video on Freeing Up Disc Space
    http://macmost.com/what-to-do-when-your-hard-drive-is-full.html

  • In Thunderbird while trying to move conversation results to an archive folder; if some of the results are already in the folder it will not move any.

    Hi. I often use the conversation search option when archiving my emails from inbox. I find this a very useful method of finding trails where I and multiple people have responded to each other. However If I have already moved one or more of these emails into the archive folder and select all to move, Thunderbird will not move any. I then need to individually select those that need to be moved.
    Although not a major issue I use this regularly and often come across the problem. a recent fix which allows location tab to remain on in search helps but does not resolve this issue. A slightly annoying problem and I was wondering if any one else has this issue. Also is anyone looking into a solution?

    FCPx answer: At least the answer that worked for me...
    I had the same problem, as I believe many others had.
    In my case the problem was with one of OSX Mavericks' new features: APP NAP.
    It looks like this is ON by DEFAULT for ALL Applications and that FCPx, or Compressor for that matter, will not work if this is enabled on them.
    I just disabled App Napp on FCPx and now it works, again, like a charm.
    This is how you disable App Nap: http://reviews.cnet.com/8301-13727_7-57612009-263/how-to-disable-app-nap-in-os-x -mavericks/
    I hope this helps,
    Mariano

  • Import conversion data table from SAP R/3 into value mapping table in XI

    Hi:
        Somebody knows how to import a table with conversion data that are in SAP R/3 and to take it to a value mapping table in XI?
        The purpose is to use a mapping table that can change in the future. Must I use a ABAP programming that retrieve data and build the value mapping table?
        If so, how I specify in the ABAP programming the group id, the scheme, the agency and the corresponding value?
        Please, help me.
        Regards!!!

    Hi David,
    please refer to this section in the help: http://help.sap.com/saphelp_nw04/helpdata/en/2a/9d2891cc976549a9ad9f81e9b8db25/content.htm
    There is an interface for mass replication of mapping data. The steps you need to carry out to use this are:
    +Activities
    To implement a value-mapping replication scenario, proceed as follows:
           1.      Register the Java (inbound) proxies.
    To do so, call the following URLs in the following order in your Internet browser:
    ¡        http://:/ProxyServer/register?ns=http://sap.com/xi/XI/System&interface=ValueMappingReplication&bean=localejbs/sap.com/com.sap.xi.services/ValueMappingApplication&method=valueMappingReplication (for the asynchronous replication scenario)
    ¡ http://:/ProxyServer/register?ns=http://sap.com/xi/XI/System&interface=ValueMappingReplicationSynchronous&bean=localejbs/sap.com/com.sap.xi.services/ValueMappingApplicationSynchronous&method=valueMappingReplicationSynchronous (for the synchronous replication scenario)
    You only need to perform this step once (for each installation).
           2.      Application programming
    The ABAP program must perform the following tasks:
    ¡        Read the value mapping data from the external table
    ¡        Call the outbound proxy used to transfer the data to a message, which is then sent to the Integration Server
           3.      Configuration of the replication scenario in the Integration Directory
    This involves creating all the configuration objects you need to execute the scenario successfully. One special aspect of the value-mapping replication scenario is that the receiver is predefined (it must be on the Integration Server). The sender, however, is not predefined in the replication scenario and can be defined to meet your individual requirements.
    For example, you can use the shipped ABAP proxies.
    In the case of the receiver communication channel, choose the adapter type XI. Ensure that you configure a channel for the Java proxy receiver in this case.
    Enter the path prefix /MessagingSystem/receive/JPR/XI for this purpose.
    +
    Regards
    Christine

Maybe you are looking for

  • Note 951952 - Incorrect excise values if batch split in MIGO for import PO

    Dear participants, We have applied Note 951952 - Incorrect excise values if batch split in MIGO for import PO, for following issue, While doing import goods receipt for batch split quantity, excise base value is calculating for entire amount not by s

  • Loading OS 9 - It's never ending

    The last few times I've tried to load OS 9 the loading indicator bar gets almost to the end, but not quite. It doesn't stop, either. It just keeps showing that it's loading. I've reinstalled OS 9 from the disk that came with my iMac 5. Nothing change

  • My behavior is locked and I can't unlock.

    HELP!! I inherited this png. There is a Behavior Event: "onMouseover" Action "Set Text of Staus Bar" Info "Team" I wan't to delete this behavior but it has a lock on it and I can't seem to unlock it. Any ideas?

  • Where can I download a Java Text Editor?

    I am new to java. And want to have a text editor which can color code the program and keep it in more user friendly format. Where can I get such text editor from? Thanks

  • Can I update N95 with Vodafone firmware??

    Hi, my n95 has vodafone firmware. V 11.0.026 when i try to update it says no updates. can anybody please help?