PO print preview displays incorrect setting in decimal places

Dear Experts
Please help me on the following condition.
I have a problem in print preview of a PO. It displays the incorrect setting for decimal place in currency.
It shows USD 1.404,00 whereby the amount should be USD 1,404.00
This only happens to a certain vendor that is doing PO for the first time from that country
Example:
I'm creating a PO for vendor 123. Vendor 123 is located in country A. No PO has been created for any
vendor in country A before. When I saved my PO, in print preview, the decimal setting is not correct.
But when I'm creating another PO, for vendor 234. Vendor 234 is located in country B. There have been
several POs created for vendors in country B before. When I saved my PO, in print preview, the decimal
setting is correct.
Both vendor 123 and vendor 234 is using currency of USD.
Is there any other setting with the vendor master in regard with the currency decimal setting for each
country for the vendor? Or something that I've missed out?
Diagnosis:
I've checked with the user profiles->default-> decimal notation. It displays 1,234,567.89 correctly
I've also run OY04, but the decimal setting is correct.
Thank you
Regards
Syukri

this has nothing to do with print preview, it is just basic country setting (OY01) how a quantity and value is written on a PO to a vendor is country xyz.
German uses to comma to seperate decimals, while USA uses the point to seperate decimals
this would be the German version 1.404,00, and this the US version:: 1,404.00
so if an American sends a PO to a German vendor, then the document will show 1.404,00 so that the German can understand that he wants 1404. (and not 1000 times less)

