Currency format displayed differently

Hi Gurus,
I had created PO with 1,600,000 JPY currency, when I tried to check the print preview , it is appearing like 1.600.000 JPY. decimals are appearing instead of commas.
Could you please suggest why these difference is appearing in PO display and in preview..and where these settings will be doe to reflect..
Regards
Subbu

Dear,
Check : Currency field to be displayed with commas and asterisks(formatting)
Re: sap script-amount format
http://help.sap.com/saphelp_erp2004/helpdata/EN/ff/4649b1f17411d2b486006094192fe3/content.htm
Regards,
Syed Hussain.

Similar Messages

  • When I Print a Document to PDF and Save a PDF the format displays differently.

    We use PDF with Microsoft Dynamics GP. When we Print a document to PDF the format of the form is fine. When we SAVE a document to PDF the format is off. We believe we have ruled out application issues.

    We are opening the document with Adober Reader. The same Application was used for both documents.
    This image was printed from the Application to a PDF and opened in Adobe Reader.
    This is the same document from the same application, but when we SAVE to a PDF the format of the gridlines is off.

  • Currency format in the ALV display.

    Hi.
    Im trying to display values of MBEW-stprs in the ALV report
    But the problem is the format is different for different countries, for ex; Korea has no decimal places and us dollar has 2 decimals.
    how can i display the currency with respect to the country format.
    i tried to display in a Numc field it is working but SUM is not possible with this field..
    How can i display with respect to country format and how can i sum the column.
    Thanks
    SAI

    Hi,
    as Max recommended: If you have amount field, then define a currency field for that field. The fieldname in field catalog is CFIELDNAME.
    See this valuable link:
    <a href="http://help.sap.com/saphelp_47x200/helpdata/en/ff/4649b1f17411d2b486006094192fe3/content.htm">Value Display with Currency/Quantity Unit</a>
    look at this sample:
    *&      Form  alv_fieldcat_enhance
    *       Individual Enrichment of field catalog
    FORM alv_fieldcat_enhance
      CHANGING pt_alv_fieldcat TYPE slis_t_fieldcat_alv.
      FIELD-SYMBOLS:
        <alv_fieldcat> TYPE slis_fieldcat_alv.
      LOOP AT pt_alv_fieldcat ASSIGNING <alv_fieldcat>.
    * Company code currency for account postings
        IF <alv_fieldcat>-fieldname(5) = 'KBETR' OR
           <alv_fieldcat>-fieldname(5) = 'SKBTR' OR
           <alv_fieldcat>-fieldname(5) = 'DMBTR'.
    * Company code currency
          <alv_fieldcat>-cfieldname = 'BWAER'.
    * Document Currency for conditions, net value and taxes
        ELSEIF  <alv_fieldcat>-fieldname(5) = 'KWERT' OR
                <alv_fieldcat>-fieldname    = 'NETWR' OR
                <alv_fieldcat>-fieldname    = 'NPAX_MWST_AMNT'.
    * Document Currency
          <alv_fieldcat>-cfieldname = 'WAERK'.
        ENDIF." <alv_fieldcat>-fieldname(5) = 'KBETR' or
      ENDLOOP." at pt_alv_fieldcat assigning <fieldcat_alv>.
    ENDFORM.                    " alv_fieldcat_enhance
    Regards,
    Clemens

  • 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.

  • BInput Data mismatch with currency format

    i am working with fs10 transaction
    I want to sum up the balance amount with respect to all
    companycode and post SUM to the bseg table using Batch input.
    i defined sum variable as below and coded.
    data : sum like glt0-hsl01.  (currency format)
    After all SUM operation.
    I have done like this to diplay SUM in report first(to check SUM output)
    SUM = SUM * 100.
    write : sum decimals 0.
    >>>>Now in report output i get value '17,222-'
    if u see in  fs10 screen we are getting same value.
    but when i try to post in Batch input.
    i have done like this below.(before posting i have checked
    for negative value )
    if sum < 0.
    sum = sum *100.
    compute sum = abs( sum )
    now...
    perform open_group................
    perform bdc_field using 'bseg-wrbtr'  (currency format)
                                    sum.
    when i execute this BI i get error in Amount(Sum)value
    display screen. (saying something differs in length )
    how to match the field.
    ambichan.

    Hello,
    Go to the Domain of the Field BSEG-WRBTR, which is WERT7. There you see the Output length as 16. So you decalre a local variable in BDC which is of CHAR16 in length to hold the value of WRBTR.
    Hope this helps you.
    Regds, Murugesh AS

  • Formatting Variable into Currency Format INSIDE script

    Hello, 
    I was wondering if someone could give me insight on why I'm running into some problems.
    So, in my script, I'm trying to display my [decimal]$Variable into currency format ( $x.xx ) 
    By looking around online, I found two different ways;
    "{0:C2}" -f $Variable will create the appropriate output in my open shell
    $Variable.ToString("c") will also work in my shell. 
    Now my only problem is that despite numerous attempts and quadrouple checking that I typed it into the ISE properly, I can't for the life of me get it to display properly in my script. 
    I even just tried saving the output into a variable before I put it into my write-host line.
    Does anyone know what the problem is? 
    Thanks, Phil

    $TaxPayable.ToString("c") | Set-Variable -Name $TaxInCurrency 
    $TotalCost.ToString("c") | Set-Variable -Name $TotalCostInCurrency
    ##########################Display the $TaxPayable and $TotalCost to the user###################################
      Write-Host "The Tax for the Book is $TaxInCurrency, making the total cost $TotalCostInCurrency"
    This is my latest attempt to make it work. Sorry about the initial lack of information
     

  • 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

  • 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.

  • PDF file displays different number of text blocks in Acrobat Pro CC 2014 and CS6 versions

    Hi,
    I've inherited a file at work that displays different numbers of text blocks, depending on the version of Acrobat Pro used to view the file. Here's the specific issue:
    As viewed in CC 2014:
    "Chapter 1 - Chapter One Title": Appears as two text blocks -- one for "Chapter 1 - " and one for "Chapter One Title"
    As viewed in CS 6:
    "Chapter 1 - Chapter One Title": Appears as a single text block -- "Chapter 1 - Chapter One Title"
    This occurs only with regard to single-digit chapter numbers that are whole numbers. So:
    Chapter 1, Chapter 5, and Chapter 7 entries appear as two blocks in CC 2014, one block in CS6.
    Chapter 2.0, Chapter 6.1, Chapter 10, entries appear in single blocks in both CC 2014 and CS6.
    The PDF file was created -- I believe -- through the save-to-PDF feature in Word 2010.
    Any idea what's happening here?
    Thanks.
    David

    First of all, there is no such thing as Acrobat CS6 or Acrobat CC 2014. We assume you are referring to Acrobat X and Acrobat XI respectively.
    Secondly, how are you determining how many text blocks are in the PDF file? By use of the text touchup/edit function in Acrobat? If so, how this edit function displays text doesn't necessarily correspond to the actually underlying text fragments in the PDF file. In fact, sometimes it combines fragments based on heuristics. Those heuristics have varied with different version of Acrobat.
    PDF as a file format doesn't know the context of the graphical objects such as text. There is no concept of a line, a sentence, a paragraph, a column, etc. in terms of text. Runs of text are context-insensitive. You will get “breaks” when switching between regular and italics or when unusual paragraph justification is involved.
    Is the actual problem in trying to edit the text or something else?
    If you post a file, and indicate what text we should look at, we can confirm what is actually going on in your file.
              - Dov

  • 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 Symbol displays correctly locally, but not when I deploy to server

    Hi have some number fields, where I set the control hint on the view to Currency format. When I run locally, everything displays properly: $1,234.56
    But when I deploy my application to our development server, the $ is coming up as a ¤1,234.56. This happens to all my currency fields, not matter what object is displaying it.
    I've seen one other post that talks about using a numberConverter tag everytime I display the values, but I'd prefer to stick with "best practice" of using the control hints. Especially since it works fine locally, I have to think this is some sort of server side setting that I am missing. Does anyone have any idea what might be happening here?

    The ¤ symbol is a "neutral" currency symbol, it is used if no locale can be determined (no matter if you are using control hints or converters). Try setting a default local to your application on the faces-config.xml file.
    <?xml version="1.0" encoding="windows-1252"?>
    <faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee">
      <application>
        <default-render-kit-id>oracle.adf.rich</default-render-kit-id>
        <locale-config>
          <default-locale>en</default-locale>
          <supported-locale>en</supported-locale>
        </locale-config>
      </application>
    </faces-config>Hope this helps.

  • Currency Format in Crystal Report Version 10.5 (Free With Visual Studio)

    Hi ,
    We are using free version of crystal report that comes with VS2008.
    We are in the need to display the amount in the following format and we are not able to do so. Here is what we need to achieve
    10000000---- Need to display as 1,00,00,000 
    1000000---- Need to display as 10,00,000
    100000  -
    Need to display as 100,000
    10000    -
    Need to display as 10,000
    Please let us know what currency format we can use or what is the other technique to resolve this issue.

    you should be able to format as a number with thousand delimiters. right click Format - > number tab
    if not display as text
    @amount
    totext(youramountfield, 0,",")
    Ian

  • Currency format in Spreadsheet tables uses period's instead of comma's

    Xcelsius 2008 SP3.  I have inserted a spreadsheet table into my model, the columns are formatted in a currency format with $ and the thousand's separator that is displaying in the table is a period instead of a comma.  Has anybody else seen this problem?

    Hi,
    yes, I`ve had the same behavior. As a workaround, you have to change the format of the cells.
    Go into the properties of the cells:
    -> Right mouse click
    -> format cells
    -> category
    -> number
    -> change something, e.g. the number of decimal places to show
    Then you will have to map the component again to the same cells under "Display Data".
    And now, the currency information will be shown correctly.
    Regards
    Victor

  • Currency format in ExcelSheet

    Hi All..
    i am genrating my reports in Excel using :
    response.setContentType("application/vnd.ms-excel");
    and my report is also consisting of amount cloumn...
    And now the problem is,i want to get the amounts in the currency format...
    Eg :- if it is 10000 then 10,000.00
    100 then 100.00
    345.20 then 345.20..like this it shoule appear in the excel report..
    Please help me very urgent...
    And i am also trying with POI..

    Hi,
    yes, I`ve had the same behavior. As a workaround, you have to change the format of the cells.
    Go into the properties of the cells:
    -> Right mouse click
    -> format cells
    -> category
    -> number
    -> change something, e.g. the number of decimal places to show
    Then you will have to map the component again to the same cells under "Display Data".
    And now, the currency information will be shown correctly.
    Regards
    Victor

  • 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