Enhance product search

Hi,
I would like to add my own search criteria to the standard product search. I figured that the used component is 'PRD01QR' and thus I enhanced it. The corresponding view is 'PRD01QR/Search'. I created a new context node that corresponds to my set type that contains the attributes I would like to add.
Unfortunately, after creating the context node, the attributes are not visible in my customized configuration.
Does anyone have a clue, how to enhance the standard product search with self-defined attributes? Thanks in advance!
Regards,
Marc

Hi,
I have the same problem. Can you let me know the answer for this.
Thanx,
Pandiyan

Similar Messages

  • Enhance product search in ICSS.

    Hi Expert,
    In ICSS I want to enhance the product search in create service ticket. As a standard functionality you can search product by entering product id or description. I want to enhance that search by catalor id. Means by putting catalog id it should give the corresponding material. We have created ZCATALOG1 and ZCATALOG2 attributes in an index of trexadmin and customized the ICSS UI in such a way that catalog id will come below product id . There you can put the catalog id. Now question is how to assign the search text in ZCATALOG1. Any body has any clue how to it?. It will be really helpfull to me.

    Hi Tuhin,
        PFB the link this might help you.
    Re: Product custom search logic in Web UI
    Regards,
    Lakshmi.Y

  • Enhance Product Search PRD01QR by Division

    Hi,
    I need to enhance the product search ( Component PRD01QR) with a new search criteria Division. Could you please advise me on how to achieve the functionality.
    Regards,
    Kamesh Bathla

    Hi Kamesh,
    For achieving the above functionality, there are two steps:
    1. Enhance the search structure which you have already completed successfully. Add the additional attributes in BOL structue and make them available in UI.
    2. Enhance the standard search.
    For this, there is a standard BADI definition in CRM: CRM_BADI_RF_Q1O_SEARCH. You need to create a filter dependent implementation for this. In the filter value, specify the name of your search object. In your case, its 'ProdAdvSearchRgProducts'. In the search method of this implemented class, you'll receive your search attributes value in the importing parameters. Write your own dynamic query here based upon your selection criteria and send result list in ET_GUIDLIST structure as returning parameter.
    The same result list will be populated in the result list of UI.
    The same concept can be adopted for enhancing any search in UI.
    I hope my answer helps.
    Thanks
    Vishal

  • Product Search in IC WebClient

    Hi,
    I am new to WebClient and now my client has an enhancement for Product Search in WebClient. Any help in this is greatly appreciated.
    Backend system: SAP ECC
    CRM System: SAP CRM 4.0
    Sales Order Creation: in SAP CRM Web Client
    1). Client products come in many different versions (ECC has products globally).
    2). Client need a functionality in such a way that, during sales order entry the interaction center agent should search the product based on the country and product description(sometimes customer group).
    Example: A typical distinction between the different products is the language on the packaging. Products sold to customers in Canada can have multiple language versions: an English only variant, and an English/French variant. Some of the client products can have up to 8, 9 different language versions.
    Therefore an enhancement is needed to select the appropriate version of a product depending on the county of the ordering customer (in some situations also the customer group of the customer is taken into account).
    How we handle this enhancement in Web Client?? Please reply to this as quickly as possible.
    Thanks a bunch!
    -Supraja

    Hi,
    A better solution is to edit your own copy of the navigational XML as per the <a href="http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000647973&_SCENARIO=01100035870000000112&_OBJECT=011000358700003057372006E">Web IC Cookbook.</a> The section you want is around page 60.
    Regards,
    Patrick.

  • Filter on product search in SAP CRM 2007 User Interface

    Hi Experts,
    I have the following requirement: we need to have the possibility to filter the Products in the Product search in the user interface based on the User's sales organization. Meaning that, if a user belongs to Sales Organization A, he will be able to see ONLY the products belonging to sales organization A.
    Can anybody of you Experts, suggest a way to implement this via standard SAP and not via an enhancment if possible?
    Thanks in advance to all of you.
    MC

    Hi Michele,
    maybe have a look at BAdIs COM_PRODUCT_SEARCH and COM_PRODUCT_SE. Did not try them myself but they are for enhancing searches in product.
    cheers Carsten

  • Add existing settype to product search

    Hello,
    I want to add the existing field basecategory (Relation ProductBaseCategory) to the product search in CRM.
    1. I have appended the new field to the search structure CRMT_PRIL_QUERY_ADVSEARCH_PROD
    2. I have created an entry in table CRMC_PRSEA_ATTR for my field. I have found the settype COMM_PR_CATEGORY which sounds suitable. But I cannot see the Attributes belonging to it. Does anybody know what is the attributes naem for the base category?
    Or has anybody another idea how I can add the BaseCategory to the Search Parameters?
    Thanks,
    Anne

    Hello Anne,
    Search based on Category ID is already present in standard.
    But I doubt, enhancing the search with base hierarchy would work since this field is not covered
    within existing standard search. ( I mean by underlying APIs).
    Best Regards,
    Shanthala.

  • SAP CRM Standard Product Search Not working for ATTR STR_SUPPL2

    Hello Colleagues ,
    Background :-
    Each Product in SAP CRM has a location address .
    Address has an attribute STR_SUPPL2 . This standard field is also a Query Parameter in Product Search Query.
    When we use this Query Parameter STR_SUPPL2 , Search result in an Error Message with no result .
    Technical Analysis :-
    There is a Query Parameter named ST_SUPPL2 in the CRM Product Search ::ProdAdvancedSearchIndObjects .
    When we use this Query Parameter an Error message Appears .
    Search criteria LOCATION_ADDRESS.STR_SUPPL2 in scenario CL_COM_PRSEARCHSCENARIO_LOCAT not included in tool/filter    LOCATION_ADDRESS    STR_SUPPL2    CL_COM_PRSEARCHSCENARIO_LOCAT
    X
    I tried to find out the cause .Its mainly because SAP has coded in such a way to allow only few Location Address parameters in production search .
    This can be viewed in the class :: CL_COM_PRSEARCHTOOL_LOCAT~DO_SEARCH .
    There is a related OSS Note (1018099)  as well ,but its valid for few Fields only .
    We are already on CRM latest SP .
    Client Requirement :-
    Since STR_SUPPL2 is part of standard search criteria and my Client requires to consume this field in Product Search and Result .
    Please if some one can help here .
    MY DOUBTS :-
    Query 1 :-
    Should this be resolved by SAP and Shall i open an Incident ?
    Query 2 :-
    What BADI should i use if i need to write my own custom logic to implement search based on this field STR_SUPPL2 ?
    OR
    if there is an easier way to achieve this ?
    Refer to the attached snapshots.
    Regards
    Nitin

    Hello Samantak ,
    Thanks for your Sol Proposal .
    I checked Implementing COM_PRODUCT_SE .
    But looks like after Implementing the Enhancement Spot , I have to Take care of the Complete Product Search myself  .This is not the intension here .
    Reason : CL_CRM_PRIL_ADVSEARCH_BASE~GET_RANGESEARCH_RESULT
    CALL METHOD me->do_searchengine_search (Ignores all other Location Query Paramaters)
    CALL METHOD me->do_database_range_search
    I just need to enable 1 standard Field :: STR_SUPPL2 Seachable .
    Any comments are welcome

  • Product search criteria

    Dear All,
    I'm new to CRM UI Enhancements.
    Is it possible to enhance product input help (in sales order) to show the product description as the first criteria instead of product ID?
    Regards,
    Ahmed

    Hi Ahmed,
    Interesting requirement.. Here's how you can go about it.
    1.On click of F4, the underlying view called is PRD01QR/SearchHelp. This is achieved in the component BT115S_SLSO through Component Usage.
    Hence, to achieve your requirement, you need to do the following:
    2. Goto View PRD01QR/SearchHelp via transaction bsp_wd_cmpb.
    3. Goto 'Configuration' tab.
    4.choose Copy Configuration
    5.For your new configuration, enter the value of Component Usage as 'CUProductValueHelp'.
    Let the other values be the same as source config.
    6.For your copied configuration, In the 'Selected Search Criteria', Move the 'Product Description' filed up using the 'Up' button and Save.
    Now when you relogin to webui, check in the F4 help of product id, your new configuration should be loaded..
    Hope this helps..Good luck.
    Regards
    Nisha

  • Product Search Customization

    Hi Experts,
    I need to enhance the product search functionality in webshop ,ie i need to search products based on Vendors , alongwith the standard search criteria.
    I can u suggets me an approach to tackle ?
    Also, i am not sure whether the search can be modified in CRM. i have the following perception of product data : ECC -> CRM -> Index server.
    Is this perception correct?
    If it is right, then can the search enhancement not be done in CRM system? Shoul it be done in the index server only?
    Awaiting your replies.
    Thanks and regards,
    Shantanu.

    Hi Ram,
    Just to add to Shantanu's mail as I am his colleague.
    Vendor name cannot be used as an attribute for product as it is the separate field in searh criteria.
    In crm we have one relation table where we are storing VendorID and ProductID where every vendor is associated with few products.
    I guess the actual search is happening on TREX based on the attributes like description, number....etc.
    Vendor is the additional parameter to this search. It means there will be 2 search condition one is an attribute and second one is the vendor name.
    We thought of filtering records on basis of 2 scenario. First fetch the product list from trex as per the standard way and then apply filter on the returned product list by making use of relation table in crm like in ('10001','10002',....') and vendor_name='XYZ'.
    I hope this is will give you an idea about the requirement.
    Need your inputs on how we can achieve this.
    Thanks.
    Regards,
    Rupali

  • How to extend the WebUI product search results with customer attributes

    Hello,
    We are using CRM 7.0. We want to extend the WebUI product (Object) searches with customer attributes and to display customer attributes in the search results. We found the note 1026956 that explains how to extend the WebUI product (Object) searches with customer attributes. We want to know if there is also some note that explains how to display customer attributes in the search results for products/Objects.
    Thanks in advance,
    Sergey Kozyrev

    Sergey,
    I doubt whether there exists such note. The note 1026956 which you mentioned is for enhancing the Search for Custom attributes. For Enhancing the Result list you need to do custom development.
    Regards,
    Harshit

  • Product search is not working in other JSP inj b2c application

    hi,
    I had one requirement that we have to bring product search from header jsp(b2c/navigationbar.inc.jsp) to CategoriesB2C.inc.jsp.
    i had copied all related code from last jsp.but search is not working.
    i had modified only jsp.just guide me do we have to modify any other file or .do class file.
    Thanks in advance.
    Jayesh Talreja

    Hi Jayesh,
    When you copy <td> element of product search from "navigationbar.inc.jsp" to "categoriesB2C.inc.jsp" you also have to copy
    <form> tag and necessary java script function from "navigationbar.inc.jsp" file.
    Read carefully "navigationbar.jsp.inc" file and understand how it is working in it and then copy necessary code from this file to "categoriesB2C.inc.jsp" file
    I tried to post code here but some how it is throwing an error while replying you. Sorry.
    I hope this will help you to resolve your issue.
    Regards.
    eCommerce Developer

  • Replication of Enhanced Products from CRM to R/3

    Hi,
      I have downloaded the R/3 Material from R/3 to CRM.
    Now I have made changes in that product in CRM i.e I have added some attributes in CRM Product Master.
    Now,Is it possible to replicate that enhanced product from CRM back to R/3.
    If yes,Can you please explain me as to how I do it in Middleware???
    Very Urgent
    Regards
    Puneet

    Hi,
    CRM to R/3 replication is not possible for products but only for IBASES. you will have to enhance the material master in ECC and then replicate the custom data to CRM in enhanced fields. that is possible but from CRM to ECC i am afraid is not !
    Thanks
    Sudhir Grover

  • How to enhance the search functionality of the Locator Bar in SAP CRM Order

    Hello All,
    I have one following requirement in SAP CRM 4.0 :
    it is necessarry to search for Orders according to one of the Z-fields(under Z-tab) in SAP CRM.
    Therefore i need to  enhance the search functionality of the Locator Bar with this option.
    Can anyone help me how to achieve this .
    Cheers
    Sreedhar

    HI, Sreedhar
    Check this thread:
    Re: New search help on CRMD_ORDER locator
    Denis.

  • Function modules for User check and Product search

    Hi,
    Please give me the names of function module which are used for user login check, and Product search.
    Thanks,
    Devender V

    Hi,
    For User login check belwo Function module,
    SUSR_LOGIN_CHECK_RFC for ECC/R3
    CRM_ISA_LOGIN_R3USER_CHECKS for CRM
    For product try below Function module.
    BAPI_MATERIAL_GET_DETAIL
    I hope this information will help you.
    Regards.
    eCommerce Developer

  • "MAXIMUM NO OF HITS" field in selection screen for Product Search

    Hi all,
       We are  running on SRM 4.0.I have a query regarding the Selection screen which appears for the Product Search when we click on the "inetrnal Goods/Servcies" link...
        I have developed a Z-serch help for the Product search wherein i have control of  all the other fields lik "Product ID"," Product description " etc..But not "Maximum no of hits" (since it is  a part of the std functionality)...In the selection sceen field " Maximum  no of hits" ,whatever value i enter  that value is not considered...So is there any way that this field is not diplayed on screen/can be disabled(made an O/p field)...
      All suggestions are  welcome....Please  help...
    Thanks & Regards,
    Disha.

    Well,
    You're talking about COLLECTIVE search help. You won't definie Max No of hit at this level.
    Define an elementary search help and assign to this one a dialog mode (retriction or set of values).
    Regards,
    Bertrand
    PS : Don't forget reward points

Maybe you are looking for