Wildcards with telephone number in BP search

Hi all,
I added telephone number field to the extended search of business partner, It works only with the exact number and doesn't works using wildcards...
Any suggestion?
Thanks a lot

MAC CL_BSP_BP_ACCMOD's query method uses FM COM_BSP_SEARCH_BP.
Look into this function module before you make enhancements around BP search using telephone number.
Thanks,
Thirumala.

Similar Messages

  • Problem in identifying Customer with Telephone number in CTI

    I am facing a challenge in the following scenario:
    We are in the process of CTI integration, when we get inbound call alert from a mobile, the screen displays the number in a format like +9050XXXXXXX and for a landline number it shows +904XXXXXX. In the BP, we have maintained the numbers without 9, so when the call comes to ICWC, its not identifying the customer. My CTI vendor said the number 9 is defined in the PBX and if removed it will create other problems.
    I have created a test data - BP with my extn no. (only extn. no not the complete landline number) if i call my agent id no from my extn no., ICWC is able to identify the customer. The alert shows +72085 which is my ext no. but there is no prefix of no. 9.
    My question is:
    How can i adjust the search routine in SAP to search for the telephone number beginning with +9.
    Is there any other alternative solution available for this. Any thoughts..

    Hello Kalees,
    We had a similiar problem in one of ours CRM IC implementations, but since this particulary implementation we were using BCM we removed the numbers there.
    But been searching and i think that the function used to indentify the call partner for the call it's BUPA_SEARCH_2(iv_telephone) think you can manipulate your telephone number there just for the identification, but the number showed in IC will still have the 9.
    Don't know if this help , but try some debug perhaps this helps you get a solution(check class CL_CRM_MCM_SESSION).
    Best Regards,
    Nuno Lopes

  • IPhone email header with telephone number

    Is there a way to send email from my iPhone without the recipient getting my telephone number in the email header?

    I think I figured it out. If there is an auto signature in Mail, whatever is in it will show up at the header in iOS.

  • Color problem with telephone number in footer.

    In the footer of my web page I entered a phone number and set the color. On the desktop the color is perfect but when you view it in a mobile device it changes the color to white. I am using Dreamweaver CS6 any help would be appreciated. Thx Rick

    You can disable this feature for Apple devices by using
    <meta name="format-detection" content="telephone=no">
    You could also apply a span with a class around the phone number and then target that in the CSS - Apple devices make it a link so it would be something like the below:
    <span class="iOS">01 234 567 8910</span>
    .iOS a { /* styles here */ }
    Or you could make it a link yourself by using the tel attribute:
    <a href="tel:+112345678910">01 234 567 8910</a>
    a[href^="tel:"] { /* styles here */ }

  • Skype wants a country code with Telephone number?  What is it

    What is the country code for US.  Why does Skype need that?

    http://countrycode.org/
    Dunno why skype would want it unless it's making the contact like a phone call.

  • How to create URL link for telephone number ,open to account search page and account result page ?

    Hi Experts,
    Bussines role - ZCC_ICAGENT 
    If user open this bussiness role and open Account page ,user enter telephone number and enter search account ,then result will be displayed.Instead of 3 clicks ,user click direct URL link ,telephone number is parameter,account Search and account result  page will be opened direct link.
    So how to do it..could you please provide me step by step...what are the steps wee need to follow for creating URL ..how to do it..Please help..
    Thanks
    Kalpana

    Hi kalpana,
    You dont need to do any setting for this.
    Following URL will be used as per your requirement.
    http://rrnewcrm.ril.com:8000/sap(bD1lbiZjPTI0MiZkPW1pbg==)/bc/bsp/sap/crm_ui_start/default.htm
    ?sap-system-login-basic_auth=X&sap-system-login=onSessionQuery&saprole=ZCC_ICAGENT&
    sap-phoneno=9999999999
    Here parameter sap-phoneno will contain the number you want to search for.
    In component ICCMP_BP_SEARCH, go to view BuPaSearchB2B. write below code in its inbound plug IP_INBOUNDPLUG-
    DATA: lt_ivr_url_param TYPE tihttpnvp,
             ls_ivr_url_param TYPE ihttpnvp,
             lr_searchcustomer TYPE REF TO if_bol_bo_property_access,
             ls_searchcustomer TYPE crmt_bupa_il_header_search.
    CALL METHOD cl_crm_ui_session_manager=>get_initial_form_fields
           CHANGING
             cv_fields = lt_ivr_url_param.
    lr_searchcustomer ?= me->typed_context->searchcustomer->collection_wrapper->get_current( ).
         CHECK lr_searchcustomer IS BOUND.
    READ TABLE lt_ivr_url_param INTO ls_ivr_url_param WITH KEY name = 'sap-phoneno'.
    IF ls_ivr_url_param-value IS NOT INITIAL.
             ls_searchcustomer-telephone = ls_ivr_url_param-value.
       CALL METHOD lr_searchcustomer->set_properties( EXPORTING is_attributes = ls_searchcustomer ).
             eh_onsearch( ).
        ENDIF.
    Thanks & Regards
    Richa

  • "User names cannot start with a number" error while adding a user

    Is it possible to use WL Portal 7.0 admin framework to manage users with all numeric
    user id ?
    I got an error "User names cannot start with a number" while trying to add users
    with all numeric user ids. I am using "portalAppTools" web app provided with WL
    7.0 out of the box.
    What "out the box" functionality do I need to change to make this happen ? Thanks
    Shah

    The problem is that when we have user groups starting with a number, then the search
    feature doesn't work for user groups (case # 466837 with BEA).
    So, which brings me to the following question:
    a. Should the search feature work?
    b. What is the limitation? I mean, it is designed not to allow user groups starting
    with a number. So, there must be a reason for this. So, if we change "disallowFirstCharDigit",
    will it have any impacts on Portal?
    As an aside, it seems somewhat strange that the Portals can start with a number!
    Thanks in advance
    Venkatesh
    "Ture Hoefner" <replyto@newsgroup> wrote:
    Hello Shah,
    Search your tools web app for the UsermgmtTools.properties file. In
    my
    installation, it is at:
    D:\bea70sp1\weblogic700\samples\portal\sampleportalDomain\beaApps\sampleport
    al\tools\WEB-INF\classes\com\bea\jsptools\p13n\usermgmt\servlets\jsp
    It starts with this:
    # Messages and other properties used by usermgmt jsp tools
    # Name properties - UserBean and GroupBean
    disallowedCharacters: ~`!$%^&-*() {}[]|\\/?<>,:;+="'
    disallowFirstCharDigit: true
    Ture Hoefner
    BEA Systems, Inc.
    www.bea.com
    "Shah Sidi" <[email protected]> wrote in message
    news:3db0a001$[email protected]..
    Is it possible to use WL Portal 7.0 admin framework to manage userswith
    all numeric
    user id ?
    I got an error "User names cannot start with a number" while tryingto add
    users
    with all numeric user ids. I am using "portalAppTools" web app providedwith WL
    7.0 out of the box.
    What "out the box" functionality do I need to change to make this happen?
    Thanks
    Shah

  • Failure to search telephone number

    I got a telephone number and tried to search it in Spotlight without any result. Is there any trick to do such search?

    I'm not really sure why it doesn't. Probably something to do with the table of information that you're contact phone number being located, isn't part of the search criteria. It doesn't seem to make a lot of sense immediately. I think the mentality with that was Apple decided that when you think of a contact, you seek them out by name, rather than "Oh I want to find 246-5454!".
    An alternative way to do this, is going into Phone, type the number, and if they're a contact of yours their contact name will pop up automatically. Same desired result, different method of approach.
    I hope that helped.

  • Create URL,Telephone number as paramater Account Search and result based on parameter of telephone number ?

    Hi Experts,
    create URL,Telephone number as paramater Account Search and result based on parameter of telephone number ?..
    Previous my thread was locked...Now i want to say thanks to KALYANI L and Richa Dameja,..Now This code i have followed now its working fine..Thanks Great help to Kalyani L..and Richa Dameja.. i have implemented the DO_INIT_CONTEXT.....Now getting result...
    As suggest Kalyani L i have implemented DO_INTI_CONTEXT method,Now its working fine....
    Thanks For support.
    Thanks
    kalpana
    Message was edited by: Andrei Vishnevsky
    Disussion is locked.
    Reason: Re: create URL,Telephone number as paramater Account Search and result based on parameter of telephone number ?

    Hello Kalpana,
    I've already locked your previous discussion and thought that I gave pretty clear warning.
    First of all "do my job" posts are not welcomed on SCN.
    Second point: you're incorrect in choosing SCN space with such questions. Here is a little which is related to IC in your task.
    Third point is that if somebody has an answer to your exact question then he will give you it if he wants. There is no reason to post-post-post messages asking for help or hurry. Your "urgent requirement" is not the reason either.
    Fourth one is: according to The SCN Rules of Engagement you need to do the search before posting. Almost all of your questions regarding this topic has an answer already.
    Locking the discussion again. If you continue to post such questions I will need to report this situation to SAP CRM space editors and global moderators.

  • Vendor Master report with address, telephone number & email ID

    Dear All,
    Kindly provide to me T Code for Vendor master report along with vendor address,Telephone number & email ID.
    Krajesh

    Hi Rajesh .... in case customer require specific information, you can also try using sap queries (trust me it is not as difficult as it sounds but the results are just great ;-):
    queries
    Table SZA1_D0100 have the following fields
    SMTP_ADDR (E-mail Address) ; TEL_NUMBER ; MOB_NUMBER ; FAX_NUMBER
    For address check table ADDR1_DATA
    Common join should be Vendor among these 2 tables
    Hope this helps !!!
    Edited by: m_n_novice on Aug 7, 2009 11:08 AM

  • Is there a telephone number to speak with a live person regarding my question or is chat the only option?

    Is there a telephone number to speak with a live person regarding my question or is chat the only option?

    1-800-922-0204 or *611 from your cell phone. At the phone tree, select option 4 and say agent.

  • I currently have aT-Mobile sim, and therefore, a UK telephone number. Can I get a sim from EE with the same number to use in my iphone 5?

    I currently have aT-Mobile sim, and therefore, a UK telephone number. Can I get a sim from EE with the same number to use in my iphone 5?

    The easiest way to find out what carrier it's locked to would be to call the store where you purchased the phone.
    The phone can be unlocked from any location.  However, most carrier have restrictions about unlocking and you have to contact them for details.

  • After I synced my iphone (4S with ios 8.1.2) using itunes with MS outlook on my new PC , suddenly all my contacts without telephone number and what I have the name of the contact only ?

    After I synced my iphone (4S with ios 8.1.2) using itunes with MS outlook on my new PC , suddenly all my contacts without telephone number and what I have the name of the contact only ?

    I couldn't find the edit button on my original post so I am posting an update here.
    I have gone through more apps and have had good luck on all but one more.  And it's not that the app doesn't work, I am talking about the Yahoo Weather app, It works fine, but when you swipe between cities the screen lags a bit and it sometimes doesn't move between pages the way it should.  On iOS 7.1.2 it was smooth as butter but on iOS 8.0, not so much.  I will post a note in the app store to let them know.  I really like the Yahoo app better than the new stock app.
    I have been going through my games and they all work fine. Angry Birds (Original and Stella), Canabalt, Minecraft, Bejeweled 2, Silly Walks, PopWords, Doodle Jump, Deep Green all seem to work just fine. 
    Starbucks app works as it should. 
    I will stop back again next week after I have had the weekend to play with it in detail and post my thoughts again.

  • Cic winclient :  Extra search field is populating with BP number

    Hi guys
    I enhanced the IC WINCLIENT search criteria with Extra field ( BP External number) in the BP extended search area i.e application area by adding the HTML code and I Modified all the relevant function modules,  when I am searching with BP External number it was working fine, <b>except in the result screen Extended field ( BP External number) is filling with BP Number not with the  BP External number .</b>
    is it required to make any changes in the html code
    I did the below HTML code
    <TR><TH align=left width=28%>BP External Number</TH>
    <TD width=72%><INPUT name=BP1_BPEXT size=20 maxLength=20 type=TEXT/PLAIN>
            </TD></TR>
    Pls help me what I am missing
    Thanks in advance
    Warm regards
    Rajasekhar
    <b></b>

    Hello,
    please see note 950975 and check IE versions and also check that the latest GUI patch is available on the users PCs.
    Regards, Gerhard

  • TS4268 I have a new iphone on a new telephone number but I cannot delete the old one and the phone will not sync with the phone

    Has anyone else had the same problem with a new phone and new telephone number?

    I would delete all data from the phone and restore as new.  I assume the phone is unlocked.  Then I would get the SIM card from the carrier I want to use and activate the SIM with the carrier and po my phone number across.  After that I would use the SIM card in the phone and activate the phone using iTunes, a computer and the setup assistant that will pop up in iTunes and you should be good to go.  I don't know what you did when you got into the trouble you now have. 

Maybe you are looking for

  • Unable to find properties file in jar

    I have a jar file that looks like this from contents stand point c:> jar vtf csdsutility.jar 0 Mon Oct 24 10:04:58 EDT 2005 META-INF/ 71 Mon Oct 24 10:04:58 EDT 2005 META-INF/MANIFEST.MF 2633 Fri Oct 21 17:04:44 EDT 2005 csds/utility/JavaLogging.clas

  • Safari Hanging

    Yet one more issue to try to figure out. Since I started using my new iMac I have been getting periodic freezing in Safari and the web often seems much slower than it should. This forum has been a particular problem today, often hanging for a good 10

  • Can i Change/Update the Lead Status using Action profile of Activity.

    Hi, I have created one Lead, and on the basis of Qualification level action triggers and Ativity getting generated. I want to know that it is possible by using functions(Action Profile/conditions) in activity, If i change the status reason of Activit

  • File Movement Question

    Last evening I mistakenly moved the icon for my iTunes folder from my home directory to the root directory - I meant to copy it to an external HD.  The folder icon and apparently the data moved immediately to the root directory just like it would hav

  • What I Import is not what I exported (IDML CS5)

    Hi, I'm evaluating Indesign Version 7. I have received an indd file and could read it in CS5 without any problem. I exported it to the IDML format in purpose of translating it. When reimporting it I noticed differences in the layout. After some tests