Use custom Decimal Notation

In user master there are three default decimal notation. We want to define a new decimal notation format.
Is it possible to define a custom decimal notation format.
We changed the domain "XUDCPFM" & add one new format. New format is visible in SU01 decimal notation dropdown list. But when we assigned it to the user, output is not appeared as per mentioned format
Edited by: HP BASIS on Mar 23, 2009 12:42 PM

I had the same problem
You have to log off and log on SAP to take changes.
It works for me.
Edited by: Eduardo Luiz Nunes Ribeiro on Apr 22, 2009 3:39 PM

Similar Messages

  • Decimal Notation in SMARTFORMS to use plant default instead of user

    Hi All,
    Currently, the form is printed sometimes using user decimal notation and sometimes using plant.
    For new plant, the default is still 123.456,00.
    However, the user one is 123,456.00.
    At times, when the user tried to print invoices and etc, it will come out as 123,456.00 but at times, it comes out as 123.456,00.
    The form output should be using either plant or user.
    Where is the settings which can be changed?
    Thanks in advance for all your help.

    Hi,
    The decimal notations depend on the country settings specified in the system.
    Hence, you can override the settings by using program lines in smartforms in which you can write as below.
    SET COUNTRY 'US'. ( example taken as US ).
    So, whichever country decimal notation you want in the display you can set it like above.
    Regards,
    Ram

  • Decimal Notation in Forms as per his SAP Decimal Notation

    Hi,
    We need to display all numeric fields in the Adobe Form as per the Decimal notation of the User in his SAP user defaults.
    Also, we need to take care that the currencies have current decimal places.
    Please let us know if this is achievable in Adobe Forms. Is there a way we can set the number format of a field dynamically in Adobe.
    Any pointers in this regard is highly appreciated.....Thanks in Advance.,
    Raghavendra

    Hi Raghavendra,
    to be bale to decide in your abap-printprogram, which format to use for printing, you can read the decimals and number format from customizing (or user) and then pass into form through an additional interface parameter format_string of i.e. CHAR060.
    Place your format string in a hidden textfield on your form
    This format string can then be used in the adobe form to format the text-field using script:
    this.format.picture = your_hidden_textfield.rawValue;
    we do so for date-formats and currency-formatting we read out of the country customizing.
    regards

  • How to convert decimal notation to comma notation

    Hi Folks,
    I have an issue in converting decimal notation to comma notation for France.
    I have changed the decimal notation in SU01 from 123.4 to 123,4 but when i run some custom program written by me it is extracting output as 123.4 than 123,4.
    So i want to have the output of report to conver all numerical values(from decimal format to comma format) i.e., 123,4 format from the 123.4 format.
    Please help me in fixing this issue
    Edited by: Nishanth Kumar Reddy Chenchu on Apr 24, 2008 1:16 PM

    Hi Nishant,
    U can use the statement WRITE TO. This will write the data as per the user settings. When ever user changes his settings like decimal notations then this statement will write the data as per the current settings of the user.
    DATA: l_amount1 TYPE wrbtr VALUE '123.45',
              l_amount(16) TYPE c.
    WRITE:/1 l_amount1.
    WRITE l_amount1 TO l_amount.
    WRITE:/1 l_amount.
    Just copy paste above code in a sample program. First execute this program and note the output. Then change the user settings for decimal notations and log of from SAP(Because user settings will become active only after fresh login). Now execute ur report and see the difference. In this way u no need to change the program when ever user changes his settings.
    This thing not pnly applies for amount but also for date, time Quantity fields
    Thanks,
    Vinod

  • List of users and their decimal notation settings in SAP system

    Hi all, i'm looking to get my hands on a list of all users in our SAP system and their respective decimal notation settings? I know that these can be mass changed using SU10 however I am unable to determine how to view a list of users and their settings.
    Thanks,
    James

    Hi James,
    You can find many useful reports, in SUIM transaction to see user details, but not decimal notation field. I don't know a report to show decimal notations, but as a workaround, in order to see the decimal notation, you can check "USR01-DCPFM" by using "SE16".
    Best regards,
    Orkun Gedik

  • How to do setting of  decimal notation and arithmatic and character note

    Hi colleagues
    I do have one problem
    And the following setting tried in SAP netweaver so do not give any hint for Netweaver
    The problem is stated as follows
    in output type in Germany they use , instead of . the dot signifies point that is .
    and we use , as a seperator in means suppose we have to write 2000 we write like wise means as per our requirement whether we need to mention 2.000 or 20.00 but in germany they use comma ,
    so in output type display point the problems are increasing and they are not getting solved.
    so it is the question of compatibility
    what went wrong i am unable to understand
    is there is any significance of country specific setting of decimal notation
    or any thing need hint towards the same.

    Hi
    For your output type assign a smartform and in the smartfrom write the program that the decimals should come like , instead of . then your requirement can be fulfilled
    Also check in OY04 wheather you can maintain or not
    Regards
    Srinath

  • How to get decimal notation in 'SU01'?

    Hi guys,
    You know that when we process the currency, it needs to know what the user have set the decimal notation.
    You can run tcode 'SU01',click the tab 'default' to see it.
    So how to get the user the setting?
    Any function module ?
    Welcome any ideas.
    Thanks very much.
    --James Liu

    make use if table
    USR01
    USR01-DCPFM     XUDCPFM     CHAR     1     0     Decimal notation
    possible values:
              1.234.567,89
         X     1,234,567.89
         Y     1 234 567,89
    regards
    Prabhu

  • Issue on Decimal notation

    Hi Friends,
    Here i'm facing issue on decimal notation, which we maintained at User profile screen
    like 1.234.567,89 / 1,234,567.89
    In an report output, for a particular field, value is displaying as 1.25 - here i chose decimal notation 1.234.567,89 on my userid
    But the value is displaying as 1,25 or 1.25 based on their user profiles whatever they maintained decimal notations at their user profiles, so now i need to make this as common decimal factor to either 'comma' or 'dot' at report output irrespective of users profile...hope you understand
    Please provide me your valuable inputs.
    Thanks
    Suren

    hi,
    convert the amount before passing to the report.Pass teh amount to a char field before printing.
    use bapi to convert it to desired format:
    BAPI_CURRENCY_CONV_TO_INTERNAL
    BAPI_CURRENCY_CONV_TO_EXTERNAL

  • Convert from Comma notation to Decimal Notation, Any FM ?

    Hi Experts,
    I am looking to convert from Europe format to US format for Quantity & amount fields, I mean
    e.g. Europe:  12.3456,78 -> US: 12,3456.78
    pls. i can not use offsetting, replace, pattern, overlay, concatenate etc.
    So, pls. let me know that, Is there any SAP FM for this purpose of DECIMAL NOTATION conversion?
    thanq
    Edited by: Srinivas on Feb 22, 2008 10:48 PM

    use.
    Replace all occurances of ',' in w_value with '.'.
    Check this thread.
    REgarding converting  ','  TO  '.'

  • ME13-Difference in the decimal notation in amount in conditions

    Dear All,
    I get this issue in the conditions of ME13(PIR). The value in the database(KONP-KBETR) has 2 decimal places, whereas in the screen, decimal notation is not present. i.e., the value looks like being multiplied by 100. This is present only in one system. The other system shows the value as it is in the database. This is common for all users.
    How can I change this? Is it some screen setting? Please help.
    Thanks,
    Sumanth

    The database always stores the values with 2 decimals, but  dependend on the currency settings the SAP programs that show the values to the user (except they are using SE16)  or calculate values, or printing puchasing documents   will take care to show it in the right form.
    If you develope your own programs, then you have to take care about this by yourself.

  • Decimal notation in Smartforms

    Hi,
    We have two  smart from USD in one smart form it is showing as  14,840.50 in USD whereas for other smart forms it is showing as 14.840,50 USD.and both the invoices has been raised for the same customer whose country is belgium and currency is USD.
    As far as i know decimal notation done in User id in SU01 default tab and country specific also we do decimal notation.
    At present we have 1.234,56 decimal notation for Belgium in country setting and 1,234.56 in user id setting.If i changed country setting to 1,234.56 thn it shows value as 14,840.50 in the second smartform also which is our requirement.But why there is a different presentation of decimal notation?On what basis decimal notation happens in SMARTFORMS.
    Regards,
    SATYA

    Hi Satya,
    You might want to check the language of the smartforms, the translations and the restricted language control in the form attributes.
    hope it helps,
    Edgar

  • Default decimal notation in user profile

    Dear All,
    Is there any way by which we can ignore decimal notation saved in user profile.
    I need to set the decimal notation 1,234,567.89 irrelevant of user profile setting. If user has saved any other optios for decimal notation in user profile then also i need to set the decimal notation as 1,234,567.89.
    Thanks a adv.

    Hello
    So, for this I have created in OY01 three countries:
    Z1 with decimal notation 1.234.567,89
    Z2 with decimal notation 1,234,567.89
    Z3 with decimal notation 1 234 567,89
    When I need to use in report some decimal notation I set particular country:
    set country 'Z1'. " output will be in format 1.234.567,89
    " or
    set country 'Z2'. " output will be in format 1,234,567.89
    " or
    set country 'Z3'. " output will be in format 1 234 567,89

  • Decimal Notation settings

    Dear Community,
    I would like to know if is it possible use on SAP  the " . " key of the numeric keyboard as a " , " symbol like we use on MS Excel by regional settings done on Control Panel of windows OS. In excel If I press the " . " on numeric keyboard we get  a " , " by regional settings as I said.
    I have set my User profile / own data / Decimal Notation with 1.234.567,89 but doesn't work.  Also, our "Country global parameter" (OY01) decimal foramt, is set as 1.234.567,89
    The regional settings on Windows OS is set for decimal notation as 1.234.567,89  but SAP always get the " . " key of the numeric keyboard as a ". " not like the desired " , ".
    Could anybody help me with this?
    Regards
    Scottie

    Hi Nils,
    Thanks for your reply. I have checked on Control Panel / Regional Settings / Regional options / customize your own format is set with our language (country), so number notation is: 123.456.789,00.
    On MS Excel I can check this settings is working OK, so on numeric keyboard part, if I push the "." key, on Excel we get an "," symbol instead "." so regional settings is working ok ouside SAP.
    On SAP, on menu System / User Profile / Own Data / Default sheet / Logon Language and Decimal notation is set like 1.234.567,89  ,as Control Panel on Windows OS but when I push on numeric keyboard part the "." key we get the same symbol "." instead desired ",".
    We are using SAPGUI 720 patch 6 but we have tested with SAPGUI 710 patch 19 with same wrong result.
    If I change as you told me on SAPGUI the decimal notation to 1,234,567.89 works ok because get the "." as decimal format, but we need to use "," symbol.
    What could be the reason for this?
    Thanks in advance
    Regards
    Scottie

  • Decimal notation for ESS

    Dear Expert,
    We are on ECC6 with EP7. When my user try to apply leave on the portal, the system show 1,00 day. Anyone knows how to change it to 1.00?  My users prefer to use dot instead of comma to separate the decimal.
    I have check on SU01 and the decimal notation shows correctly. However it just does not work in portal.
    Can someone help?
    Thanks
    Regards,
    Bryan

    Hi Brian,
    have you checked the language of the user? Notations and date formats are governed by the language on the user. If the language is not set in the backend, it will pick the default locale on the portal or the browser language.
    Cheers,
    Dion

  • Decimal notation

    Hi..
    i am doing decimal notation using su3 for each user.
    can anyone help me how to set the same for all the user at one glance ?
    Regards,
    Chintan.

    Dear Chintan,
    SU10 is the answer for your question, just select all the users in one go and change the decimal notation.
    I have done this before.
    Regards
    Siv

Maybe you are looking for