Similar Messages

  • BEx Analyzer displays wrong number of decimal places after implementing BW patch

    Hey folks,
    we patched our BW 7.31 from PL10 to PL15 last weekend and now we got some issue with the number of decimal places shown in BEx Analyzer 7.x.
    One example for KF X
    Settings Info Object X
    Decimal Places:                         Not defined
    RSRT - Display X
    Shows 3 decimal places
    Query Designer Settings using KF X
    Number of Descimal Places:     0  [Use Default Settings: NO]
    BEx Analyzer Properties for KF X
    Decimal Places:                         0
    Resulting in BEx Analyzer workbook shows 3 decimal places instead of 0!
    Anyone with an good idea about that?
    Thanks,
    Andreas

    Hi Andreas,
    Have you used the list calulation like "Calculate Result As Average" or "Calculate Single Values as normalization of result" in the relevant key figures?
    For "Calculate Single Values as normalization of result",iIt is the known design that it is always displayed with three decimal places for normalized values, and the setting in Query Designer for
    decimal place doesn't take effect.
    For "Calculate Result As Average", the following note maybe relevant.
    2096911 - Decimal places in query result is wrong, if average is used and display precision is set to less than 3, it will always show 3 decimal places.
    Another clue is to check if the key figure is a Quantity type with unit, and what's defined in table
    T006 field ANDEC for this unit.
    Hope this helpful.
    Regards,
    Ceciclia

  • Without to change the setting.how to set the decimal place to 7 for an UDF.

    Without to change the setting, how to set the decimal place to 7 for an UDF?

    Hi
    Once you create a UDF it will automatically be binded to the data source of data type that you gave at the time of creating UDF.
    So i think you can not set the decimal places without changing the setting in display parameters.
    i am not sure whether it will work or not one thing you can try is that create it as a alphanumeric data type and convert your decimal value to sting and then assign it to UDF,While retrieving for any manipulation you convert it as decimal.
    Hope it helps you
    Regards
    Vishnu

  • How to set  two decimal places in currency inr

    hi,
    i want to set two decimal places for my co.code currencu inr.  In t-code oy04 there is no 2 decimal places. Please tell me how set decimal places so that amount in account balances should be in two decimal places.
    thanks
    amol

    Hello,
    If your currency code entry isn't in OY04 customizing step, your currency code has 2 decimal place automaticly. If you want to define a special decimal place without "2", you must define it in OY04.
    Regards,
    Burak

  • Me23n Print preview display problem for specific o/p type

    Hello gurus,
    A small problem..
    I have modified the Smartform for a specific o/p type in PO and the moved to PRD
    when seeing the Print preview in me23n the Smartform is not being displayed in PRD....
    all other setting in ->messages, further data in me22n are same as for other o/p types..
    The poblem is only for this o/p type POs all other o/p types the print-preview is displaying the form..
    suggestions required...
    thnks in advance

    sorry dev...
    hi srikar
    i think  there is a missing of cluster table ..
    check the t-code se09
    go to the customizing release  request .
    there is a ur updated nace release request number.
    expand that request number .
    see there is an another request number.
    again expand it.
    check whether there is a view cluster maintenance data or not?
    if it is present.
    expand it there u see the cluster table.
    else.
    u mistaked in nace transport.
    regards
    surender
    Edited by: surender on Feb 5, 2009 12:18 PM

  • Text in samrtforms when print preview display as ####

    Dear friends,
    I have got the problem about smartforms, I have created my own smartform with original language ‘TH’ and created the text node with Thai and English including Numeric Character. But when I executed the form to print preview, any texts cannot be read, its display as ###### neither I logon with TH nor EN Language. Please advise.
    Ps. any texts in text node when seeing in smartforms can be read normally, it got the problem when print preview.
    More information of my smartforms:
    1. Language Attributes: Original is TH, Translate to all language, do not tick any checkboxes of Access area.
    2. SAP version is ECC 5.0, Basis and ABAP Support Package is 014 Release 640, Application Support Package is 008 Release 500.
    3. Kernel Release 640 Patch Level 101, Oracle 8.1.7, DBSL version 640, Patch Level 101.
    4. OS Windows 2000 Service Pack 4
    Thank you in advances,
    SeMs

    Hi!
    Which printer do you use?
    Check in the transaction spad which printer and printerdriver you use. Dobbleclick on the printerdriver and check which codepade is assigned.
    I think it has to be one of the following codepages:
    8600     Thai Codepage ISO988/2533
    8604     Microsoft Windows 874 for Thai
    8611     Thai Printer Codepage 1 (EPSON ESC/P2)
    8616     Printer HPLJIIID (Thai)
    8617     Thai Postscript printing
    8634     Thai Printer codepage (THSAPWIN)
    Pleas try this.
    BR
    Silvio Hey

  • Displaying results with a decimal place of two. Forcing decimal place.

    Hi there,
    Im writing a simple calculation device.
    You input one digit and press one of two buttons to multiply it by a certain number and then the result is displayed. The result is displyed hiding the result of the button you didn't press and visa versa.
    I am having a problem displaying the result with a constant two decimal place.
    I am using strings and thus don't know how to do this.
    Here is my code:
    import flash.events.MouseEvent;
    //restrict the input textfield to only numbers
    txtinput.restrict = "0-9";
    //restrict the input textfield to only two characters
    txtinput.maxChars = 6;
    // event listeners
    btnW.addEventListener(MouseEvent.CLICK, WHandler);
    btnC.addEventListener(MouseEvent.CLICK, CHandler);
    btnW.addEventListener(MouseEvent.CLICK, hideC);
    btnC.addEventListener(MouseEvent.CLICK, hideW);
    //functions
    function WHandler (e:MouseEvent):void
              //white calculation
              var answerW:Number = Number(txtinput.text) * Number(0.90);
              txtWResult.text = answerW.toString();
    function CHandler (e:MouseEvent):void
              //colour calculation
              var answerC:Number = Number(txtinput.text) * Number(0.99);
              txtCResult.text = answerC.toString();
    function hideC (e:MouseEvent):void
              //Hide colour result
              txtCResult.visible = false;
              txtWResult.visible = true;
    function hideW (e:MouseEvent):void
              //Hide white result
              txtWResult.visible = false;
              txtCResult.visible = true;
    After having a look online I have found these two resources:
    http://helpx.adobe.com/flash/kb/rounding-specific-decimal-places-flash.html
    and
    http://stackoverflow.com/questions/11469321/decimals-to-one-decimal-place-in-as3
    But I am confused when combining these techniques with strings.
    Any help would be greatly appreciated,
    Thanks in advance
    Mr B

    Use the toFixed() method of the Number class instead of the toString() method.  The result of it is a String with the number of decimal places you specify.
              var answerW:Number = Number(txtinput.text) * Number(0.90);
              txtWResult.text = answerW.toFixed(2);
              var answerC:Number = Number(txtinput.text) * Number(0.99);
              txtCResult.text = answerC.toFixed(2);

  • I need help with setting 2 decimal places

    I am using netbeans to create a GUI. My math works I need help formatting the result to 2 decimal places.
    Thanks for any help.
    This is part of my code..
    private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {                                        
    // Regular button
    double RegularPrice = 3.09;
    double num1, result;
    num1 = Float.parseFloat(jTextField1.getText());
    result=RegularPrice * num1;
    jLabel2.setText(String.valueOf(result));
    }

    http://java.sun.com/j2se/1.5.0/docs/api/java/text/DecimalFormat.html

  • Displaying Currency with three decimal places in smartform

    hi abap experts~~
    I'm wondering that how to convert numeric type to currency type.
    for example below.
    ex) 2346.856 --> 2.346,856
    please help me to solve the problem..
    Regards,
    Himanshu

    Hi Himanshu,
    This depends on the SU3 settings of ur system. GO to
    tcode SU3>Defaults->decimal notation..
    There change to ur desired type and relogin.
    The format will change...

  • How can I remove print margins when manually setting them to zero doesn't work?

    I'm trying to print a web page that I've created with a custom paper size of 4.5x10.25 inches. I want the page to be printed right to the edge of the paper, with no margins at all.
    I've been reading for a few days and the best thing I can find is to use Mac's Page Setup dialog to create a custom paper size and custom margins, which I've done and set to the default for all of my printers. (Hopefully I'm able to post links to images --> http://i.imgur.com/kVbOZLk.png). No matter what I do though I can't get the margins to go away. There's always always always a .75 inch margin when I print and when I print preview (Again, hoping I can post links to images --> http://i.imgur.com/cxlVS8o.png). Just to note: The same thing happens printing other websites and documents (i.e it is not a problem with my website).
    Things I've tried:
    I've read that the margins are only visible in print preview and printing the page will remove them. This didn't work.
    I've tried tricking the system by setting my margins to 0.01 inches
    I've tried adjusting the website to not be exactly the size of the page (I made it smaller) and the margins were still there.
    I've set "print.print_extra_margin" to 0 in Firefox's about:config page.
    I've tried a different printer.
    I've tried a co-worker's machine running a newer version of OSX.
    I've made absolutely sure that my page size it set correctly.
    I'm using OSX 10.6.8 with Firefox v21.0.
    The closest I can come to this is using Google Chrome, where there is a specific option for "none" in margins and the Chrome preview looks okay, but I'm not able to specify paper size unless I click "Print using system dialog" which gives me the same problems as above.
    How do I remove the margins and just fit to the exact size of the page?

    Welcome to Apple Support Communities. We're all users here.
    Does your Print dialog offer photo 'borderless printing' settings for various paper sizes?
    Every photo printer I've ever encountered leaves some unprintable margin, unless 'borderless' and/or 'photo' media are specifically selected.
    On many of the Canon inkjet color printers I've used, borderless printing is only available when one of the photo papers is selected, even when a custom size specified that is smaller than the actual paper, trying to make it 'borderless'
    I stitch together and print panoramas of theatre sets for my local community theater, so I end up with an image about 4.5 inches by 11.5 inches to be printed.
    Selecting a photo and opening in Preview and selecting 'Fill Entire Paper' illustrates the standard unprintable borders for my specific printer.
    When I open the panoramic image in Preview, I get this print preview. (The set image is of course rotated left)
    By selecting Letter and Borderless in the Paper Size dialog for my Canon MG5320 printer, I get this result.
    This particular Canon printer of course does NOT actually 'know' what paper is inserted, but the ink is applied assuming that a photo paper is being used, so it will saturate a standard paper.
    Hope this helps!
    Message was edited by: kostby

  • Print Preview in InDesign?

    Sorry, I thought this would be simple to find by searching, but it appears that each page with an answer on it has Print Preview at the bottom, so I'm getting a huge number of unrelated hits!  I'm converting publications from Ventura Publisher 10 to InDesign CS4 on Windows XP. I'm used to using Print Preview in Ventura to view the placement of the page within the paper size and confirm everything is the way I want it before printing. I'm not needing to view color separations.
    For example, my page size for the printed publication is smaller than 8-1/2 x 11, but I'm also printing a postscript file to an 8-1/2 x 11 page size, then distilling a pdf version that is converted to a fax tiff image and transmitted by our fax service bureau to our subscribers. When I do this, I need to determine an exact percentage enlargement that will bring the content as close to the margins as possible, since the fax adds a header and shrinks it back down. In Ventura, I can open print preview and tweak it, seeing in real time how my changes will print, quickly tweaking to bring images or text that are cut off back onto the page by changing the scaling or position of the content on the printed page size. I can't see a way to do that in InDesign. It's taking a lot more time since I can't eyeball it first before printing to file and making the pdf to test the change.
    Am I just not getting how to do this? I see the Preview Window under print, but it isn't showing me the exact placement of the elements on the page, so I can see what's getting cut off and where, just the overall size of the enlarged area.
    Thanks -- Nancy

    I'm sorry, I think I have not been very clear. This document has two purposes. I have a page setup to be printed on a press. It's not 8-1/2 x 11, because it has to be setup smaller for the press. It is perfect for that purpose. To get a file I can feed to my fax broadcast system, I just need a postscript print file, the same file, that is now printed to a media size of 8-1/2 x 11, as large as possible to fill the space, with slightly different settings as to position on page, grayscale instead of color, etc.  I am trying to avoid creating a separate document, or making changes to this document, because it isn't really necessary. This document is perfect for its purpose of creating the printed page; I just need a print file of it that's scaled a little larger to fit an 8-1/2 x 11 page so I can now run it through my fax system.
    The final output is not the problem. I can find the correct scale and position and fix it in the Print Preset and I am done forever. My frustration is that to find the correct settings in InDesign, during this testing phase, I have to keep printing, creating the pdf, to just see what if changing the scaling by 1% will now move, for example, the page number back on the page so it will be in the pdf for the fax. In Ventura, I would hit print preview, use a hand to move the page on the media until it was in position, and set it up in print setup so it could be attached to a script and print the same way each time. But I could see it visually prior to printing, and that's all I was trying to do in InDesign.
    It's true I'm having to move my creaky brain a new direction, and I'll look at your suggestions again. Thank you both for reading and responding to my original message. From your responses, I take it that the answer to my actual original question is, no, there is no print preview in InDesign that lets you view the actual image of the page on the media, and how it changes when different Print > Setup > Options are selected. The only way to really view it is to change the publication, so you show a page size that is the media size, and move the elements of the page and enlarge them to fit where you want them on the page.

  • Number with more than 10 decimal places display as 0 in report

    We have a number stored on a table as this long with several decimal values.
    2440.159999999999854480847716331481933593
    On one PC it display in a Crystal report as 0 and to another user it displays at the 2440.   The report formats the display field with 0 decimal places.
    Is there a max precision setting at the database level that is causing this? 
    It seems I can add an SQL express as follows:
         Round ("ORDER_RELEASE"."TOTAL_WEIGHT", 2) to resolve the issue but cannot determine could be causing the differences in display among two different client PCs running the same report.

    Hello,
    CR was built using C++ and therefore the max number is 15 digits plus 1 for the sign of the number.
    Cause could be different runtime of MS C++ but hard to say for sure. I any event the only work around is to use  Store Procedure and break the field into 2 parts. The in CR add a text object and drop the fields into it next to each other. For doing any calculations on them you'll also have to do that in the SP or handle each field manually.
    Thank you
    Don

  • Regarding Smart Form Printing, Print Preview issues

    Hi,
    I have couple of issues regarding Smart Form Printing, Print Preview.
    In my program i am passing below parameters to smart form function module:
    t_control-device = c_printer.
    t_control-no_dialog = space.
    t_control-preview = space.
    t_control-no_dialog = c_x.
    t_output-tddest = g_spld.
    t_output-tdimmed = c_x. " Print Immediately
    t_output-tddelete = space. " Don't Release spool after output
    g_user_settings = c_x.
    Issue#1: Though i have set preview paramter to space, after executing program it is prompting for Preview Screen, There again i have to give printer name though i am passing printer name as above and i need to hit on print preview button to set Layout output.
    Here how can i go directly to layout output without preview screen.
    Issue#2: In some cases we need to Print the layout set output after executing program immediately without prompting for preview screen and then Layout set output should also be shown after printing the output.
    How can i solve these issues!
    Thanks in advance.
    Thanks,
    Deep.

    Hi,
    In the SAP menu screen goto <b>System->User Profile->Own data</b>
    There in the defaults tab, for the output device give the value you had maintained for <b>g_spld.</b> This will not prompt you a dialog screen, and if you want to print immediately select the checkbox as well. Then try to execute the smartform. Hope this solves ur issue.
    Tushar

  • Displaying an integer to 2 decimal places

    celsius = 5.0 / 9.0 * (fahrenheit - 32.0);
    lblCelsius.setText(" " + celsius);
    How do I display celsius to 2 decimal places as currently 70 degrees F = 21.11111111
    Thanks

    Check out java.text.Format and java.text.NumberFormat

  • How to decrease decimal places in invoices

    Good day,
    How do i drecrease decimal places in invoices. For example , i have set the decimal places to 4 for costing purposes but i want the final invoice to be 2 decimal places for display purposes. i have tried decreasing the decimals using the decrease decimals icon but the decimals are still 4.
    Thanks

    Hi Wendy,
    This is System Standard that If you increased Decimal Place then you can not decrease those decimal Place again.
    If you want this then you can do this in (Print of Document) Document Layout through Crystal Report.
    Hope this help
    Regards::::
    Atul Chakraborty

Maybe you are looking for

  • My phone is not working it keeps going black fter i put passcode in

    --Help me please phone me *********** <Edited By Host>

  • BOM Explosion not happening in RFC call...

    Hi All, We are facing a strange issue in our project. We are using a RFC call for order creation. When we execute the FM through SE71 using a BOM material, the BOM gets exploded correctly. However, if the same material is passed through the RFC call,

  • Digital Signatures break

    I have a form with JS a few initialize events and a signature field. When the form is signed and saved, reopening it causes the signature to break. I am wondering if the initialize event is the problem ? If so, any work arounds ? Aditya

  • Adobe standard 9 crashes in Office 10 - is their an update?

    When trying to use Adobe Standard 9.1 version  with Office 10 it seems to hang and then crash causing Office 10 to turn off the plug in.  is their an update available?

  • Robohelp vs Webworks

    Hi All, I am the lone writer at a startup and I need to pick the online help tool. I showed my manager Webworks (she has no documentation background) and she thought it was very cool. Since then I have gone to the STC conference and learned that Webo