Incorrect currency format in ESS

Hi,
I am finding an issue in ESS / MSS for currencies with decimal places other than 2.
We have the number of decimal places for currency key AUD maintained as 5 in table TCURX.
But in portal the amount always appears as 2 decimal places, and hence the value is incorrect.
For example the amount 1.00000 in ECC becomes 1,000.00 in Portal and vice versa.
Kindly suggest how to overcome this problem/
Regards,
Ahana

Hi Ahana,
Looks like in TCURX there is no entry for AUD, if there is no entry then SAP will treat it as Decimal 2 by default. Portal also it would get a default which would be 2 decimal places.
As you changed in its value in TCURX, you might have to do similar change even on portal BUT in portal you have to make the change in jar file (  com.sap.dictionary.runtime.mod_api.jar ) and when ever system is upgraded etc your changes will get reverted and you might have to reapply ur changes. Yes its bit head ace.
If possible better to leave it as is in TCURX i.e. let it get default 2 decimal places.
Regards
Yugandhar Reddy

Similar Messages

  • Incorrect currency format in Spreadsheet output of ALV

    Hi all,
    Suddenly, in all my ALV reports, when we click the menu List->Export->Spreadsheet, all the currency fields are displayed in incorrect format (like 1234:0000000000000000) with colon instead of dot(.) and with around 16 decimal places.
    Except currrency fields, all other types are displayed correctly.
    But the output format comes correctly in ALV output and also if i use Export->local file.
    This is the case even for all standard as well as custom reports.
    I am using ECC 6.0 and MS Office 2007
    Can anybody please guide me on this
    Regards,
    Anbarasan K
    Edited by: Anbarasan K on Jul 7, 2008 5:49 AM

    Hi,
    I am facing the same problem.
    can you provide me the solution which you have found?
    Looking forward for your immediate reply.
    Thanks in advance,
    Deepa Kulkarni

  • Af:convertNumber : currency format is incorrect

    hi
    Using JDeveloper 11.1.1.2.0 I created this example application to illustrate some behaviour of the af:convertNumber component:
    http://www.consideringred.com/files/oracle/2010/CurrencyCodeApp-v0.01.zip
    The browseEmpSal.jspx has af:convertNumber component for currency like this:
    <af:convertNumber groupingUsed="false"
              pattern="#{bindings.Sal.format}"
              type="currency" currencyCode="#{backing_browseEmpSal.currencyCodeToUse}"/>Please consider this scenario:
    - (sc1-a) in JDeveloper stop the IntegratedWeblogicServer (if it is running)
    - (sc1-b) run the browseEmpSal.jspx
    - (sc1-c) on the page, notice the value "user.language = nl, user.region = BE"
    - (sc1-d) click the Next button, which navigates to the next row without a problem, see also CurrencyCodeApp-nl-BE.png
    - (sc1-e) in JDeveloper stop the IntegratedWeblogicServer
    - (sc1-f) in the Default Run Configuration of the ViewController project change the Java options from "-Duser.language=nl -Duser.region=BE" to "-Duser.language=en -Duser.region=US" to simulate running this application in a different environment (on a different server)
    - (sc1-g) run the browseEmpSal.jspx again
    - (sc1-h) on the page, notice the value "user.language = en, user.region = US"
    - (sc1-i) click the Next button, which results in an Error dialog that says "The currency format is incorrect" and suggesting to use a dollar sign, see also CurrencyCodeApp-en-US.png
    question
    - (q1) How can the example application in CurrencyCodeApp-v0.01.zip be modified to behave consistently, regardless the server system properties user.language and user.region ?
    many thanks
    Jan Vervecken

    hi
    About question (q1), it looks like configuring the locale property on the af:convertNumber component already makes a difference:
    <af:convertNumber groupingUsed="false"
              pattern="#{bindings.Sal.format}"
              type="currency" currencyCode="#{backing_browseEmpSal.currencyCodeToUse}"
              locale="#{backing_browseEmpSal.localeToUse}"/>See the modified application at http://www.consideringred.com/files/oracle/2010/CurrencyCodeApp-v0.02.zip
    question
    - (q2) Is it required to configure both the currencyCode and locale properties on an af:convertNumber component to have consistent behaviour, regardless the server system properties user.language and user.region ?
    regards
    Jan Vervecken

  • Incorrect currency in R/3 after change

    Hi all.
    SRM 4.0, server 5.0, extended classic scenario.
    I have a situation where a currency and price change in SRM should be transfered to R/3 - the price itself is transfered fine, but the currency is not changed in the R/3.
    Example.
    PO is created with 1 item in SRM:
    10 USD
    In R/3 it is also 10 USD.
    Now in SRM I change it to 5 EUR instead.
    In R/3 it is now 5 USD.
    I have tried searching for notes, but they only seem to relate to incomplete prices and not currencies - here the price update is fine, but the currency remains the same.
    Any suggestions?
    Thanks.
    DM

    Hi
    Which SRM version / Scenario are you using ?
    Are you using any BADI Implementations ? Check using SE19 Transaction (name starting with Y or Z).. Take help of ABAP resourcein this case.
    <u>Also, Please try the following SAP OSS Notes, which will definitely help -></u>
    Note 1000725 - Incorrect Currency Conversion for PO created from SC- ECS
    Note 970992 - Purchase order currency overwritten by partner dflt currency.
    Note 530618 - Incorrect conversion to vendor currency in purchase order
    Note 970839 - Incorrect price in R/3 if currency & price is changed in SRM
    <b>Related links -></b>
    Re: PO Dates in US/EURO format mismatch
    PO in R/3 to take SC currency?
    Currency configuration in classical scenario
    Currency  USD differs from Purchase order currency EUR. Enter in PO currenc
    Local PO is created in vendor currency in ECS scenario
    problem when using EUR in FM CONVERT_TO_LOCAL_CURRENCY
    Local PO is created in vendor currency in ECS scenario
    Do let me know.
    Regards
    - Atul

  • Handling Currency Formats in WebDynpro

    Hi,
    We have a scenario where we have to display different currencies in their own format.
    The input structure is copied from a model node. The attribute is a simple type coming from the backend . When user enters the value ,an event is raised and some RFC s are called.
    Finally, the input which the user is entered is formatted correctly based on the currency he has chosen.
    When we debug, the node does not have the value in the proper format which is displayed. Its not a calculated attribute too.
    So how is currency formatting handled for different currencies... in webdynpro ?
    Here setR3NormalizingFormattingAttribute is used for the attribute. Does this handle this formatting ?
    How is backend setting of currency formats in TCURX handled ?
    Any idea on currency handling in WebDynpro would help.
    Regards
    Bharathwaj

    Hi Stefanie,
    Thank you. Here they are using currency normalized  by calling
    setR3NormalizingFormattingService(true)
    This , I guess handles the formatting. But when i try to access the value from the node attribute  it's giving an incorrect value.. This is quite surprising .. If
    If the currency specification is to correspond to the ERP system, will the attribute itself have a proper formatted value form R3 .Or is it that , we need some other handle to get the formatted value. ?
    Was i clear about  what the scenario is ?
    Regards
    Bharathwaj

  • In Scripts how to print the values in currence format

    Dear abap guru's,
    I am working on Purchase Order Script, copy from the standard script, after that wrote a one perform , in that added one new field to script, but value is printed like this formate : 1000.00, but i want to print 1,000.00 like this currence format. let me know the any solution
    thanks to all
    raj.

    Hi ,
    When you are populating the value in perform instead of assigning the value (using = ) pass it using WRITE TO.
    Like :  WRITE lw_total TO output-value.
    Declare lw_total as currency field.
    Regards,
    Rajitha.

  • PZ11 - REM Statement in HTML format in ESS

    Hi
    Can we display the Remuneration statement in HTML format instead of the PDF format in ESS? If yes, how do we do that ?
    Currently our system is converting the smart_form to PDF and displaying in the PDF through PZ11 transaction.
    Thanks

    Hi VAB
    You need to call BAPI  BAPI_GET_PAYSLIP_HTML (FM) to meet your business requirement.
    The conversion from ABAP-listobject to HTML will be done via function module WWW_HTML_FROM_LISTOBJECT
    Also please notice: Note 425548 says that we must "adapt our list" so that it's layout is
    similar to an HTML table. The ESS documentation for renumeration statement says that if we change the form we must also change the HTML templates. The HTML appears to be generated from the form by a "converter routine". Documentation refers to templates HR_PAY_PAYSLIP and HR_PAY_PAYSLIP_PAGE for building the renumeration statement. using SMW0 to see them.
    Regards,
    Jun

  • Currency format in LAC

    Hi,
    We are working with LAC, and we have an issue.
    When we create an auction in SRM the currency format for the start price and the others is 1,234,567.89 (this is correct for us), but when we execute the applet (LAC) the format change 1.234.567,89
    The user in SRM has the correct format 1,234,567.89 then, Why in the applet the format is different????
    How can we change the format????
    We are working with EP then, we execute the transaction  bbp_auction since a Portal iview. Our single sign On between LAC and Portal was configurated, then we guess, we need to change the currency or number format in the Portal User, Is that correct?????
    What user do we need to change (currency format)????   SRM user????  Portal user???? LAC user????
    Thanks

    Hi Claudia,
    Check the following note :
    Note 666849 - Running LAC in non-US locales
    This may help you.
    Thanks,
    Pradeep.

  • When opening .doc from website link, FF appends .docx extention to file & does not open in Word 2010, with incorrect file format error. Pls Help

    I'm using Firefox v12 to open a hyperlink from a website that points to a filename.doc MS Word Document for download.
    We are then asked to open the file with MS Word (Default), which our installed version is MS Word 2010.
    Firefox then renames the file appending a .docx to the filename e.g filename.doc.docx. MS Word 2010 opens with error 'incorrect file format', which is correct as Firefox has renamed it.
    Is there a fix or workaround for this?

    Hello Jscher2000,
    I can save the file and it opens fine.
    It's when I open it directly, Firefox appends the 'docx' extenstion to the filename.
    If I continue to reopen from the web link, Firefox renames the file as so
    mydoc.doc-1.docx
    mydoc.doc-2.docx
    mydoc.doc-3.docx
    I can open a .doc from a Microsoft site ok.
    I have the feeling it's the way the web server is reporting the mime type to Firefox.
    The link in question works fine in Internet Explorer.
    best regards,
    Youngielinux.

  • Help needed to display character vaiable in currency format

    Hi Friends
    In a SAP Script I am passing a currency field to the subroutine as an i/p parameter and since it gets converted to character format in subroutine because of 'itcsy' , ihave deleted the trailing zeroes and decimal points from the field and performed calculations on the field, now i need to pass this char field back to SAP script but i need to display that field in currency format with commas and decimal points in the script...how do i do that???
    Thanks
    Vishal.

    Hi Vishal,
    When you pass the currency amount into the perform, no need to remove the trailing zeros and the decimal point.
    Only thing you need to remove is the comma seperator as it gives a runtime error during calculation.
    To convert it back to the format with comma, write the below command:
    WRITE v_Item_total currency '2' to v_item_char.
    CONDENSE v_item_char.
    Here v_item_total is a number which is converted to comma seperated number and passed to char variable.
    This char variable is then passed to the SCRIPT.
    regards,
    Gaurav.

  • How to use currency format set

    Hi All,
    I have to use currency format set to mask the amount values to their respective currencies ,
    i reviewed the Oracle XML Publisher Administration and Developer's Guide and followed all the steps mentioned there ,i m also quoting the same over here
    To define a Currency Format Set:
    1. Navigate to the Currencies page under the Administration tab. Select Create
    Currency Format Set.
    2. Enter a Name and a Code for the set. The Code is a unique identifier and cannot be
    changed later. Select Apply.
    3. The Currency Formats page will display for your newly created set.
    To add currency formats to the Currency Format Set:
    1. Select Add Currency Format to add a format to your set.
    2. Select a Currency Name from the list.
    Note: This list is generated from the FND currency table and
    should include all ISO currencies. Additional currencies can be
    added from the System Administrator responsibility.
    3. Enter the Format Mask you wish to use for this currency and select Apply.
    The Format Mask must be in the Oracle number format. The Oracle number format
    uses the components "9", "0", "D", and "G" to compose the format, for example:
    9G999D00 where
    9 represents a displayed number only if present in data
    G represents the group separator
    D represents the decimal separator
    0 represents an explicitly displayed number regardless of incoming data
    See Using the Oracle Format Mask, Oracle XML Publisher Report Designer's Guide for
    more information about these format mask components.
    After a currency format has been created, you can update or delete it from the Currency
    Formats page.
    i followed all the above step ,i need to use germany currency ,i have also used the format-currency command in my RTF template,but still its not working ,i used 9G999D00 for masking .
    Any hint would be very helpful ,thanks in advance .Please let me know if my question is not clear
    Thanks
    Pratap

    hi all
    Thanks ,this is resolved ,i just missed clearing cache ,after clearing the cache its working .
    thanks
    Pratap

  • Currency format combined with if else issue

    Hi all,
    Basically, I need to get the value from if else statement, then use currency format to format the currency according to their currency code.
    the following is my if else statement to show the A.PAY_PROMISE_AMT or A.PROMISE_AMT
    <?xdofx:if A.PAY_PROMISE_AMT <> 0 then
    A.PAY_PROMISE_AMT
    else
    A.PROMISE_AMT
    end if?>
    <?format-currency:value_*[this value I want to use is the value from the above if else statement];*currencycode; ‘false’?>
    could anyone help me to combine those two statement to get the result I want?
    Thanks in advance

    >
    I tried your solution, but I got some error.
    >
    some?
    try change
    <>to
    !=in my sample
    what if you try IF without xdofx?
    what will be result?
    say
    <?if:A.PAY_PROMISE_AMT!=0?> <?xdoxslt:set_variable($_XDOCTX, 'LVar', A.PAY_PROMISE_AMT)?> <?end if?>
    <?if:A.PAY_PROMISE_AMT=0?> <?xdoxslt:set_variable($_XDOCTX, 'LVar', A.PROMISE_AMT)?> <?end if?>
    <?format-currency: xdoxslt:get_variable($_XDOCTX, 'LVar');CURRENCY;'true'?>plz see
    Working with xdofx:if and xdoxslt variable error

  • Why the currency format in numbers is very limited into few countries???  I think this is a must have in next update of numbers ..

    I was doing a spread sheet for a business proposal to my colleague in Philippines, was very disappointed to know that the currency format in Numbers for Mac is very limited to few countries only...

    As Badunit suggests, in Numbers 2.3 you can turn on the preference that shows the full currency list.
    Put a value in a cell and then choose Philippine Peso.  Save the document.  Open the document in Numbers 3.0 (if that is what you are working with) and you will still have access to that currency.
    You might go to Numbers > Provide Numbers Feedback to let Apple know you need the option to use more currencies in Numbers 3.
    SG

  • Date format in ESS/MSS

    Hi,
    Where do we set the date format in ESS/MSS??

    Hi,
    Please refer to this thread.
    date format in ESS
    Hope this helps.
    Cheers,
    Sandeep Tudumu

  • Date format in ESS

    Hi Portal Gurus
    I have a requirement of changing the portal date format in ESS screens and other km documents modified date. Now it is in mm/dd/yyyy format  and should be in the dd/mm/yyyy format.
    already in  su01 user-profile date format is in dd/mm/yyyy
    Thanks
    Prasad

    The date format is calculated using country and language settings.
    Check SAP Notes 947081 and 1164528 which deal with this topic.
    If you use an R/3 based store (UME User Management Engine) in the backend system to keep your user data please ensure that you have not only maintained the language setting but also the country setting. Both in combination determine the NetWeaver Web Dynpro locale and in consequence the calendar date format that is used, e.g. DD/MM/YYYY for Australian English and MM/DD/YYYY for USA English.
    Thanks,
    Shanti

