Additional search field in "Identify Account"

Hi,
We have CRM 5.0 system and in the IC for "Identify Accounts" the requirement is to add the field for organization so that the users can arrive at the customer by mentioning the organization name.  I am new to CRM . Can some one suggest me or provide me a link which explains this requirement.
Thanks in Advance.

Hi,
    For Identify Account view, to add a new field, first search whether the company name field
    is available in BOL layer or not. you can search the BOL entity BuilHeaderSearch to check
    whether Company name field is available or not, if not then add it to BUPA Busines object
    using EEWB. After that, goto BSP_WD_WORKBENCH Transaction and create an attribute
    in the SearchCustomer context node, and modify the required methods as per your search.
    Please let me know if you find any difficulty in adding it.
Thanks
Arun Prasad Rapeti

Similar Messages

  • Search help for 'Account ID' field in 'Identify Account' section

    Hello all,
    We are on CRM 5.0.
    I want to attach the search help 'BUPA' for the 'Account ID' field in 'Identify Account' view of IC Webclient.
    Can you please let me know how I can achieve this.
    Regards,
    Nag

    Hello Glenn,
    Thanks for the reply.
    Let me rephrase my question.
    Account ID is already there as a search field. But I want to add F4 search help for this field.
    So when the user hits F4 key, the system should display the 'BUPA' search help so that user can search for the BP number by name, zip code etc.
    So I want to attach the search help 'BUPA' to the 'Account ID' field in the screen.
    Can you please let me know how to do that?

  • Adding new search fields in identifying accont in CIC Web client

    Hi All,
    How do I do to add a new field (not in BOL) to search for in the identiyng account in CRM 4.0 Interaction Center Web client.
    We have extended the BOL with the new field and add it to the BSP for BupaSearchB2B, But what and where do I add functionality to also actually use the field content when searching for business partners.

    Hi jan
    I am facing the same problem we are adding one field to identify account in CRM 4.0 IC WEBCLIENT , field name is CIF NUMBER (bu_sort1 or bpext)  , I identified that it is not an standard BOL field , can you please update me how you added the new  field to bol structure and what is the follow up process to provide complete functionality like the existing fields , Please extend your help regarding this field addition , it is very urgent
    this is my mail id [email protected]
    Warm regards
    bms

  • Additional Search Field on BP in IC

    Hi
    I have a requirement to add a custom searchable field to the Identify Account view, to facilitate this, I have extended the Business Partner via the EEWB to add a new field.
    This field is a text field and needs to utilise TREX to provide fuzzy search functionality.
    I have used the following blog, Fuzzy search on BP in CRM ICWC, as the basis for creating a fuzzy search function for Account Identification, which works with the Name and address fields.
    I have modified the view to add my custom field to the select screen, and I can append the entered value to the TREX query table, but the attribute required is not in the TREX index, so it returns no results.
    The index used is the BUS1006 index which is created using the SAF admin tool, I need to extend this index to include the new attribute in the index, to allow results to be returned based on this attribute.
    I will award points if anyone can help me extend the attributes of this index to allow me to use the fuzzy search function on this new field.
    Thanks
    Andy Beavan

    Hi,
        For Identify Account view, to add a new field, first search whether the company name field
        is available in BOL layer or not. you can search the BOL entity BuilHeaderSearch to check
        whether Company name field is available or not, if not then add it to BUPA Busines object
        using EEWB. After that, goto BSP_WD_WORKBENCH Transaction and create an attribute
        in the SearchCustomer context node, and modify the required methods as per your search.
        Please let me know if you find any difficulty in adding it.
    Thanks
    Arun Prasad Rapeti

  • UME user search with multiple search fields (AND / OR search)

    Hi,
    I'm struggling with a UME user search problem. I have multiple search fields: lastname, firstname, department
    Searching in this fields is working with the default IPrincipalSearchFilter.SEARCHMETHOD_AND (default)
    <a href="http://help.sap.com/javadocs/NW04/current/um/com/sap/security/api/IPrincipalSearchFilter.html#setSearchMethod(int)">JavaDocs SearchMethod_AND</a>
    Now I would like to add an additional search field for searching in telephone, cellphone as well. BUT searching for a phone number with searching for one of the other fields should not be a AND search. Is this possible?
    Here is the actual non-working code:
         Vector retVector = new Vector();
         //get Userdata with IUserFactory
         IResourceFactory resourceFactory = ResourceFactory.getInstance();
         IURLGeneratorService urlGen = (IURLGeneratorService)resourceFactory.getServiceFactory().getService(IServiceTypesConst.URLGENERATOR_SERVICE);
         IUserFactory userFac = UMFactory.getUserFactory();                    
         IUserSearchFilter srcFilter = null;          
         try
              srcFilter = userFac.getUserSearchFilter();
         } catch (UMException e)
              // TODO Auto-generated catch block
              e.printStackTrace();
         if(lastName.length() > 0)
              srcFilter.setLastName(lastName + "*",ISearchAttribute.LIKE_OPERATOR, false);
         if(firstName.length() > 0)
              srcFilter.setFirstName(firstName + "*",ISearchAttribute.LIKE_OPERATOR, false);
         if(department.length() > 0)
              srcFilter.setDepartment(department + "*", ISearchAttribute.LIKE_OPERATOR, false);
    //Here I need help!!!!!!! Please advice!!!
         if(telephone.length() > 0)
              srcFilter.setTelephone("*" + telephone, ISearchAttribute.LIKE_OPERATOR, false);
              srcFilter.setCellPhone("*" + telephone, ISearchAttribute.LIKE_OPERATOR, false);
         //if(mobil.length() > 0)
         //     srcFilter.setCellPhone("*" + mobil, ISearchAttribute.LIKE_OPERATOR, false);
         //Set maxium value for Result and thus limit the static variable SIZE_LIMIT_EXCEEDED
         //This method can only be used, if only one search attribute is specified -> thanks SAP
         if(srcFilter.getElementSize() <= 1)
              srcFilter.setMaxSearchResultSize(300);
         ISearchResult srcResult = null;
         try
              srcResult = userFac.searchUsers(srcFilter);
         } catch (UMException e1)
              // TODO Auto-generated catch block
              e1.printStackTrace();
    Thanks for any help...
    Stefan

    Hello,
    I could still need some help. Is there no one who could give me a tip? Could I explain my problem clearly enough or do you need some more information about my problem?
    Or is the search topic with searchFilter not a very common used thing?
    Is there a possibility to do a search in the received search result? Can anyone explain how this would work?
    Any ideas are welcome.
    Regards,
    Stefan

  • Additional search & display fields rqd for opportunities in IC Winclient

    Hi
    I have a requirement where i need to add additional search and display fields in the Interaction history in IC Winclient.
    The search and display fields are for the opportunities search in the Interaction History.
    As SAP standard we have,but need to add few more for my client.
    Please can anyone suggest me is there any standard config to do it or we need to develop to populate the additional fields.
    I really appriciate for quick response and will be give reward points .
    Thanks,
    Kalyan
    Message was edited by:
            kalyan atukuri

    Hi Siva
    What is the transaction to look at this query?  I have not seen any evidence that the program accesses this query, but it is worth having a look I guess.
    The sequence of Function calls are:
    CCMCS_BP_SEARCH_RULES
    CCMCS_BP_SEARCH_CONTROL
    CCMCS_BP_ADDR_SEARCH2
    CCMCS_BP_SEARCH2
    (Up to this point it uses structure CCMADDRESSFIELDS, and has accesss to HOUSE_NUM2)
    Then it calls BAPI_BUPA_MAIN
    It might be that I will have to repair CCMCS_BP_SEARCH2 in the end, but I'd like to be sure that it is my only option, as I do not want to change SAP standard code unnecessarily.
    Cheers
    Esti

  • Field cost centre is a required field for GL account Error

    The error that I get during a sales transaction is: Field cost centre is a required field for GL account Error. Where or which transaction in FI do I use to maintain this setting.
    Thank you.

    Hi,
    Goto Tcode - OKB9. Search for that G/L account number under your co. code. There select the row, you can maintain the cost center directly. Else for Account assignment detail column, keep it as 1(Valuation area mandatory). Then under new entries maintain the valuation area, which is nothing but the plant, and against that maintain the cost center.
    Hope this resolves your query.
    Please let me know if you need any additional information.
    Thanks,
    Prithwiraj.

  • Search field in App Store [iPad 4]

    Hi,
    I might have identified a software defect on my iPad after upgrading to iOS 7. I'm not sure if this is a feature of App Store or a glitch. Below are the steps to reproduce the behaviour.
    Steps:
    1. Start the App Store app on your iPad
    2. Touch the search field, enter any word(s) and hit Enter.
    3. Try clearing the search field using the (x) sign.
    4. Switch to another tab within App Store
    5. Repeat steps 2-4
    Expected / actual result:
    1. App Store is started -> OK
    2. App Store lists the apps matching your search string -> OK
    3. Text field is cleared -> OK
    4. Text field contains the latest search string -> NOK
    5. The old search string is cleared but instead the new search string is displayed even after clearing the text field and switching to another tab within App Store. -> NOK
    Conclusion:
    It seems that the search string is stored permanently until a new search string is entered. It doesn't matter how many times you clear the search field. The latest string is always there. Is this the expected behaviour? Because when I perform these steps on my iPhone 4 using iOS 7 this effect is not reproduceable.
    Best regards,
    Anton

    As promised earlier, I am posting back with my findings and have figured out how to clear this field. This was successful on both the iPad 2 and "The New iPad" 3rd gen.
    I do not know if this is a permanent fix and am not going to go out of my way to duplicate the bug. If I search an app from the app store on the iPad, I will avoid doing so from the Purchased or Updates tabs at all costs and do so from either Featured, Top Charts, or Explore - none of which seem to be bugged.
    Under Settings/General/Reset: Reset All Settings.
    You will have to log back in to iMessage and Facetime which seemed a little quirky. You will also need to set your wifi back up so if you have a static IP set, take note of your settings first. There are some general Mail, Contacts, Calendars settings that will need to be set back the way you prefer. It may remove Passcode lock. If you use Reduced Motion under Accessibility, that will need to be turned on again. There could be some other settings as well but those are the main ones. All of your data, accounts, and apps are secure and will not be changed.
    Your settings will reset, your device will power cycle, and the bugged search box in the app store on the Purchased and Updates tabs will be cleared once again.
    Please let me know how this works for you guys and if you dare to duplicate the issue, what triggers it? Searching and installing an app? Simply searching for an app? Perhaps the issue is gone under the new iOS and can no longer be duplicated?
    I don't know, but for you Type A's out there, enjoy the clear search bar!

  • In portal after clicking the search field of table UI popup  is not coming

    Hi Experts,
    I have a problem in portal . In "RecordWorkingTime" when I select any search field of this table Ui  it is refreshing for unlimited time  period and the pop up window is not coming .
    Can you suggest me any possible solution for this strange problem ?
    Regards,
    Sumana
    Edited by: sumana05 on Mar 9, 2012 10:58 AM

    Hi
    In addition to this, we also put the trace on the application. During the trace analysis we found that the RFC: HRXSS_CAT_WD_F4_SELFLD_DEFAULT doesn't seem to get called.
    Not sure what could be the issue.

  • Search for G/L account in shopping cart

    Hi Experts,
    I have a question regarding default data in the search function in shopping cart.
    When I create a shopping cart, I don't have any data defaulted into the field for G/L account. We would like the user to open the 'area' cost assignment and make the allocation for G/L account them self.
    My question is: When the user activate ' cost assignment' press on the binoculars in the field 'G/L account no., a search screen is activated.  In the search screen there are some default data, company code, launguage, chart of account, etc. WHERE DOES THESE DEFAULT DATA COMES FROM?
    Best regards. Kim

    Hi,
    Depend upon your product category that is selected in SC and Cost center the G/L Account data comes up.. in SRM there is a table called BBP_DET_ACCOUNT here the data is configured... so if you check here you will find for that particular product category what are the G/L Accounts maintained...
    Hope my explanation helped you to resolve your query
    sam

  • After upgrading to iTunes 9.2, unable to type in text/search fields

    Hi,
    After upgrading to iTunes 9.2, I am unable to type into text or search fields within iTunes.
    Haven't tried all fields, but I've seen it in both search in iTunes and the iTunes store, and also trying to create folders on my iPhone (through iTunes only, it works fine on the phone).
    Anyone else seen this or have an idea for a fix?
    Thanks...

    I'm wondering if you figured out this problem. I'm having the exact same issue, which means I can't even log in to my iTunes account. I've even tried uninstalling it and reverting to iTunes 9.1.1, which then won't even open.

  • Adding new field in SC Account Assignment Screen (only for information)

    Hi guys,
    we have a requirement, to <b>show</b> additional fields within the account assignment screen. The contents should only be displayed as information for the user. It is not necessary, respectively not wanted to save this data within SRM or the Backend-System.
    2 questions:
    a) Is it necessary to expand the item-structure of the SC (INCL_EEW_PD_ITEM_CSF_SC) AND to expand the accounting structure (INCL_EEW_PD_ACC_CSF) for this fields?
    b) Is it sufficient, that the INCL_EEW*-structures of the PO-/billing-document etc. are <b>NOT</b> expanded with the additional fields to avoid the saving? In OSS-Note 458591 it is mentioned, that it is necessary to expand the CI-COBL-structure within the Backend-System.
    Thanks in advance with best regards.
    Bernd
    ps. We are using SRM 4.0.

    Hi
    <b>We have done this several times, in our past previous SRM implemenatations.</b>
    a) Yes. You need to expand the item structure at the Shopping cart level to display your Custom fields in the We bapage. As Per OSS Note - 672960, you can see the details. For display purpose, at least these custom fields must be created in the standard include structures [e.g., INCL_EEW_PD_ACC_CSF, etc ].
    b) Yes, no need to expand any other SAP Include structure, incase you don't want the field contents to be saved in backend system (incase of Purchase Order / Purchase Req).
    <u>Please see the follwoing links, which deal with the similar requirements, you have asked for in detail with code and other relevant details -></u>
    Re: Item Field Appearing In Account Assignment Field
    Re: Control Busniess Area Field in Account Assignment..
    Re: Add new account assignment field
    Re: Account assignment category not passed into Target Objects Badi
    Re: Add customer fields in Shopping cart and purchase order
    Re: Hiding CUF fields in SC Basic data
    displaying custom fields on shopping cart
    Custom Fields in Cost Assignment Tab
    How to add the custom field in SRM EBP shopping cart?
    Add customer fields in Shopping cart and purchase order
    Hope this will definitely help. Do let me know, incase you face any issues.
    Regards
    - Atul

  • Table name and field name for accounting and material document in MM

    Hi
    Table name and field name for accounting and material document in MM
    how can we diffreentiate the accounting document in MIGO and MIRO ?

    Hi,
    For Goods reciept documents you can search from the tables  MKPF-Header: Material Document and MSEG-Document Segment: Material,
    and for Invoice documents you can search in  tables   BKPF-Accounting Document Header and BSEG-Accounting Document Segment.
    For differentiating the Accounting documents in MIRO and MIGO based on posting key and document types for GRN -document key is -WE and for MIRO document is -RE.......
    Hope this may help you.....................

  • Custom search fields on BBPCF01

    Hi,
    I have some troubles in viewing custom search fields on transaction BBPCF01.
    I created a new custom Function group with a dynpro where I will place my custom fields. I created a new html template for this screen. Then i modified the BBP_CUF_BADI implementation in order to add my custom screen:
        ev_repid = 'SAPLZSMM_CUF_PO'.
        ev_dynnr = '100'.
    On the GUI side I correctly see my custom fields, but on web I see one field without label, no matter what I put on my dynpro, it could even be empty or contain only a checkbox. Can anyone help me?
    Thanks in advance
    Edited by: francesco on Jan 31, 2008 12:40 PM

    Hi Karsten,
    thanks for your patience. I need to add three new selection parameters for PO on the above mentioned transaction. The additional selection fields are Purchasing Document Date, Profit Center and Name of requester. Moreover I need to add some check boxes in order to further narrow selections according to a logic.
    I tried to add the fields through BBP_CUF_BADI_2 and it worked, but the fields are added vertically on the web transaction making it a bit "ugly", so I decided to draw my own dynpro and call it through BBP_CUF_BADI, which allows you to call a custom dynpro on a standard transaction.
    On gui side it worked, even if I still don't know how to make it actually work for the selections...
    I don't know what else to do.
    thanks for any help.

  • How to add search field to BP_HEAD_SEARCH from component BP_SALES?

    Hi experts,
    I'm quite new to the CRM 2007 and I need help to fulfill a request. It sounds actually quite simple:
    The field "Sales Office" from Sales Area Data should be displayed in the Account Search page as possible search field:
    To Change:
    Component: BP_HEAD_SEARCH
    View: MainSearch
    Sales Office is from:
    Component: BP_SALES
    View: CorpAccountOrgEF
    Context Node: BUILRESORG
    Attribute: STRUCT.SALES_OFFICE
    I've searched all moring in this forum but nothing could help me. Any help is appreciated and rewarded if useful!
    Thanks!
    / Melanie

    Melanie,
    The problem you have is you need to extend the search in all the layers of the application, So this means the following:
    1.  You added the field to the context node
    2.  You need to add the field to be visible in the configuration
    Now for the part not being done, the field needs to be present in the structure:
    CRMT_BUPA_IL_HEADER_SEARCH in order to work.
    Look at the GENIL/BOL class CL_BUPA_IL_HEADER_SEARCH->GET_RESULT_TABLE.
    You will also need to implement the BADI in the enhancement spot CRM_BUPA_IL_SEARCH in order to make your search work correctly.
    Read the documentation for the BADI BADI_CRM_BUPA_IL_SEARCH_EXT in the search extension for more details.  If explains exactly how to do what you want to do.
    Take care,
    Stephen

Maybe you are looking for

  • IPod not recognized by windows after iTunes update

    After my iTunes 6.0 update, my computer (running on Windows XP) suddenly won't recognize my iPod. It says "Does not recognize USB device," and "no driver found". When I connect my iPod to my laptop (which still has iTunes 4.0 installed) it is recogni

  • Time Machine: disk full (but doesn't self erase old backups?)

    Hi everyone. I am trying to do my backups with Time Machine (TM). My HD is 1TB, external HDD (for TM backups) is 2TB. After a few days TM tries to do new backups, but an error message pops up: "Too low space" in the 2TB HDD. But does not TM automatic

  • Can I restore an iPhone 3G from an iPhone5 Backup?

    Basically I want to transfer everything possible from an iphone 5 to an iphone 3G... what are my options? Thanks!

  • Droid Razr M not sending full text messages after updating

    I had an update to my Droid Razr M four days ago.  Since that update, if I send a message that is longer than the allotted characters,  the message is not fully sent.  The person receiving the text only receives the first part of the message.  They h

  • Mail icon in Dock

    The mail icon continues to show I have 3 unread email. I have rebuilt all mail account boxes and searched / sorted to find these unread 3 to no avail. I have also quit mail, rebooted many times for other reasons and the problem persists. I mention it