"#" key as the first digit of site prefix code

The plan at present is to implement the centralized CCM cluster design with a main office and 10 remote sites in Asia where the first digit of site prefix code is "#" follows by two digits of country code and 4 digit internal extension. So that a remote site in Tokyo would be #816200. Can "#" key be used as first digit of site prefix code? Thanks.

Yes, you can use the # to route calls.

Similar Messages

  • How to retrieve the first digit of a number

    Hi,
    In my smartform (PO Form)I have to check a condition with respect of the first digit of company code. To be more clear i need to check that if the first digit of the company code is '1' (like in case of 1000, 1002, 1003 & so on) then my PO should be a 3rd party consignment. how do i do that?

    Hi,
    thanks for ur quick reply.
    but i just wanted to verify that can i use this condition directly  under the condition tab of my smartform as i never used like this.
    Now i have put the condition like IS_EKKO-BUKRS+0(1) = '1'
    And one thing to let u know that the filed size of company code is always same. i.e.4

  • When I sort a column of figures, it sorts by the first digit. How do I get it to sort by the whole number?

    I have a column of numbers, Specifically: 5.2, 42.0, 25.5, 2.4, 11.8, 0.9, 0.5. Notice how it has sorted by the first digit, not the whole number. In other words 5.2 is ranked higher than 42, because 5 is larger than 4. What do I turn on or off to make it behave sensibly?
    Any answers would be appreciated.
    Martin

    Hi Martin,
    Are the cells formatted as Text (left aligned, as in Column B)?
    Data Format in Column C
    Column C will sort as Number.
    Regards,
    Ian.

  • Could not found any usage key in the work center WC001(Use T-CODE CR02)?

    my question:
    (1) I have created one Work Center WC001 and one Plant HJW1.
    (2) I have created one Routing with T-CODE CA01.
    (3) Then I use T-CODE CA02 to change this Routing.
    (4) When I enter the Head details screen,I click the Operations button to enter the Operations Overview screen.
    (5) In the Operations Overview screen list,I input the Work Center WC001 and the Plant HJW1 at the first line and press enter.Then the sap raise error message like below.
    (6) The question was: I could not found any usage key in the work center WC001(Use T-CODE CR02)! Could any one tell me the answer or give me some advice to resolve the problem?Thank you so much.
    error message:
    Work center WC001 plant HJW1 does not exist for task list type N
    Message no. CR084
    Diagnosis
    You want to allocate the work center WC001 to a task list of the type N . However this work center is not intended to be used in a task list of the type N.
    Procedure
    The usage of a work center in task lists is restricted via the usage key. You define this key in work center customizing and allocate to it those task list types in which a work center with this usage key can be used.
    Proceed as follows:
    Check the usage key for the work center WC001 in work center maintenance.
    If necessary change the usage key in the work center or change the allocation of task list types to the usage key in customizing or
    allocate to the task list a work center which is valid for use in a task list of the type N.

    Hi
    1) Check what task list usage key you entered for the work center in the basic data . If it is 009 then the work center can be used in all task list type.
    2) If you have defined and used any other usage key , ensure that  for this key , the routing type N is allowed in OP45.
    Regards,
    Ramasamy

  • Allowing a zero as the first digit in an insert record form field

    I have a form that has an insert record behavior applied to
    it. I would like to be able to put a number into one of the form
    fields that begins with the letter zero (i.e. 010507). The trouble
    is that when I insert any number beginning with a zero, the first
    zero in the number gets dropped when it is entered into the
    database. This occured even when I tried changing the field type
    from number to text in Access.

    Oh, I failed to change the field type to "text" in the insert
    record dialogue box as well.

  • Trying to install creative cloud for the first time and getting error code:1

    im trying to install creative cloud for the first time but im getting a error code:1
    what can I do?

    Creative Cloud Error Codes (WIP) | Mylenium's Error Code Database
    Mylenium

  • Why should primary key be the first column in a table

    Hi,
    I'm trying to build a case to alter a table in production with a composite key . I have  PK columns at the start of table which is how it should be , but the issue is down the line , another column was added at the end and the same was added to composite
    key .
    issue is as PK arranges records physically where it creates a clustered index, as far as my knwoledge goes,  data is ordered initially by the three fields (composite keys) and then ordered again by another composite key field as they are not
    defined in a set , will this cause any performance bottle necks as it's a stage table to populate a fact if so how ??
     below is the table structure..
    Any help  in this regard is appreciated :)

    PRIMARY KEY as first column is just a convention.
    The PRIMARY KEY columns can be anywhere in a table.
    I don't see any advantage to the 5-column PRIMARY KEY.
    I would design it with INT IDENTITY (or SEQUENCE OBJECT) SURROGATE PRIMARY KEY.
    You can make the 5-columns a UNIQUE key or unique index.
    Kalman Toth Database & OLAP Architect
    Free T-SQL Scripts
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • When I click on the arrow for a drop down list, the list of options flashes on and disappears with a fourth of a second. To select one of the options, you have to press the key of the first letter of the first word in the description.

    Using Windows 7 and firefox 3.6.8 Occurs on all sites w/Firfox but not with IE.

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • The "A" key only registers on the first KEY_DOWN instance on no subsequent instances

    Here you go, the most primitive code in the entire world:
    private function init()
                                  trace('balls');
                                  stage.addEventListener(KeyboardEvent.KEY_DOWN, kDown);
                                  stage.addEventListener(KeyboardEvent.KEY_UP, kUp);
                        private function kDown(e:KeyboardEvent)
                                  var targ = e.keyCode;
                                  trace(targ);
                        private function kUp(e:KeyboardEvent)
                                  var  targ = e.keyCode;
                                  trace(targ);
    all keys trace but my "A" key, the "A" key traces the first time and never again.

    I sort of figured, right now this is all i got running though, there is no 'elsewhere' except the app itself which is where I think the problem is...
    Unfortunately I talked to a few people at Adobe and all of them referred me here... just posted the code to follow protocol.

  • Limit the amount of characters of a text field based on first digit

    Hello and thanks in advance for your help!
    I would like to limit the amount of characters of the text field based on the first digit of the number (the text field is only limited to a number format...no decimals, no commas).
    For example, if the number begins with a 3, I would like to limit the text field to allow only ten characters. I have three scenarios but if I could get started with some code and what is the best place to add it (keystroke or validation?) I can take it from there. Thanks again for your help!!

    I've written this code for you that does that. Use it as the field's custom Keystroke code:
    // Validate that only digits are entered
    if (event.change) {
        event.rc = /^\d+$/.test(event.change);
    // Validate string length if it starts with 3
    if (/^3/.test(AFMergeChange(event))) {
        event.rc = AFMergeChange(event).length <= 10;
        if (!event.rc) app.alert("If the number starts with \"3\" it may not be longer than 10 digits.",1); // optional error message
    You can duplicate the second part of it for additional conditions, but keep in mind that this code won't even let you remove the first character in the field if the result is an invalid one.
    For example, if you enter "234567890123456" then you can't remove the "2" at the start because that would result in an invalid number. You can remove any of the other digits, though, and when it's 10 digits or less then you could remove the starting "2" as well.

  • When I try to key in a 2 digit code to open Estate gate after the visitor phones me, my IPhone 5C does not do it, is there something additional I must key in ,like a

    I Can open the electric gate on my Estate from my cellular phone any where in the world. It has worked for 8 years via my BB. Now I have an iPhone and when I key in the 2 digit code, it does not open gate.
    my BB opened and then disconnected the call - but the IPhone does nothing?
    thanks
    debbie

    You have to enter the Apple ID and password. You are running into the Activation Lock
    iCloud: Find My iPhone Activation Lock in iOS 7
    Is there a way to find my Apple ID Name if I can't remember it?
    Yes. Visit My Apple ID and click Find your Apple ID. See Finding your Apple ID if you'd like more information.
    How do I change or recover a forgotten Apple ID Password?
    If you've forgotten your Apple ID Password or want to change it, go to My Apple ID and follow the instructions. SeeChanging your Apple ID password if you'd like more information.

  • SHIFT key does not work - one the first letter gets capitalized

    When typing a word in ALL CAPS by pressing the SHIFT key, only the first character appears in CAPS. All subsequent characters appear in lower case even though the SHIFT key is continually pressed.
    The workaround is to backspace over the lower case character(s) one at a time as they are typed and type them again in CAPS, or use the CAPS LOCK key.
    This problem surfaced after a string of updates (Combo 10.5.2 update; Graphics update; keyboard firmware update) and I cannot be certain which one (if any) is responsible for the snafu.
    As someone who types a lot, I urgently need to have this fixed. Thanks.
    Andreas

    I solved the SHIFT key problem. As it turns out, it was not the result of any update or buggy piece of software code, but a conscious (albeit erroneous) decision on my part.
    A few days ago, I installed a new version of TypeIt4Me and in perusing the various settings, I selected the “No DOuble CAps” option. I misinterpreted what this option would do. It modifies the behavior of the SHIFT key which I then thought was a bug in my system.
    TypeIt4Me, btw, by Riccardo Ettore, is a wonderful application. I have used it for more than a decade, and I can honestly say it is the most valuable shareware utility I have ever installed on my macs. I strongly and unconditionally recommend it to all mac users.
    Andreas

  • Button is not coming in the first row of a table view

    Hi,
    I am having an assignment block in which i have added a button in DO_PREPARE_OUTPUT method. It is displaying in the second line in the header of the table view and the first line shows the excel and personalization buttons. I want all these buttons to display on the same line in the assignment block.
    the .html code is below
       <%@page language="abap" %>
    <%@extension name="thtmlb" prefix="thtmlb" %>
    <%@extension name="chtmlb" prefix="chtmlb" %>
    <%@extension name="bsp" prefix="bsp" %>
    <%@extension name="tajax" prefix="tajax" %>
    <%
      data: lv_xml          type string value is initial.
      DATA: lv_displayMode  TYPE crmt_boolean.
      lv_xml    = controller->CONFIGURATION_DESCR->GET_CONFIG_DATA( ).
      lv_displayMode = controller->view_group_context->is_view_in_display_mode( controller ).
    %>
    <%
      IF lv_displayMode eq abap_true.
    %>
    <%--<chtmlb:tableExtension tableId = "ResultList"
                           layout  = "FIXED" >--%>
    <chtmlb:configTable id                    = "Table"
                        navigationMode        = "BYPAGE"
                        onRowSelection        = "select"
                        selectedRowIndex      = "<%= ADMINS->SELECTED_INDEX %>"
                        selectedRowIndexTable = "<%= ADMINS->SELECTION_TAB %>"
                        selectionMode         = "<%= ADMINS->SELECTION_MODE %>"
                        table                 = "//ADMINS/Table"
                        usage                 = "ASSIGNMENTBLOCK"
                        visibleRowCount       = "6"
    <%--                    actions          = "<%= controller->gt_button %>"--%>
    <%--                    actionsMaxInRow       = "6"--%>
                        width                 = "100%"
    <%--                    headerVisible         = "TRUE"--%>
                        hasLeadSelection      = "X"
                        personalizable        = "FALSE"
                        downloadToExcel       = "FALSE"
                        showNoMatchText       = "FALSE"
                         />
    <%--</chtmlb:tableExtension>                     --%>
    <%
      ELSE .
    %>
    <chtmlb:tableExtension tableId = "Table"
                           layout  = "FIXED" >
    <chtmlb:configTable id               = "Table"
                        displayMode      = "<%= lv_displayMode %>"
                        navigationMode   = "BYPAGE"
                        onRowSelection   = "select"
                        selectedRowIndex = "<%= ADMINS->selected_index %>"
                        table            = "//ADMINS/Table"
                        usage            = "ASSIGNMENTBLOCK"
                        visibleRowCount  = "6"
                        selectionMode    = "<%= ADMINS->SELECTION_MODE %>"
                        allRowsEditable  = "TRUE"
                        personalizable   = "FALSE"
                        downloadToExcel  = "FALSE"
                        headerVisible    = "TRUE"
                        hasLeadSelection = "X"
                        visibleFirstRow       = "<%= ADMINS->visible_first_row_index %>"
                        actions          = "<%= controller->gt_button %>"
    <%--                actionsMaxInRow       = "6"--%>
                        width            = "100%" />
    </chtmlb:tableExtension>
    <%
      ENDIF .
    %>
    Could you please let me know where i went wrong.

    In your code
    if(rs.next()){
      depflights = new ArrayList();
       while(rs.next()){ ...when you call rs.next() in the if statement, the resultset cursor has been placed on the first record and you are not reading it. So, you never get the first record.
    Change your code to remove that if condition and simply initialize the ArrayList.

  • To skip the first two Digits of the Char in Query

    Iam using County code which is the attribute of Vendor in free-chars of my query. In back-end iam doing some enhancements for this county code and populating the county codes values with region. (For example if the country code value is 021 in back end iam populating by concatenating with region value. so the value in the back-end is 05021.)
    When i run the query the key of county code value i see is 05021. But i need to skip the first two digits in county code and should display in the result. Is there any way to skip the first two digits for the county code values.
    Thanks in Advance
    Sudhakar

    Hi Sudhakar,
    Pls go through the link:
    Remove the last two charecters from right
    Thanks and Regards,
    Ramki

  • First digit disappears

    I am facing a peculiar situtation in our multiple forms application. The situation is like this-
    In form A I have a text field named TEXT1 with data type as number.I navigate from form A to Form B and perform some update in Form B. After this I come back to Form A and type a number in the field TEXT1. The first digit that I type in this field almost always disappears. If I do not perform any update in form B this does not happen and things work fine. I am messing up something that I am not aware of.
    Does any body have any clue?
    Thanks for help.

    I've experienced this peculiarity sporadically as well. From what I can tell, sometimes it does this: you navigate to the text item, you enter first char, magically this char gets selected, next char you write replaces selection and from there on everything seems normal.
    I think it's a bug in the java gui part, and some of these things have gotten better with new Jinitiators. 1.3.1.8 on Unix was horrible, 1.3.1.9 (windows) was better and I don't see it happening (much?) with 1.3.1.13 (also on windows).
    Some people tend to experience it more often than others. I've hypothesized somewhat about mouse drivers and that sort of thing ...?
    Regards,
    Jesper Vad Kristensen

Maybe you are looking for

  • Report On Purchasing - To display Vendors and no of Materials they Supply

    Hi, In need a report on purchasing to dispaly the vendors and how many materilas they are supplying. Like Vendor             No. of Materials 100                         5 200                         7 300                         3 and so on.........

  • Installing and activating Creative Suite 6 Design Standard on two computers?

    Hello! I purchased Creative Suite 6: Design Standard as a physical copy (with a CD) about a couple of years ago. I've installed it on my iMac, but now that I purchased a Mac Book Pro, I'd also like to install the package on the laptop. My new Mac Boo

  • Why does no one care about loyal customers???

    I canNOT believe that I have to take this issue to the top of the company!  I ask for one thing after being a customer for more than a decade.  I ordered 3 new phones for them - we decided to keep 2 and exchange the 3rd in this 2 week deceptive no wo

  • Doubts on nonxa oracle datasources in Weblogic JTA transaction

    I am doing some studying on XA transaction handling in weblogic 10.3.6. I read a lot materials on web saying that can't enlist more than 1 non xa datasources inside one single XA transaction, so I am doing a simple test: trying to update one record i

  • Flash player caches external class files

    Hi I work for a technology company in San Antonio and we use flash for developing interactive course ware. We use a flash shell which loads the separate pages of our lessons and have noticed a very big problem with the way the flash player caches cla