Maybe you are looking for

  • How to print 'booklet' on Officejet 4500 Wireless?

    The office I work in has just bought a new Officejet 4500 Wireless, but we are unsure how to print a booklet. With our old printer, the option came up once you hit print, but now it doesn't. Does anyone know how to print a booklet on this type of pri

  • Changed Video Preview "Error Compiling Movie" "Unknown Error"

    Hi All, I am running 10.8.3 OSX 2x2.8 GHz Quad-Core Intel Xeon 16gb 800 MHz DDR2 FB-DIMM NVIDIA GeForce 8800 GT 512 MB AE CS6 11.0.2.11 PP CS6 6.0.2 So I have 2 dynamic link AE comps in my premiere sequence just with some blur transitions & simple an

  • I try to conect and the iphone show a mesage: macbook pro is not supported

    hi there, i'd try to conect my Iphone 4 to my MacBook pro without success, i try also with my car Ford either working, iphone is new, the old one work perfectly i reset the iphone, nothing happend please help me

  • Problem While checkin in NWDI  adding TableSorter.java class in src of DC

    Hi I have added TableSorter.java class in Source folder of One Develop Component and implemented the code to sort the table.It is working fine Locally.     While I am trying to checkin in NWDI it is throwing error messages like location: package test

  • Preview 5 failing

    I just upgraded from Mac OS X 10.4 to 10.6, and it feels like Preview has lost some capabilities. I have a lot of PDFs and spend a lot of time searching within them. In Preview 5: (1) I can no longer view the Table of Contents (PDF bookmarks) in many