Decimals Place - for Currency wise

Hi Experts,
           I have a query regarding Decimals places Settings in Export Invoice.
          If i see the condn value in vf03, it shows 0.0234 for usd . But in KONV table the same value shows 2.34 USD. How can i change into four decimals places in Konv table.
         how can i make it 4 decimals places in smartforms. I am using vf31 for taking Export invoice.
With Regards,
Neptune.M

Hi,
DATA : t_amount(16) TYPE p value '1000'.
DATA : l_amount(16) TYPE p.
CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY'
  EXPORTING
  CLIENT                  = SY-MANDT
    date                    = sy-datum
    foreign_amount          = t_amount
    foreign_currency        = 'EUR'
    local_currency          = 'USD'
    TYPE_OF_RATE            = 'M'
IMPORTING
  EXCHANGE_RATE           =
  FOREIGN_FACTOR          =
    LOCAL_AMOUNT            =  l_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 : l_amount.
please reward if useful.

Similar Messages

  • Changing decimal places for currencies

    Hi everyone,
    I'm a complete begginer to SAP BI and I need to change a value in SPRO > General Settings > Currencies > Set Decimal Places for Currencies, but the option that I want doesn't exist.
    I need to add a new entry with the value: currency - EUR6 and decimals 6, but there is no 6 available. Can anyone tell me where can I add this or what is the table where this information is???
    Thanks in advance!
    Rogério Brá

    ok I think it works - just try and play
    This is what I did (sort of same scenario - if you get my drift)
    Currency Key MGF - translation ratio 1000:1
    Exchange rate is : 11:02750 to the Euro
    Invoice entered for 1,000,000.00
    Currency calculated as 90.68 eur
    (ie 1,000,000/(11.02750 * 1000))
    You can play aroudn with direct/indirect to ge the factors right
    But it works (I thought it did - I am qualified FICO honest!!)
    This wont get you around displaying 6 decimals - BUT it will help with currency conversion

  • Changing Decimal Places for Currencies (Table V_TCURX)

    The instance is ECC 6.0
    We need to change the decimal places for a currency from 0 to 2 decimal places. Is there any impacts of doing that?
    Also need to add some currencies which are not in the table. Is there anything need to be careful while doing this. If this table is updated, do we need to update any other tables also which may be impacted?

    Hi,
    It is not recommended that when postings have already been made, that a change in the currency be done, as amounts posted can become invalid or incorrect as a result (ie USD 100->1.00), which is most critical in production environment Please go through the note 137626 When you made changes via OY04, the effect of which is across all clients.
    To change the number of decimal places for a currency already in use, you must convert all the tables in the R/3 System that contain currency fields, so that the data integrity remains. This cannot, however, for both organizational reasons and under the runtime aspect, in a productive system.
    You must never change decimal places in a productive system if you have documents posted with this currency. Such a change could lead to inconsistencies in these documents already posted.
    In case you really decide to use decimals you may consider to use SAP conversion services for them to convert all documents aready posted as explained in note 434349.
    Additional inforamtion:
    Note No.  137626 - FAQ: Decimal places for currency codes
                     126857 - Display of amts with correct decimal places in SE16
                       53206 - Processing of currency fields
                         9574 - Currency fields on selection screens
    Regards
    Ravinagh Boni

  • Question about decimal places for currencies

    hi ,experts ,
       here is the problem , when i use mb5s, i found the net price has been enlarged 1000 times . I  also found the data of the table EKPO has been enlarged 1000 times. So ,i check the decimal places for currencies , i found there are five decimal places , the standard system is two decimal places . 
       Does this mean that we cann't  change the decimal places in SAP?  If we can change , what should we do for configuration ? 
    Jarod

    When running OY04, you are receivingin the following message:
    Before you continue, please read the following        
    text carefully.                                       
    If you do not heed this note, you can cause
    irreparable damage to the system with this            
    transacton.                                           
    In the R/3 System tables currency fields are          
    stored as decimal figures with a variable number      
    of decimal places. The decimal point is not           
    stored in the field in the database. Instead,         
    each currency field refers to a currency key          
    field. In this transaction you assign the number      
    of decimal places to this currency key uniquely.      
    Example: If you have set currency USD to have         
    two decimal places and you post an amount of 100      
    USD, an amount of 10000 USD is stored in the          
    Do you want to change the decimal places despite      
    all recommendations?

  • Decimal Places for Currencies

    Impact on the processes of change at MM decimals for Currencies.
    We want to use foreign currency to 6 decimals anand two decimal places for the currency of society

    Dear José Luis Flores ,
    Please always make sure your business process not reach the limitation of overflow during
    the conversion as the Price it is always with 11 characters with 2 Decimal place (9,2) in standard.
    All together 13 characters.
    If this limitation was reached, you will received the dump message. This is normal and you had to
    make sure it suits your business requirement in the beginning to avoid any changes later . You
    had to plan it before do this type of customizing in very beginning.
    Thanks
    Ian

  • OY04 setting currency maintaining (Decimal Places for currency codes) Importance

    Hello Frds,
    I have one doubt regarding OY04 setting in this we are maintaining currencies with decimals.I checked my OY04 setting some special currencies only we are maintaining in this tcode and in that  also some currencies only maintaining decimals. which type of currencies we will be maintain here.
    Which is not maintaing currencies in OY04 system is taking as per standard 2 decimals.
    For exp: INR and USD we did not maintain in OY04 setting but system is taking automatic 2 decimals.
    My question is:
    1. Which type of currencies need to be maintained in OY04.
    2. Which type of currencies need to be maintained decimals.
    3.How will we check on which program system has taking 2 decimals which is not maintained currency in OY04.
    Kindly any one can share your views about this.Thanks for your advance help.
    Regards,
    Lakshmi.

    Hi,
    the table TCURX must be already correct.
    The last time we  change it, it's when some currency disappears for EUR.
    The problem with currency, SAP save the field like if they have decimals. For example JPY, there is no decimals. You would like to save 100, SAP will save 1,00.  And when they have to write this amount, they read the table TCURX and they know the amount must be x100.
    To make it more simple, use the statement WRITE .... (INTO ...) CURRENCY my_curr  if you play with currency with decimals <> 2
    regards
    Fred

  • Query regarding decimal places for currencies

    Dear all,
    SAP standard allows 2 decimal points as default for any condition value. However, based on the entries in TCURX table we can set number of decimal places with reference to specific currencies.
    In our system there is no entry in TCURX table against USD currency. Still the system is taking 3 decimal places against the expected 2 decimal places.
    Is there somewhere hardcoded this for US or are they any additional settings impacting this? Please help
    Regards,
    Rajesh

    Hi All,
    I have been trying to set 3 decimal places. I got the reference to Note # 38881.
    This is what I did:
    1. Create a new currency US$ and set the decimal places to 3
    2. Maintained the prices using VK11.
    3. Changed the customers' sales area currency to US$
    But when I created the sales order although the system determined the prices in 3 decimals i got the following information message which keeps on showing during the entire sales order creation:
    Pricing error: Mandatory condition ZMAC is missing
    Message no. V1801
    Details are as below:
    The obligatory condition ZMAC does not exist. The document is therefore considered to be incomplete from the point of view of pricing.
    The cause can be, for example, that a condition record does not exist for condition ZMAC or that a field overflow has occurred when the condition rate was calculated.
    Procedure
    Check why the condition could not be found. Use the pricing analysis function on the pricing screen to do this. If necessary, add the missing condition manually to the document.
    I believe I am missing some configuration that should be done in pricing, not sure what. As this question has been flagged answered, hope someone would be able to help me.
    Thanks & Regards,
    Rajesh Singh

  • Decimal places for JPY currency in change documents

    Hi Gurus,
    For opportunities in SAP GUI the change documents for JPY show incorrect numbers.
    The number is divided by 100 (two decimal places added).
    Checked the CDPOS table and found the values already divided (two decimal places added).
    SPRO->General Settings->Currencies->Set decimal places for currencies is set for 0 decimals for JPY.
    Is there any way I can get correct values in the change documents?
    Please advice. Any hint is useful.
    Thx,
    Martin Kuma

    Hi Naren,
    Thank you for the tip, however the TCURX table is changed via customizing and should be changed only during the system initialization.
    What I would like to do, is to assure that the system displays the values in change documents correctly. It should apply the currency conversion for the data displayed the same way it does for all the tables.
    Do you have any idea, how should I do this?
    Regards,
    Martin Kuma

  • Tx code OY04 (decimals for currencies)

    Hi All,
    I am not clear about this tx code.OY04
    Do we enter all currencies and mention the decimal places for them?
    OR
    Do we enter only those currencies which have decimal places other than 2?
    If i  see a currency in this tx code which has a value zero to it, then does it mean it has 2 decimal places or zero decimal places
    Any help appreciated
    Thanks,
    Prashanth

    Hi,
    the table TCURX must be already correct.
    The last time we  change it, it's when some currency disappears for EUR.
    The problem with currency, SAP save the field like if they have decimals. For example JPY, there is no decimals. You would like to save 100, SAP will save 1,00.  And when they have to write this amount, they read the table TCURX and they know the amount must be x100.
    To make it more simple, use the statement WRITE .... (INTO ...) CURRENCY my_curr  if you play with currency with decimals <> 2
    regards
    Fred

  • Decimel place for indian currency

    Hi experts,
    I changed the decimel setting for indian currency in su01, but the system showing 3 digits after decimel point, i tried to fix the decimel place 2  through t.code:OY04, there is no decimel place for 2 only 1,3,4,5 is available in the table. Kindly guide me how to fix the decimel place 2 for indian currency(INR).
    J.Francis

    Hi,
    In OY04, if you keep it blank system by default treat it as 2 decimal places. and your SU01 setting won't affect.
    Further what is your company code currency? Is it INR??. If not system won't restrict INR with two decimal places.
    Hope it is clear
    Regards
    Venkat

  • More DECIMAL places for MM price-Not Global

    I have read the <u>many</u> postings on decimals. However, I have not seen the exact scenario I'm inquiring about.
    I want to increase the decimal places from 2 to 4 for the cost of materials we purchase (i.e. supplier price), but I do NOT want to set this as a global aspect for the company when dealing with numbers/currency.
    It's not just a simple matter of setting a different unit of measure, because let's say we order a reel of capacitors - the reel may come in qty of 1,000 or 2,500 (only one example). So, we really need to set price by (ea). The problem is that many of our parts price at .0014 (example) and in SAP that shows a cost or price [depending on where you're looking] of zero. Plus, the Purchasing agent sends a PO with incorrect price information.
    <b>It would be very helpful if anyone could tell me how to increase the number of decimal places for specific fields as opposed to globally.</b>
    Thanks you!!

    The right tool to do that is the pice unit. This is in the system for ecatly that purpose, to provide more precision in prices. It has nothing to do with unitz of measure that is used for logistical purposes.
    If you have a price 0f 0.0014 each you can set a price unit of 1000 and will have a price of 1.40 for 1000. You still can have only 500 or even 1 on stock. the calculation done if you receive your 2500 will be 2500 * 1,40 / 1000 which is of course the same as 2500 * 0,0014
    best regards,    Udo

  • Decimal Place for Percentage

    Hi,
    Where do we change the number of decimal places for percentage?  Currently it is set as 3places. (e.g. 1.234% change to 1.2345%)
    Thanks,

    Hi Shiva,
    As for the link you gave, we don't want to change the currency decimal place.  We only want to change the number of decimals shown in a percentage value. (such 1.2345% instead of 1.234%)
    Thanks,

  • Difference between Decimal places for  Quatities and Units

    Can anyone please explain the difference between the followings -
    1. Number of Decimal places for  Quantities, and
    2. Number of Decimal places for Units
    In SAP B1 2007B General Settings.

    Hi,
    The Decimal places in the general setting indicates
    Amounts:Display of row and document details
    Prices:Display for price fields in documents,item  data,price lists
    Rates:Display of decimals in currency calculation
    Quantity:Display of quantity in documents and item data
    Percent:Display used in calculation of tax amounts and discounts
    Units:Display used in units(UoM) of items.
    Also refer these note:[737880|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=0000737880]
    Hope this is helpful

  • Report for Branch wise Trail Balance & Profitability

    Hi,
    I need a report for Branch wise trail balance and Profitability. Is there any standard report in FI for that or do i need to define with Report painter functionality?
    Please advise
    BR,
    Yadayya

    Trial balance and profit and loss account can be drawn atleast at Profit center level or business place through F.01.
    As you have mentioned branch , how have you treated branch ? are they profit centers or business area ?
    Else you can very well use report painter for FAGLFLEXT and draw the details as desired .

  • Document currency (Transaction currency) wise G/L account balance report.

    Dear All,
    Is there any report available in FI for Document currency (Transaction currency) wise G/L account balance display.
    Something similar to S_ALR_87012277; which gives currency-wise balance display?
    Thank you for help.
    Regards
    Vijay

    Hi Mike
    Thank you for your quick responce.
    I don't have access to this S_PLO_........ tcode; Ours is ECC 5.0 installation.
    Is any other report available.
    Thank you
    Vijay

Maybe you are looking for

  • Lazy download and PrintServiceLookup.lookupPrintServices

    In my jnlp file all jars are with "lazy" tag, and everything works fine, but when I execute this line of code: javax.print.PrintService[] result = PrintServiceLookup.lookupPrintServices( null, null ); all of the jar are downloaded. I've opened the bu

  • Can I convert data inputted to Uppercase by using a EO/VO domain?

    I am running version 10.1.3.1.0.3984 of JDeveloper and Release 10.1.3.1.26 of JHeadStart. I am trying to mimic a feature that we used extensively in our previous tool so I'm not sure that it can be done this way, but was wondering if I can use an Ent

  • Trayer 100% CPU if transparency is enabled.

    I newly installed an arch with the latest update, xorg intel video, twm and trayer. When I start trayer in twm, the CPU usage of trayer is about 100% all the time if I use trayer --transparent true My .xinitrc is Twm Also, in xmonad, the result is th

  • JTable rendering problem in JRE 1.6.0.10 under Linux

    I've encountered a bizarre issue using JTable. I've got a 3x10 JTable of Strings, values in which I change from within the program (no user input). After every update the value in the first column gets superimposed on the top of the previous one, so

  • Re: Custom Paper Size

    Hi, Running VS 2005 I want to create a report that will be exported to Excel (not printed) once opened in Report Viewer. I have many columns so I need to have the report about 23 inches wide, but I also don't want to select a specific printer (No Pri