Problem with currency

Hi guys,
i have this code below:
write v_val curr v_curr to v_val_temp.
write v_val_temp to v_price.
im getting a dump that a " 8 000 000" can not be read as a number...
v_val = 80000.00 (type curr)
v_curr = KRW (type cuky)
v_val_temp(13) (no type)
v_price type(13) (type dec)
is there a problem?
it does not dump on others PC but it dumps on mine...
I dont know why...
I need your inputs on this..
Thanks always,
mark

Hi,
In SU3 t-code
-> Defalut-->Decimal Notation -
> Change to X and Save
--> logout ur id and Login I hope then ur problem will solve.....
Reward if usefull...
Thanks,
Durai.V

Similar Messages

  • Problem with currency  field in smart form

    hi
    friends ..
    i had problem with currency field in smartform iam printing 5 currecny
    fields after the main window .But not getting printed on right way gets printed down from the given mesaurement and i get lot of gap betwen the
    each fields for ex.
    33,260.00
    120.00
    0.00
    0.00
    0.00
    i thought the the problem is with space .so iwanted to condense it but cannot as it is currency field so move into character fields .but the user want out put in currency format like 22,60.20 if i  get the value in char variable i get 2260.20 which i dont want .
    so pls help me how to condense or shift left and print the currency field on right place.
    regards
    answers will be rewarded points.

    hi,
    this is a normal problem u can avoid this by moveing these currencu value to a character field then print the char field us ing condece... &var(C)&..
    eve if not solve the problem use the TEMPLATE node..
    Please Close this thread.. when u r problem is solved. Reward all Helpful answers
    Regards
    Naresh Reddy K

  • Problem with currency fields in alv while editing

    hi guys,
    while creating the editable fields and saving the data in database i have problem with currency(price fields),
    when iam entering 10000 it is storing as 100.00 in database but
    i want to store it as 10,000.00
    can any one help me ....
    it is urgent
    thanks..

    When populating the fieldcatalog for ur currency amount field then
    populate these additional fields with currency key and table name where this key field belongs.
             cfieldname     type slis_fieldname, " field with currency unit
             ctabname       type slis_tabname,   " and table
    May be then it will solve ur prob.
    Regards,
    Joy.

  • Problem with currency display

    Hi everybody!
    I have problem with DW8 and ASP.
    The code : <%=
    FormatCurrency((rsProducts.Fields.Item("price").Value), -1, -2, -2,
    -2) %>
    And on the page it is looks like: 867,00?.
    And it should look like $867.00
    The field in Access set to number. I am testing it localy
    (local host)
    I also tested it on different computer and it worked just
    fine. So, I am guessing that somthing wrong with settings on my
    computer.
    Does anyboby have an idea what could it be?
    Thanks!

    Hi Sachin,
    I reviewed RPA0 transaction and both users are the same properties.
    I just created a new user ZZZ with copy of YYY, executed the report painter and it shows the amounts in correct currency, this is strange.
    Thanks for your help.
    José Luis

  • Problem with currency fields

    Hi,
    My international settings are set to Turkish locale. I created a spreadsheet and defined a column as currency. Turkish currency symbol is YTL. When I want to make calculations using cells on that column, I get "+The operator "*" expects a number but the cell contains string+" error. Numbers doesn't understand that YTL is the currency symbol and prohibits any calculation. If I change the locale to U.S.A, and define the same column as currency, i can make calculations on this column. Does anyone has the same problem with different locale?
    Thanks
    Bilgehan

    Hello
    Glad to give you the ability to work flawlessly.
    I will report to Apple because the behaviour is really foolish.
    If I enter System Prefs to select Turkish as used language, the currency is displayed as
    If with this setting I enter Numbers, type 123 and apply the currency format, the cell displays
    TRY is the official ISO 4217 symbol but it's not the system setting and it is not treated as a currency symbol so the cell is treated as a string.
    If I enter the Inspector and select "livre turque (TL)"
    the cell is treated as a number.
    Funny isn't it.
    Yvan KOENIG (from FRANCE vendredi 8 février 2008 14:33:53)

  • Problem with currency translation and variable time ref. with 0FISCPER

    Hello,
    We have a problem with a currency conversion with a variable time reference (as iobject we use 0fiscper)
    We created a currency conversion for several key fig:
    Our settings:
    Exchange rate Type: EURX
    dynamic ex rate determination
    Source cur from datarecord
    Fixed Target Curr (EUR)
    Variable time ref.: End of Period
    Special Infoobject: 0fiscper
    When we run the DTP we get the following error:
    <i>Enter rate GBP / EUR rate type EURX for 00.00.0000 in the system settings.</i>
    ending the DTP in a message type X.
    In table TCURR and T009/T009B all necessary information is available.
    After debugging the function module, it looks like the created date (created from the FISCPER) is set to 00.00.0000. This results in the error above.
    Does anybody have experience with this error and more important know how to solve it?
    We also have a 0FISCYEAR available but in the TCURR table al rates are defined per end of the month. When trying to use 0FISCYEAR as InfoObject in the variable time reference, a diffrent error occurs:  Enter rate GBP / EUR rate type EURX for 01.01.1001 in the system settings. While  the 0FISCPER is 2001001.
    Is there a bug in the function module? (couldn't find a SAP note)
    We are working with BI 7.0 and SP12
    Best regards
    Steven

    Please can you give more detail on how you were able to resolve this issue?  How did you add 0fiscper to the transformation?  I am on BW 3.5, how do I fix this same issue on it?  Please help, this is urgent.

  • Problem with Currency Symbol in IR export to CVS

    I have a number of queries that have been successfully generating csv files for years and have been adapted to provide the basis for the same information to be available as an interactive report with the option to download as csv. The old scripts set the NLS settings at the outset. The Apex app sets the NLS environment in the vpd function. The apex report query is a "select * from some_view" style one that ultimately queries a remote view with several columns like this:
    select TRIM (LEADING ' ' FROM TO_CHAR(ROUND(100,2),'L9999G999G990D00')) x from dual;
    just as the were in the prior manual SQL.
    The "new" apex export to csv files contain an extra character preceding the currency symbol that is upsetting Excel on import.
    old-style hexdumps look like this:
    2c 22 a3 31 30 30 2e 30 30 22 2c
    ,"£100.00",
    new ones like this:
    2c 22 c2 a3 31 30 30 2e 30 30 22 2c
    ,"£100.00",
    Where on earth is Apex getting it into its head to add this (the on-screen report is fine!) and how can I stop it?
    Thanks in anticipation.

    hi,
    this is a normal problem u can avoid this by moveing these currencu value to a character field then print the char field us ing condece... &var(C)&..
    eve if not solve the problem use the TEMPLATE node..
    Please Close this thread.. when u r problem is solved. Reward all Helpful answers
    Regards
    Naresh Reddy K

  • Problem With Currency key

    I have created a ZTABLE- having amount field and currency/qunatity field as WAERS and tcurc as reference table.
    Created a structure where i created zwaers as field and currency and quantity fields as ZWAERS and my structure name as reference table--it worked
    Now the problem is
    When I loading into DSO- I have mapped amount to 0amount  and Zwaers to 0currency- i also had the transforations for DSO and CUbe
    When I tirgger DTP, I am unable to load the  data
    When I checked in the error stact " keyfigure <> 0 not allowd for unit" and my currency field is blank in the Cube.
    I also tried in making the currency key as constant USD which didnt worked
    Please help me out with this

    hi,
    Check the unit associated with the amount field, either it is bringing incorrect value or no value. If amount field is filled and no unit value is coming in the unit field it would give an error like yours. Assign constant to the unit field and then load.
    regards,
    Arvind,

  • Problem with currency and quantity field

    Hi,
    I have done a couple of BDC and watched that if some currency or quantity field is there and i want to run the BDC the particular currency/quantity field will not populate the value inspite of i have declared the same table field that it refers to in the screen in the internal table.
        But, if i declare a character string in the internal field having same length as the screen field it will populate at run time. Why so?
    Regards
    Sandeep

    Hi,
    Even i have experienced the same problem many a times and use a character string as a work around to solve it.
    I guess one reason for it is for the currency and quantity fields, the actual defined length and the output length are different with output length being 3 or 4 bytes greater than that of actual lenght and also the fact that these fields are always right justified. hence some bytes of the field is getting truncated which the system does not allow and discards the whole value.
    regards,
    Mahesh

  • Report Painter - Problem with Currency Display

    Hi Gurus,
    I created a Report Painter (Tx: GRR1, Library: 9P1) using Basic key figure SWKG (Currency: USD)
    When I executed the report using a user XXX, this shows amounts in correct currency: USD. However, when I executed the report using a user YYY, this shows amounts in incorrect currency.
    I reviewed SUIM transaction and compared both users and no have difference.  Next I reviewed SU01 transaction and in Parameters there were some differences, y added parameter one bye one from XXX to YYY user, I executed the report again but the error persist.
    Is there other user configuration that I can see?
    Thanks in advance.
    José Luis

    Hi Sachin,
    I reviewed RPA0 transaction and both users are the same properties.
    I just created a new user ZZZ with copy of YYY, executed the report painter and it shows the amounts in correct currency, this is strange.
    Thanks for your help.
    José Luis

  • PROBLEM WITH CURRENCY CONVERSION IN ALV

    HI..
    When iam trying to convert currency field from one currency to
    another (eg: usd to inr) iam getting error.
    iam using the fm 'convert_to_local_currency'.
    i want to display both the coloumns i.e usd,inr in the same grid.
    help me....
    thanks.

    Rk,
    Pass all these parameters.
    CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY'
          EXPORTING
    *    CLIENT                  = SY-MANDT
            date                    = p_ekko_bedat
            foreign_amount          = p_i_po_info_ntval
            foreign_currency        = p_ekko_waers
            local_currency          = r_buk-waers
    *    RATE                    = 0
            type_of_rate            = 'M'
    *    READ_TCURR              = 'X'
          IMPORTING
    *    EXCHANGE_RATE           =
    *    FOREIGN_FACTOR          =
            local_amount            = p_i_po_info_ntval
    *    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.

  • Re: Problem with currency valuation by trading partner

    Consultants,
    During currency valuation , we maintained V_FAGL_FCBAL table in sm30 that provides the ability to post valuation results by additional dimensions along with the GL account. 
    Our Client went live with 7 fields maintained for all three ledgers. Now business has a need for valuation results by trading partner (TP) which is currently not maintained. The field is RASSC for Trdaing partner.
    Adding TP to the table is not giving the results, rather the program errors out and does not post documents. The T Code used is FAGL_FC_VAL. The message that the system generates on running the above t code is" Field COBL-VBUND. does not exist in the screen SAPLKACB 0002".
    Can any one suggest of any missing link or any configuration that needs to be checked.We had checked in the document types and the trading partner is checked.
    An early response is highly appreciated.

    Hi Ranganath - Can you please let us know if you found a solution to work around this issue?
    Thanks

  • Problem with Currency Field?

    Hello Friends,
    I have a currency fields in a Screen, When it's value is null, It is showing me as SPACE. But My requirement is to display 0.00. How can I do this? Please do the favour needful.
    Thanks & Regards
    Sathish Kumar.

    Hi Satish,
    You must have declared the field as CHAR locally...
    just declare it like ..
    DATA : var type <some Currency filed from dictionary>
    This will work,
    Reward points if helpful,
    Regards,
    Tejas

  • Problem with currency field on screens

    hai gurus i am using currency field on screen , when i am trying to display 0.0 value on the screen it showing blank , how to display the value zero on the screen
    thanx in advance
    afzal

    Only solution is hard code it...
    DATA : dummy type char4 value '0.00'.
    IF currency EQ 0.
    WRITE : dummy RIGHT-JUSTIFIED.
    ENDIF.
    Message was edited by:
            Perez C
    Message was edited by:
            Perez C

  • Problem with currency format setting

    hello experts,
    i have one currency filed FDES-WRSHB = 25706515.32.
    i want this field to be converted into currency format which user have selected.
    for ex if user setting for currency in SU01 is 1,23,456.89 then this currency should be converted to 25,706,515.32.
    or if default setting is 1.23.456,78 then it should be converted to 25.706.515,32.
    please tell me how to achieve this... any FM available?
    or tell me how to read these user default setting so i can explicitly convert currency format.
    -Shweta
    Edited by: shweta chavan on Feb 6, 2009 7:19 AM

    Hi Shweta,
    I had the same issue,we dont need to do anything,the display will come automatically in the User format(specified in SU01/SU3).We dont need to use any FM or any coding.
    If u chanegd any settings in SU01/SU3 u need to re-login to see the changes,for example the setting were like 1.23.456,78 and u changed to 1,23,456.89 then it will not reflected immediately.U need to log-off and log-in again to see the changes.
    Hope this helps.
    Thanks & Regards,
    Rock.

Maybe you are looking for

  • Ipod shuffle 2nd gen. won't start

    My son has a ipod shuffle 2nd gen. and it won't play. When we plug it into the computer the orange light comes on and just stays on and the computer won't even show it as being plugged in. So when we even unplug it and try to play it,the ipod doesn't

  • How to block update for NOKIA SUITE?

    It is very bad that NOKIA SUITE does not have any checkbox to limit update or make it possible MANUALLY. How to do it as constant is update each day and I do not need. I think when I send SMS per  NOKIA SUIT it will still not store message not even i

  • How to disable/activate Triggers after/before Runtime

    Hi All, D/b having triggers say all triggers running on day 25th of every month. Is there any way so that i can disable all the triggers when it is not in use/running except on the day 25th of every month and activate it before run time. Thanks in Ad

  • Error "this moov file is damaged or unsupported"

    todd, i've been having this issue with cc14 for a few weeks now on my main system. (windows 8.1, update 1,  48gb ram, gtx 780, intel 3930k cpu) i installed cc14 within a day or two of availability and it behaved as expected. approx 3 weeks ago, i beg

  • Reading Cookies from Webdynpro ABAP

    Hi, Is it possible to read/write cookies on an end-user's machine through a Webdynpro ABAP Application? If yes, how?  OR are there any other options? Regards, Saleem