PLD at Genaral Ledger for showing decimal point.

Hi experts,
I wanna show 2 decimal points for the PLD for General Ledger. The default of PLD General Ledger is showing "$ 100.00" so i add a formula to Round(Amount(Field_417),2), but it show it as "100". The output which is i want is "100.00"
Please kindly advise me how to get the output which i want.
Your reply is higly appreciated.
Thanks.
Regards,
Danny

Hi Jeyakanthan A,
I see, but i have tried pit it as "Amount(Field_417) but output is "100" with out the ".00"
Thanks for fast respone.
Regards,
danny

Similar Messages

  • 2 Decimal Points for Indonesian Rupiah Currency

    Dear All,
    I would like to assign 2 decimal points to Indonesian Rupiah Curreny - IDR by accessing OY04.
    However, there is no input value for 2 decimal points.
    For accounting purpose, we would like to record business transactions up to 2 decimal points.
    Kindly advise.
    Appreciate it!

    Hi wishy washy,
    even I had various real painfull experiences with clients who changed the decimals..... Still having nightmares about this....
    Please be hypercarefull with that what you are doing. Has IDR really 2 decimals? As far as I can see IDR has in Standard (In my SAP-testsystem) no decimals.
    What happens if you change the decimals? Please note, SAP stores values always without decimals.
    Example: 100,00 Euros are stored as 10000 in bseg-wrbtr.
    Euro has 2 decimals.
    If you change the decimals to 0 the amount changes to 10000 Euros.
    Example: 100 IDR are stored as 100 in bseg wrbtr.
    IDR has no decimals
    If you change the decimals to 2 the amount changes to 1,00 IDR.
    Please consider: automatic taxcalculation, Data carriers, reporting, open item clearing, budgeting, depreciation, and hundreds of other issues.
    The several warnings of OY04 have a reason... and I don't want you to have my nightmares.
    Best regards
       Horst

  • How do I Change decimal comma for decimal point

    Hello,
    I have an external USB keyboard and I don't know how do I change the decimal comma for the decimal point.
    I already set my region but anyway I can't change the decimal comma for the decimal point.
    thanks

    Thanks for the link, that help me a lot, because now when I'm in excel or a calculator I hit the point key on the numeric part of my keyboard and I get a point, but when I'm in word, safari or entourage and I hit the point key on the numeric part of my keyboard I get a comma instead a point.
    I have a windows Spanish ISO extended keyboard.
    Thanks a lot for your help

  • 2 Decimal points in inventory module

    Dear Expert,
    In SAP 2005, inventory module allowed for 6 decimal points somehow in SAP 2007, it does not allow for 6 decimal points only 2 decimal points are allowed.  When I try to zerolise my Inventory quantity, they still remain some quantity in the in stock field.
    Please advice.
    Regards,
    Saw Hua, Ng

    Hi,
    Refer this thread for what the decimal settings determines
    Difference between Decimal places for  Quatities and Units
    Even if the quantity is set to 6 decimal,the item master shows only 2 decimal places.
    Where as in the documents you can use upto 6 decimal places and same is stored in the OITM table.
    And also you can only increase the decimal places and once if it increased it cannot be decreased in 2007 version,refer this note:1147799 on the same.
    Hope this clarifies your issue !

  • Rounding off during APP (f110) of decimal point

    Hi
    Can any one help me? When I run the T.Code f110 for automatic payment programme is generate cheque propaly, here my client want to rounding off for the decimal point in cheque amount as if coin adjastment.

    Hello Arup,
    I guess OB90 is helpful to you so pls check the same.
    Thanks & Regards,
    Lakshmi S

  • Problems with the Scanner class and the decimal point

    I'm creating a GUI so to get the user input (double value) I use a jText field and the Scanner to read that value:
    private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {                                        
            String time = jTextTime.getText();
           double t = new Scanner(time).nextDouble();
            String cy = Double.toString(t);
            jTextCycles.setText(cy);
        }                                  The problem is that the decimal point it's a comma so if I write:
    1.2
    t = (Error InputMismatchException)
    1.236
    t = 1236.0
    1,2
    t = 1.2
    So I try using the parse method to get the double value:
    private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {                                        
            String time = jTextTime.getText();
           double t = Double.parseDouble(time);
            String cy = Double.toString(t);
            jTextCycles.setText(cy);
        }                            In this case the method parseDouble() takes the dot as the decimal point so if i write:
    1.2
    t = 1.2
    1.236
    t = 1.236
    1,2
    t = (Error InputMismatchException)
    � What can I do to Scanner class to accept the dot as the decimal point?
    I think that the problem is becouse in some countries (I'm from Colombia) the decimal point is a comma and in others is the dot.
    Thanks

    From the Javadocs for Scanner:
    Localized numbers
    An instance of this class is capable of scanning numbers in the standard formats as well as in the formats of the scanner's locale. A scanner's initial locale is the value returned by the Locale.getDefault() method; it may be changed via the useLocale(java.util.Locale) method.
    If you change your locale to one of those that does use a comma for a decimal point, it should work.

  • GL - Increase decimal points in existing SOB

    Hi,
    We have a legacy system which interface to Oracle GL.
    In that system, the currency values are stored up to four decimal points (ex: 1009.7536).
    But in existing Oracle GL SOB is defined for two decimal points (ex: 1009.75)
    Can we change the number of decimal points interfaced or change in SOB.
    Or is there any way of capturing the remaining figures to Oracle GL.
    Appreciate your response.
    Madhura.

    Refer to note 143286.1 on Metalink

  • Precision to two decimal points and...

    How do I format an output line for two decimal point precision with a double variable?
    also...
    What is the best way to clear the screen? I am using the sun compiler with Windows 2000.

    He's right, using Java to clear the screen is not pretty. Here is a rudementary solution:
    public class ClearScreen {
       public static void main(String args[]) {
          //clear the screen
          String[] commands = new String[4];
          commands[0] = "mode.com";
          commands[1] ="con";
          commands[2] = "cols=80";
          commands[3] = "lines=50";
          try {
             Runtime.getRuntime().exec(commands);
          } catch (java.io.IOException ioe) { ioe.printStackTrace(); }
          //print a formatted decimal number (see DecimalFormat API to format the way you want)
          double someNumber = 1234347.657687;
          java.text.DecimalFormat formatter = new java.text.DecimalFormat("#,##0.00;(#,##0.00)");
          System.out.println(formatter.format(someNumber));
    }

  • CP7 - Show 4 (or more) decimal points for User Variable?

    Is there a way to show 4 or more decimal points for user variables?
    For some reason, I'm only showing two decimal points for user variables in Captivate 7.
    Micky

    Yeah, I was afraid of that.
    Right now, I have am dividing the values of two separate text box entry fields.  I have to calculate the values to determine if they are getting a promotion, lateral transfer or lower pay range.
    I'll figure out a workaround or just use java.

  • OBIEE 11.1.1.6 - Requirement is to show 3 digits after the decimal point.

    Hi,
    I have a requirement to concat 2 columns ( 1st column is a text column and 2nd column is a numeric column set as double in RPD). For the 2nd column, user wants to see 3 decimal digits all the time.
    For example, if the value is 2.4567 then I need to show round off value 2.457 and if the value if 3.4 , then I need to show 3.400 and if the value is 4 then I need add decimal point and show 4.000.
    Please let me know how I can achieve using OBIEE application without having to go through RPD.
    Thanks
    Swarna
    Edited by: 934460 on May 15, 2012 12:48 PM

    Try the following:
    In this example:
    Column 1: Month Name
    Column 2: Revenue
    Column 3: Month - Revenue
    Formula for Month - Revenue column will be:
    Month Name ||' - '|| cast(round(Revenue, 3) as char)Hope it helps.
    Regards,
    Kalyan Chukkapalli
    http://123obi.com

  • BI7.0_WAD3.X - Pie Chart- Always shows 2 decimal point

    Hi,
    <u>Info:</u> <u> BI 7.0, Stack 10, FE 1100, WAD 3.X</u>
    <u><b>Problem 1: (Pie Chart) :</b></u> :
    a. I am unable to  make the Pie chart show percentage in one decimal point. (EG:  56.3%).
    b. The Pie chart does not have the selection to show both value & text
    <u><b>Problem 2: (Pie Chart):</b></u>
    Problem 2: The text style does not change at all ( Eg: does not change to bold, italic, does not represent diagonally)
    Please let me know if any one seen these problems or any OSS note available the above problems.
    Thankyou,
    -Sini
    Message was edited by:
            Sini Kumar

    Hi Kai,
    If I want to create a bar chart with DP that looks as follows:
    <b><u>Material       Total</u></b>
             A                    5
             B                   10
             C                     7
             D                    4
    Overall result           26
    Then How do I get the labels A, B, C, D in the Y axis  as the name of the "category" and also all the series represented in diffrent color say 5 (red), 10(yellow), 7 (blue), 4(green). I am not able to get these two criteria met?
    what I am able to achieve is either
    1. (A, B, C, D )are shows as the name of the category in the Y-axis, and (total) on X-axis-- then it will have only one series (ie total)....Hence cannot give different colors for the bar representing the category A,B,C,D
    (or)
    2.  (material) shown as the name of the category on Y-axis and (total) on X-axis and the series will have (A, B, C, D) in different colors but the name of the series will be shown anywhere inside the bar and not as the name of the category....b'cos the name of the category will be (material)
    so how do i get the ......labels A, B, C, D in the Y axis  as name of the "category" (instead of material)  and also all the series represented in different color say 5 (red), 10(yellow), 7 (blue), 4(green).
    Please let me know if this is possible with the chart wizard in 3.x or 7.0 WAD. I tried and so far no luck!
    Earlier in 3.0B it was possible by right clicking every data point to change it's color.
    Thankyou,
    -Sini

  • Different decimal point character for numeric limit test vs multiple numeric test with database logging

    Hi all,
    I have a problem with decimal point character and database logging.
    I've deselected "Use Localized Decimal Point" in Station Options->Localization. Teststand should now use "." as decimal point character (ignore the "'s).
    When logging to database this is only true for Multiple numeric limit test results, not for Numeric limit test results.
    Numeric limit test results use "," as decimal point character where it should be "."
    I can't trust the localization settings on the PC as different endusers might have different settings.
    Example:
    (STEP_NAME and PROP_RESULT.DATA)
    Numeric limit test 1,50127667932332
    Multiple numeric limit test result_1 1
    Multiple numeric limit test result_2 1
    Multiple numeric limit test result_3 10.0304317
    I've changed the Limits->Numeric format for each test but this change is only applied to the report, not the database result.
    Read the manuals but didn't find anything...
    Have I missed something obvious, or is this some kind of bug?
    Teststand version is 2010.
    Windows versions are XP SP3 and Win7. Same behavior on both OS.

    When something is logged to the database as a number, the database is probably storing it in a way that is independent of any sort of decimal point localization. When you view the items in the database however it is probably going to show you the number based on the current locale settings. This is likely purely cosmetic, for display purposes.
    -Doug

  • Decimal points for Item Cost

    Hi,
    When i call out the query from OITM which has the average price (item cost), the result showed me in 2 decimal points. But in my item master data, it shows 3 decimal points. How can call out a query that shows 3 decimal points? Is there any condition i should use?
    Thanks,
    Rgds,
    Harith

    Hello Harith, I will test this issue on pl36 to see if it's reproducible. anyway, you are always suggested to patch up with the latest patch. I will let you know the result.
    Just tested and I got the same result as my previously reply, it shows 3 decimals witch complies with both general settings> decimal places for price and item cost in Item master data.
    please try to recall the Avgprice from OITW table to see what you get there.
    Thank you.
    Wilma Wang
    SAP Business One Forums Team

  • Format a number with a decimal to show the value but not the decimal point

    I have a value of 129.50 in the DB. I'm using the htp.prn() function to export this value to a txt file. I have the field padded with leading 0s (so it looks like 0000129.50)
    I need to keep the value for the .50 but don't want the decimal point to show up (so I need it to look like 000012950) but can't figure out how to make it keep the value for the .50 but not actually show the decimal point - any ideas? (APEX 4.0 11g)

    Multiply by 100 and remove the formatting. htp.prn (to_char (number_item, '99999999999'));
    Edited by: Kleber M on Sep 14, 2011 5:10 AM

  • Decimal Point data for Stacked Column Chart

    Hi,
    I use a basic version of a Column chart for one of my projects. I use a stacked column chart with 2 data series namely "Expenses" & "Profit".
    I use decimal point numbers (with only two or three places after the decimal point) for both series.
    When I mouse over the bars of the output for tool tip, I view more numbers after the decimal point for some data.
    How to fix the decimal point to only 2 places & what is the reason for this behaviour?
    Attached is the sample output (output.gif) showing the above condition for the mentioned data.
    -Sen

    Create an toolTipShow event handler and use a NumberFormatter to set the precision of the numbers (sample code from LiveDocs):
    <?xml version="1.0"?>
    <!-- formatters\MainNumberFormatter.mxml -->
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
        <mx:Script>
            <![CDATA[
                // Define variable to hold the number.       
                [Bindable]
                private var bigNumber:Number = 6000000000.65;
            ]]>
        </mx:Script>
        <!-- Declare and define parameters for the NumberFormatter.-->
        <mx:NumberFormatter id="PrepForDisplay"
            precision="0"
            rounding="up"
            decimalSeparatorTo="."
            thousandsSeparatorTo=","
            useThousandsSeparator="true"
            useNegativeSign="true"/>
        <!-- Trigger the formatter while populating a string with data.-->
        <mx:TextInput text="{PrepForDisplay.format(bigNumber)}"/> 
    </mx:Application>

Maybe you are looking for

  • HP Color Laserjet 2550n has no more printing on both sides

    In 2005, I bought an HP Color Laserjet 2550n to go with my laptop.  I had no printer problems.  I loved the feature where I could print a document on both sides of the paper.  The option would show up on the properties menu on the print document dial

  • HP Deskjet 1050 All-in-One Printer series - J410A not printing photos

    Hi, It's been months since I tried to fix the photo printing of my printer and until now it's still not fixed. My problem is that I can't print photos via windows photo viewer. When I hit print, it shows a printer icon on my task bar and it disappear

  • Creation of a custom TAB in SAP standard Transcation

    Hi Experts,        Request the ones who created a customized TAB in any standard trascation .Say in ME22N. We will have some tabs at Line item level. Now our requirement is to add one more tab. For that we need to know whether we have to create scree

  • PDF file size in relation to number of pages of the exact same document

    PDF file size of a document for one page is 28kb. PDF file size of a the same document for two pages (1st page and 2nd page are exact same document), also 28kb. Shouldn't it be 56kb??

  • Sample editor problem

    I was tracking a voice over in Logic 9 and I accdentally opened the sample editor, now I can only here the track selected in the editor and nothing on the timeline, I closed the sample editor but I still can't hear the track on my timeline... I can't