Configuring Decimal places

Hi,
After i create WAD temaplate in EP (portal) Values are displayed Eg. 6.599,00, but i want to display 6,599.00, please help how to change from 6.599,00 to 6,599.00.
i already checked in System - user profile - own data value & decimal notification is 1,234,568.89, when the report is run in EP it is displayed without change.
Please help me & solve Asap.
Thanks & Regards,
Kaleem
EP consultant.

Hello Mohammed,
The simplest solution is to set your required format in the format tab of the control proerties.
Double click on your numeric control, click on the formatting tab, uncheck the local format checkbox and set the decimal numbers and thousands separator.
Hope it helps,
Shay

Similar Messages

  • Problem with transaction CUNI and configuring decimal places

    Note: I'm actually an ABAP programmer and do not know almost anything about SAP configuration.
    Note2: Sorry if this was posted in the wrong section. I am trying to avoid an ABAP solution so I did not post this in the ABAP section.
    Note3: Sorry for cross posting. I'm trying to make this visible to as much experts as possible.
    \[Problem\]
    I'm tasked to increase the number of decimal places that a certain standard program in MM accepts.
    \[ABAP solution I'm trying to avoid\]
    The consultants' initial recommendation was to make Z copies of the standard table and the standard programs that references that table. This would be rather dangerous as there is the risk of missing certain parts of the code If I was to replace all occurences of the old standard table with my custom Z table.
    \[Standard solution I'm trying to do\]
    Now I've read several threads here that makes use of transaction CUNI to adjust decimal places of certain units of measure (see Re: Unit Of Measure problem and change decimal places in PO quantity). However, when I tried it, It does not work the way I expect it to.
    In SE11, I created a custom table that has a quantity field (length: 13, decimals: 3) and a unit field (length 3)
    In CUNI, I created a new ISO code TST (for test). Then I created a new Unit of measure ZTT (ZTesT) which makes use of my ISO code TST. I set the decimal places to 6.
    When I insert data into my custom table, instead of 6, the number of decimal places remain at 3.
    Please help in adjusting decimal places without touching the table.

    Hello Dzed,
    I've read several posts that suggest transaction CUNI to adjust decimal places in standard unit of measures. What I tried is a simplified simulation of what is needed.
    In a more realistic sense, consider table VBRP and column FKIMG. What If I want to store items in VBRP and allow 6 decimal places for FKIMG but I am not allowed to modify the table? Is making a Z copy of VBRP the only solution? Or is there a more standard way of doing this?
    My worry is that If I copy a table, I also need to copy the programs that use it and modify them accordingly. Our Basis do not want the standard tables touched.
    Kyle

  • How to get the number of decimal places configured for a site column

    Hi,
    I have a column 'SampleNumCol' of type Number, the number of decimal places to be displayed is configured as 2.
    The column conatins a value, but when retrieved programatically is displayed as 5.00000000  instead of 5.00.
    I am retrieving this column using listitem.Properties[field.InternalName].
    I need to trim the decimals based on  number of decimal places configured for the site column.
    How to get the number of decimal places configured for a site column?
    Thanks in advance,
    dhijit

    Get the field as SPFieldNumber and then check DisplayFormat which returns
    SPNumberFormatTypes
    SPFieldNumber numberField = list.Fields.GetFieldByInternalName("YourNumberFieldName") as SPFieldNumber;
    SPNumberFormatTypes numFormatType = numberField.DisplayFormat;

  • How can i configure number of decimal places in smartview for Word?

    When I open a smart slice in word via smart view all my values are in scientific notation, I have set the options in excel but they don't come over to word.  Isa there any way to correct this?

    Have you tried formatting the fields in Word?  For example, after bringing in your SmartSlice data, right-click on the field where your data resides and select "Toggle Field Codes" from the Windows menu. Modify the field to look something like this for comma delimited with two decimal places: {=HsGetValue("", "Period#Sep", "Account#Cash")|SmartView14103814190|$#,##0.00|||} Comma delimited with no decimal places: {= HsGetValue("", "Period#Sep", "Account#Cash")|SmartView14103814190|$#,##0|||}

  • Difference of decimal place in SAP R/3 and BW

    Hello SAP experts,
    I am extracting purchasing data from SAP R/3 using datasource 2LIS_02_SCL.
    In BW I see a difference of one decimal place.
    In RSA3  amount is shown as 17.350,00
    Whereas in PSA above value is displayed as 1.735,000
    Decimal notations are same in both R/3 and BW.
    Please help me to understand the reason behind difference in values.
    Thanks and Regards
    Shilpa

    Hello All,
    The issue is resolved. The difference in Amount is due to different decimal configuration settings in TCURX table in both R/3 and BW. Ideally these settings should be same in R/3 and BW. If decimal settings doesn't match misalignment has to be taken care of either in ETL or during query design.
    Thanks and Regards
    Shilpa

  • Decimal places in SRM-MDM Catalog 3.0

    Hi experts,
    Iu2019m using SRM-MDM Catalog 3.0 and Iu2019ve an issue related to the decimal places configuration.
    Our products are defined with 2 decimal places and after importing the records I can see them in Data Manager with the correct price information. However, when I access my catalog in EP, I can see all my records but without any decimal places. For instance, if I define a price 1.25 Eur for one product, in EP I have 1 Eur.
    Can someone help me? Itu2019s really important that we can show the product correct price.
    Thanks in advance.
    Best regards,
    Andreia Nascimento

    Hi,
    My problem was in MDM Data Manager - currencies table. If you choose currencies table, select your currency and check if there are any decimal places defined.
    You can also check in MDM Console price table u2013 amount u2013 decimal places.
    BR,
    Andreia Nascimento

  • Decimal places in currencies from flat files

    Hi experts,
    I am facing a problem in the way BI is managing decimal places when I extract them from tex files. I have read a lot of post and make a lot of changes and the problem persits. Here is my problem. I am uploading data from text files. These files come from 6 different source systems. All developments are already in production so changing the way they send the data it would be the most expensive solution at this point.
    For all currencies ratios I receive in the file  could contain these 3 kind of values:
    5.45
    3.2
    4
    Decimal indicator is "." but it is not always present and sometimes is follow 1 decimal pla or 2, which is ogial to expect depending of the nature of the value. I haven't been able to make it work for all the cases.
    I have set "." in RSCUSTV1 as decimal separator. I tried number format "direct entry" in the extraction Tab of data source. I have tried all possible combinations in the tab fields with data type CURR, DEC, even CHAR and Internal or External format, and any configuration I have made works only for some cases and not for the others. I don't know what else I can look at. Your help will be highly appreciated and rewarded with points.
    Regards,
    Raimundo Alvarez

    HI guys and Thanks for your help.
    I could solve my problem. There were some issues already fixed (a combination of the external property in the tab fields, the configuration for decimal separator and a problem with the currency). The main one was giving me the headache that I am trying to import a currency but I was not receiving the currency from the source because is always the same (Colombian Pesos). This one has an special configuration in table TCURX that was making the decimal places be wrong. I solved requesting the currency from the source even if it was a constant value.
    Thanks for your help,
    Rai.

  • Decimal place in accounting document

    Hi,
    For my client for all the accounting document decimal place is set to 2.
    Can any one tell me where is the configuration for setting this decimal place. I guess this is not in general settings for currency. How this decimal place for accounting documents in a company code is set ?
    Please give some idea.
    Regards
    Roomi

    hi
    GOTO T CODE SU01 and then enter user name and go for change and then goto DEFAULT tab and GOTO decimal notation.....
    ifuseful assign points....
    regards,
    santoshkumar

  • Query regarding decimal places for currencies

    Dear all,
    SAP standard allows 2 decimal points as default for any condition value. However, based on the entries in TCURX table we can set number of decimal places with reference to specific currencies.
    In our system there is no entry in TCURX table against USD currency. Still the system is taking 3 decimal places against the expected 2 decimal places.
    Is there somewhere hardcoded this for US or are they any additional settings impacting this? Please help
    Regards,
    Rajesh

    Hi All,
    I have been trying to set 3 decimal places. I got the reference to Note # 38881.
    This is what I did:
    1. Create a new currency US$ and set the decimal places to 3
    2. Maintained the prices using VK11.
    3. Changed the customers' sales area currency to US$
    But when I created the sales order although the system determined the prices in 3 decimals i got the following information message which keeps on showing during the entire sales order creation:
    Pricing error: Mandatory condition ZMAC is missing
    Message no. V1801
    Details are as below:
    The obligatory condition ZMAC does not exist. The document is therefore considered to be incomplete from the point of view of pricing.
    The cause can be, for example, that a condition record does not exist for condition ZMAC or that a field overflow has occurred when the condition rate was calculated.
    Procedure
    Check why the condition could not be found. Use the pricing analysis function on the pricing screen to do this. If necessary, add the missing condition manually to the document.
    I believe I am missing some configuration that should be done in pricing, not sure what. As this question has been flagged answered, hope someone would be able to help me.
    Thanks & Regards,
    Rajesh Singh

  • Question about decimal places for currencies

    hi ,experts ,
       here is the problem , when i use mb5s, i found the net price has been enlarged 1000 times . I  also found the data of the table EKPO has been enlarged 1000 times. So ,i check the decimal places for currencies , i found there are five decimal places , the standard system is two decimal places . 
       Does this mean that we cann't  change the decimal places in SAP?  If we can change , what should we do for configuration ? 
    Jarod

    When running OY04, you are receivingin the following message:
    Before you continue, please read the following        
    text carefully.                                       
    If you do not heed this note, you can cause
    irreparable damage to the system with this            
    transacton.                                           
    In the R/3 System tables currency fields are          
    stored as decimal figures with a variable number      
    of decimal places. The decimal point is not           
    stored in the field in the database. Instead,         
    each currency field refers to a currency key          
    field. In this transaction you assign the number      
    of decimal places to this currency key uniquely.      
    Example: If you have set currency USD to have         
    two decimal places and you post an amount of 100      
    USD, an amount of 10000 USD is stored in the          
    Do you want to change the decimal places despite      
    all recommendations?

  • Decimal places in condition value

    Dear Experts
    How can I configure the number of digits to appear after decimal point?
    For example: 45.0 to 45.00
    Regards
    SDC

    Hi,
    In SPRO, go to general settings - currency-- change decima places for currency ...
    I think the above path will help u to configure..
    regards
    sankar

  • Decimal places diferent in BO SUM function than from DB

    Hi,
    I have a column from a Netezza database with 2 decimal places, if I apply a sum() function in BO (report) the decimal places are 4.
    The strange part is that if i do exact the same query in a DB2 database the decimal places are always two (like in DB) even if i use a sum function in report.
    There is some configuration regarding the database i'm using to set the decimal places in the report level to be the same than in DB?
    Edited: I've been studing the problem and I found using a odbc instead of a jdbc makes all the columns have 2 decimal places, and the sum problem doesn't happen. Now my issue is the division. How is possible that with the exact same values with two decimal positions, in BO and exporting to excel the last decimal place is different in some cases
    Example:
    Lets say A/B with A=13549678065,560000 and B= 21629484348,690000. With Netezza result is 62,6444803173527 and Db2  62,6444803173528
    Thanks for your time.

    I've never seen this particular problem before. Quite strange. It sounds more like an OLAP or SQL Server issue, not BPC.
    I'm not aware of any configuration on SQL server that allows you to control the decimal separator.
    I had a similar problem in the past, when my customer refused to follow the install guide instructions, and insisted that the server be set to non-US English regional settings. If I recall, the issue had to do with date formats not decimal separators. They ended up un-installing and re-installing the entire OS (with US English setup, the second time around), and then it worked fine. This was back on 5.0, and perhaps the situation has changed since then. There's a section in the master / install guide that covers the server-side language & regional settings in some detail.
    But before you look at that, try something easier -- is it possible that the cube is somehow corrupted? Do you get any errors when you process the application? Perhaps there is some data in the fact table with an invalid member ID.
    Do you get the same result in your Excel report when you use both EVDRE and EVGET?
    And if you browse the cube data in SQL Mgmt Studio (logging into the Analysis Services cube) do you see aggregated data there?
    Regards,
    Tim

  • Hiding Decimal Places in % Mode

    Hi,
      I am trying to restrict the number of decimal places which are displayed in the interactive planning in the % mode. I have done the settings in the interactive planning design mode and specified no decimal places for the key figure. In the planning area also I have used 0 decimal places for the key figure but I still see 3 decimal places in the key figure once I change into the percentage mode.
        Is there any setting which I am missing to suppress these decimal places.
    Thanks in advance for the help,
    With Regards,
    Ankur

    To answer your question - standard SAP functionality does not offer that feature.
    However, if the business is unrelenting on this requirement, there is a crude way of achieving what you want. You can define one auxiliary planning book key figure for each of the key figure that planners are interested in to view in percentage mode. The auxiliary key can be designed with UoM of percentages. This will keep the decimal places you configure in the dataview design for each of those auxiliary key figures. the decimal places will be retained in percentage mode.

  • Update decimal places in sales and use tax percentage rate [FTXP]

    i need to update the decimal places in the tax percentage rate.  i've gone through all of the tax configuration in the img several times and it is not there.  have searched the internet for an answer to this, and am not finding it. need to update from four digits to the right of the decimal to five digits to the right of the decimal point.
    for example, adjusting a tax rate field of 5.1234 to 5.12345, where the field will allow 5 digits.

    Hi,
    SAP has hardcoded in the program MF82TI00 to pick only the three places after decimal. Rest will be ignored.
    In case this is your legal requirement, I will suggest to rather create an OSS message with SAP.
    Regards,
    Gaurav

  • Setup of decimal places in PLD

    Is there an option of setting the number of decimal places in PLD which is not necessarily the same as the one which is configured in u201Cgeneral settingsu201D in SAP? We have some UDF's whose datatype is "quantity" and decimal places is 3 in SAP but we need this to get rounded off to the nearest whole number(ie no decimal) in PLD.
    Thanks

    The field is a UDF and its datasource is "database". I cannot create a formulae if the field source is database. However, I can create another field, its source type being formulae and use the round() function and then link it to the database field making it invisible. This would mean creating two fields to represent one in PLD. This is quite hectic since we have many fields whose decimal places need to be changed accordingly. Is there an option of doing something to that field(database field) which reduces the number of decimal places?

Maybe you are looking for

  • Ipod Nano error message when trying to synch

    Im having problems with my ipod nano it keeps giving me the error "The ipod cannot be synched.The required folder cannot be found" Also gives me "some of the items in the itunes library were not copied to the ipod because one or more errors occurred"

  • How do I move my feed URL?

    According to the Tech Specs page on the Apple site for Podcasting, it's possible to move your feed to another host without having to resubmit the new feed to iTunes. This is what it says... "Podcasters occasionally need to move their feed from one lo

  • How to get Labview RT to Display a Front Panel on the Graphics port

    I suspect that this post belongs on the feature request board but I'll ask anyway. Most of my systems require a seperate PC for a SCADA/HMI/User interface linked to the RT controller using Network Published Shared Variables. I understand that Remote

  • Trying to figure how photos "travel" from iPhoto to my iWeb photo pages

    Greetings, I have I believe gotten t understand just about all I need for now about building web sites with iWeb and its templates (for now). Works well. I am publishing to my .Mac account (for now). Now, I want to fully understand how photos albums/

  • Sound advice? Little OT

    Can FCE edit sound clips? If not, what would FCE experts suggest. Thanks