Possibility to change number delimitors according to language or choice

I would like to see a possibility to change number delimitors according to language or by choice after they have been inserted or content placed. Example: if figures come in with commas like 22,33 and you need periods like 22.33 (or the other way around), it ought to be possible to select that or any part of a a table or an entire table and just choose which delimitor in the figure you want. Or that it changed automatically according to chosen language when language is set for the selected text (as language rules for which to use are different depending on the language), regardless of how it was formatted when typed or placed.

It would require you to "tag" every 'real' number in  your text, wouldn't it?
I would not trust an algorithm that makes the distinction for me. If I see decimal delimiters possibly used the wrong way, I search the entire document for both (digit).(digit) and (digit),(digit); then I make a judgement call on whether "n = 31.245" is about a large number of patients, and "p < 1,000" is a probability. I saw both of these in one single book to-day -- in the middle of correctly formatted numbers.
Then again, tables could be enhanced to act like real miniature spreadsheets.

Similar Messages

  • Edit or Change a Change Number in BOM

    Good Day
    Dear All
    Please can anyone can tell me is any process is there to Edit or change the CHANGE NO in BOM

    Hi Radhakrishna,
    Masters like BOM and Routing can be created and changed with change number. Accordingly changes can be tracked with respect to the change numbers. For Eg BOM created wit hqty 10 with change number X , then BOM changed to 12 with change number Y, then system will display the reports on BOM changes with respect to change numbers. Historial data you can track.
    You can create new change number in CC01 with different validity date and make changes to BOM. You cannot edit the change number once its is created.
    Have a look on the below doc posted by me on usage of revision level with change numbers.
    Usage of Revision Level for PP Masters -BOM and Routing
    Thanks & Regards,
    Ramagiri

  • Is it possible to change nunmber of columns dynamically in table control

    Is it possible to change number of columns dynamically in table control? if so how it could be done?
    Thnaks in advance.
    Sounder

    You can update the table control in your program, the table control is a structure of the type CXTAB_CONTROL of TYPE-POOLS cxtab.
    There you can hide or display column the same way you do for fields in LOOP AT SCREEN. there you will ahve to LOOP AT <control>-COLS.
    TYPE-POOL CXTAB .                                                                               
    TYPES:                                                                               
    BEGIN OF CXTAB_COLUMN,                                                          
             SCREEN      LIKE SCREEN,     "Attributes struktur SCREEN                      
             INDEX       TYPE I,         "Position of a column on the screen               
             SELECTED(1) TYPE C,          "Indicator 'column selected'                     
             VISLENGTH   LIKE ICON-OLENG, "Visualised length of a column                   
             INVISIBLE(1) TYPE C,         "Indicator 'column invisible'                    
           END   OF CXTAB_COLUMN,                                                                               
    BEGIN OF CXTAB_CONTROL,                                                         
             FIXED_COLS    TYPE I, "Number of fixed columns                                
             LINES         TYPE I, "Number of lines to display                             
             TOP_LINE      TYPE I, "Top line during next PBO                               
             CURRENT_LINE  TYPE I, "Current line during LOOP/ENDLOOP                       
             LEFT_COL       TYPE I, "Fist scrollable column after fixed area               
             LINE_SEL_MODE    TYPE I, "Line-selection  : none(0), single(1),               
             COL_SEL_MODE     TYPE I, "Column-selection:        multiple(2)                
             LINE_SELECTOR(1) TYPE C, "Indicator: 'With line-selection col'                
             V_SCROLL(1) TYPE C,            "not used                                      
             H_GRID(1) TYPE C,        "Indicator: 'Horizontal  grid-lines'                 
             V_GRID(1) TYPE C,     "Indicator: 'Vertikal    grid-lines'                    
             COLS      TYPE STANDARD TABLE OF CXTAB_COLUMN                                 
                            WITH NON-UNIQUE DEFAULT KEY,                                   
             INVISIBLE(1) TYPE C,                                                          
           END   OF CXTAB_CONTROL,                                                         
    Regards

  • Contact settings - Change number field

    Hello!
    For business purpose, I would like to know how I could change the type of number in the settings.
    For example I have several contacts in one company but one is the manager, the other one is secretary, how can I change the field into "secretary" or "switchboard" instead of having only "work" or "home" or "other" ?
    Thnk you for your help
    Gourch-Lee

    Hi,
    In role defining make the status that BOM change is not possible without change number. Similarly in material master aslo in role defining make the status as not possible without change number.
    Create a Change number (CC01) and in object management select BOM and Material master.This will enables to create or change in MMR and BOM with respect to change number only.
    Regards
    Amit Parkhi

  • Is it possible to change UI language in CS2?

    Hello,
    I bought and installed Adobe CS2 Standard Edition (bought in English) many years ago, and I was able to select the language I wanted for the UI during the CD installation. Now that I want to switch the activation to another computer, I discovered the activation server error. The error page* mentions that the product should be selected and installed in the language that it was orinally bought in (in my case, English). Can I still change the UI language after I have installed it or am I stuck with English? Feedback would be much appreciated.
    * = The error page for activating CS2 may be found here: http://helpx.adobe.com/x-productkb/policy-pricing/creative-suite-2-activation-end-life.htm l

    No, only the language the product was installed in will be available. If you need a different language, you will have to choose it during install/ run a reinstall in the different language, but that may not at all be possible, because the serial number also determines the language...
    Mylenium

  • Is it possible to change the number of weeks to be displayed in the month view in calendar (mavericks)?

    I'd like to know if it's possible to change the number of weeks to be displayed in the month view in calendar? Thanks!

    No.
    There are up to six calendar weeks that might be used to display the 31 possible days in a month.
    So the month view displays six weeks.

  • Is it possible to change the number of rows to be displayed in adf query ?

    Hello,
    is it possible to change the number of rows that are displayed in an adf query similar to an adf form ?
    I need to display approx 5 rows per column instead of displaying all the fields in a single column ? Thanks.

    Thanks , how do you add in the code ,is it something like follows :
    <af:query id="qryId1" headerText="Search" disclosed="true"
                                value="#{bindings.ImplicitViewCriteriaQuery.queryDescriptor}"
                                model="#{bindings.ImplicitViewCriteriaQuery.queryModel}"
                                queryListener="#{bindings.ImplicitViewCriteriaQuery.processQuery}"
                                queryOperationListener="#{bindings.ImplicitViewCriteriaQuery.processQueryOperation}">
                        <af:inputText value="#{bindings.PrtDesc.inputValue}" label="Desc"
                                      required="#{bindings.PrtDesc.hints.mandatory}"
                                      columns="#{bindings.PrtDesc.hints.displayWidth}"
                                      maximumLength="#{bindings.PrtDesc.hints.precision}"
                                      shortDesc="#{bindings.PrtDesc.hints.tooltip}" id="it3">
                          <f:validator binding="#{bindings.PrtDesc.validator}"/>
                        </af:inputText>
                      <af:column>
                       <af:outputtext/>
                        <af:outputtext/>
                     </af:column>
                      </af:query>

  • Is it possible to change the default language of a computer remotely?

    Hi
    Is it possible to change the default language of a computer remotely?
    We have Apple Remote desktop and network home folders with managed prefs but i don't seem to be able to use either of these to change the default language of all of our macs to "British English".
    is there a UNIX command that can do this?

    The simple way is via the Internationalization settings via ARD or RDP or Screen Sharing, either via System Preferences or (if enabled) via the menu bar. If you're looking for a lower-level approach, there's not AFAIK a direct command for this. As for one possible approach, might [threadID=2106201|http://discussions.apple.com/thread.jspa?threadID=2106201] help?

  • I just download the Adobe Creative Cloud in my computer. As I live in Brazil, the software is in portuguese, but I'd like it in English. Is that possible to change the language? Thanks a lot.

    I just download the Adobe Creative Cloud in my computer. As I live in Brazil, the software is in portuguese, but I'd like it in English. Is that possible to change the language? Thanks a lot.

    CC desktop lists applications as "Up to Date" when they are not
    -http://helpx.adobe.com/creative-cloud/kb/aam-lists-removed-apps-date.html

  • Any possibility to change language in maps (iOS6)

    is there any possibility to change the language setting fo maps only?
    I am Danish and the "robot-Danish" is almost impossible to understand. I would rather have the voice in English (assuming that it is more developed) - without changing the whole iPhone 4s to English...

    changing the language for Siri (as proposed in another thread) doesn't work - I tried that...

  • HT1498 Hi, Is it possible to change the language when renting movies from apple TV?

    Hi, Is it possible to change the language when renting movies from apple TV?

    It depends on how the java code is gnerated. If for example months are given with fixed array .... then it will only be english
    But then agin you have the source code (.java files) open all java files in the oracle.forms froject and alter to your language then recompile and reacreate the jar (easily done with Jdeveloper)

  • Is it possible to change serial number in FCP?

    I have two licenses of FCP. Just installed on a new Mac Pro, and I installed with the wrong serial number (which results in protection error when both FCP programs are open). Is it possible to change serial number without reinstalling (takes hours..)?

    Further to my above comment Tom, I have done a quick test.
    Removing the FCS System ID had no apparent effect on launching FCP.
    Removing the ProAppsSystemID brought up the serial number etc. window.
    Any idea why I have got 2 of these things?
    Anything to do with having FCE installed as well?

  • Is it possible to change an IDOC and save on the same IDOC number..?

    Hi all,
    I have an IDOC. When I processed the IDOC, it ended up with error status '51'. There was some problem with the data. So, I changed the data and reprocessed using the T-Code 'WE19' and it was processed successfully. When we reprocess the IDOC using 'WE19', it generates another IDOC number. But, the client is asking that, it should not generate another IDOC number. When we change the IDOC number, it should be saved under the same(ORIGINAL) IDOC number. Is it possible to change an IDOC and save under the same number..? Is there any transaction code to do so. Please give your valuable inputs.
    Thanks in advance.
    Thanks & regards,
    Paddu.

    Hi,
    You can use the transaction WE09..to edit the IDOC data...
    Then use the transaction BD87 to post the IDOC..
    Thanks
    Naren

  • Is it possible to change supplementation language from German to English ?

    Hi,
    We installed Czech language in SAP ERP 2005 System. The language was classified with  German as supplementation language. The supplementation was successfully executed from SMLT transaction.
    We copied several clients. After time we recognized that  English would be better choice as supplementation language for our users. Is it possible to change it ?
              Thanks
                   Jiri

    Hi Jiri,
    Go to SMLT -> click on the information button beside the Language you need ro supplement (in this case Czech) and click on the change button, then just select english as supplement language and save.
    Regards
    Juan

  • I would like to buy iphone4$ in Canada for my brother who lives in Russia. is it possible to change language on iphone from English to Russian, and will this phone work in Russia?

    i would like to buy iphone4$ in Canada for my brother who lives in Russia. is it possible to change language on iphone from English to Russian, and will this phone work in Russia?

    Language change is no problem, you can switch to anything in the tech specs.
    http://www.apple.com/iphone/specs.html

Maybe you are looking for

  • Error while creating new app service plan for a webapp

    Greetings ! I have a new webapp created and I want to move it a separate web app service plan to apply custom domain (Not available on free tier). From the new Portal I try to create new Web App Service plan and get this error. "Failed to create App

  • How to store character in file and display result on front panel

    hi currently i m working on FPGA project.i want to aquired data from FPGA board.i want to know about how to store character to file and contineous display each character on front panel in string format. i have complete up to character display on fron

  • Specifying a Network Path in SQL query

    Hi There I have created 2 PCs (1 for Primary DB (IT_SERVER), 2 for Standby DB (IT_SERVER2) on Oracle VM VirtualBox in order to check my Data Guard configuration. I have created a Shared Folder on 2nd PC (IT_SERVER2) for Oracle Standby DB. Now when I

  • How to get path of a specified file

    how to get path of a specified folder my code is as follows: Iam using struts 1.2 my directory structure in tomcat/webapp is as afollows: sfq | | _ _xml | |      | |_ _ sqx_read.xml | |__jsp | |__WEB-INF      |      |_ _classes           |           

  • Custom Portal Services and Web services

    Can you please tell me what exactly are "custom portal services" and "web services" with a business like/ real life example? How do you go about developing deploying and utilizing these services in Portal? Thanks.