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.

Similar Messages

  • Adding  extra  fields to the Product search display

    Hi all,
        I have a  requirement where the std Product search needs to be modified wherein i need to add a price field for some materials whcih i will maintain in a  Z table(custom table for the materials and its price).
        Now my problem is that the o/p structure is taking the fields from the view BBPV_F4PR_GEN (where i dont have nay price field!)...When i pass my structure to the Dispaly FM "F4UT_RESULTS_MAP" it doesnt consider my custom structure for display....
      is it possible to change the o/p structure for the Product search display???Has anybody tried thsi before???
      Any help is  appreciated.
    Thanks & regards,
    Disha.

    AFAIK, the only way to do this is to write a system modifcation.
    The BADI is executed only once at startup of the session, so that makes it merely static. (A strange point in time, I discussed it with SAP and they just shook their heads)
    I had the same problem with some other F4-Helps and it was a big hazzle. From my experience, no straight answer.

  • Adding a new Big INT column to existing table in production, which holds 700 million records will impact anything in production?

    Hi Guys,
    I have to add a new Big INT column to existing table in production, which holds 700 million records and would like to know the impact?
    I have been tolled by one of my colleagues that last time they tried adding a column to same table during working hour and it locked out the table and impacted the users.
    Please suggest/share If any one had similar experience.
    Thanks Shiven:) If Answer is Helpful, Please Vote

    If you add a new column to a table using an ALTER TABLE ADD command and specify that the new column allows NULLs and you do not define a default value, then it will take a table lock.  However, once it gets the table lock, it will essentially run instantly
    and then free the table lock.  That will add this new column as the last column in the table, for example
    ALTER MyTable ADD MyNewColumn bigint NULL;
    But if you your change adds a new column with a default value, or you do something like using table designer to add the new column in the middle of the current list of columns, then SQL will have to rewrite the table.  So it will get a table lock, rewrite
    the whole table and then free the table lock.  That will take a considerable amount of time and the table lock will be held for that whole period of time.
    But, no matter how you make the change, if at all possible, I would not alter a table schema on a production database during working hours.  Do it when nothing else is going on.
    Tom

  • Personalize link missing in product search.

    Hi All,
      personalize link is missing in the product search in portal. Could you Please guide me how to add personalize link in the Product search as Im new to portal.
    Thanks & Regards,
    Swetha

    Hi,
    What do you mean "product search"?
    If it means F4 help mode of PC-UI, you can't use personalization function in the screen.
    Take a look at sorce code.
    Line:77
    Method:RENDER_PAGE
    Class:CL_CRM_BSP_FRAME_SRES
    to display link is controlled intentionally.
    Regards,
    Yohei

  • Help! Advanced Product Search

    Hi guys,
    I need some help setting up an advanced product search for a client.
    We are over half way through the job and they have now decided they want a product search to be able to so they search the size of a generator by power rating and brand. So basically a dropdown with 0 - 4 kva / 4 - 8 kva / 8 - 12 kva and another with brand: Brand 1 / Brand 2 / Brand 3 etc. In theory it shouldn't be too hard, but with the limitations of BC I cannot see anyway to do this. I found a link to an old article on the old BC forums (http://www.businesscatalyst.com.au/ForumRetrieve.aspx?ForumID=52&TopicID=16139) where someone was trying to do a similar thing, but since its all redirected I cannot see a solution!
    They essentially were using the custom fields to enter say the rating 3 kva and brand and trying to search that way.
    In the support documentation it says you can add a '&SE=True' to the end of your Search action and it will search 'Tags' which is possible but it seems a little bit of a messy way to do it. Ideally I wanted to use a series of dropdown menus to make it easier.
    If anyone has any advice or suggestions that would be fantastic. I am almost leaning towards getting a custom jquery search made up but it just seems like going to extremes when BC should be able to handle this.
    Cheers!
    Guy.    

    Hi Guy,
    If you disable JavaScript and go to http://www.businesscatalyst.com.au/ForumRetrieve.aspx?ForumID=52&TopicID=16139 you will be able to view that forum post. But I had a look at it and there is nothing useful in it.
    Basically, there is nothing out of the box that will accommodate for that requirement. The only thing you can do is to create power and brand catalogues and provide the catalogue dropdown where the customers can choose the power or the brand it in the search form.
    Cheers,
    -m

  • E-commerce - expanding product search

    Hello all... I have a client who sells jewelry and she wants her online shop vistors to be able to search through her products using a plethora of options (metal, stone, color, clarity, gram wt., length, width) and I am not sure the best way to accomplish this. Does anyone know of a tutorial, example or template they can point me to? I could use the custom fields for the product, but I can't seem to find how to modify the product search module.

    Use to construct the html img tag with an id class or
    a js call that will help you present the image inside lightbox effect. You
    can have a look at the poplet markup and construct the same tag for the
    large image as for poplet and hence utilise the existing bc lightbox. Or
    create your own

  • How can I customize the sort options in the product search?

    Is there a way to customize the sort options availabe when you search for a product?

    That is covered here: http://helpx.adobe.com/business-catalyst/kb/modules-quick-reference.html#News
    {module_productresults, rowLength, targetFrame, resultsPerPage, sortType, hideEmptyMessage, useLi}
    This module can only be used in conjuction with a product search form. Whenever you insert a product search form into a page the system also adds the {module_productresults} module right after the form. When viewed in the front end this module does not render anything until the form's "Search" button is presed and a search is triggered. This module and the product search form can also be placed on different pages, take a look at this article for more details on this particular setup.
    Parameters
    rowLength - will limit the number of items per row when items are displayed as a list. Default is 1 item per row.
    targetFrame - possible values are _blank, _self and _top. This parameter is used to specify the frame you want the item to open in.
    resultsPerPage - specifies the number of results the search will display per page.
    sortType - sortType can be alphabetical, price, date, or weight. Do note the sortType is ignored if the "Sort By" field is present in the product search form.
    hideEmptyMessage - specify True if you don't want the No Items Found message to be displayed
    UseLi - specify True to render the output in Li's instead of tables
    This module is rendered with these layouts
    Online Shop Layouts > Individual Product - Small
    This module also supports custom templates
    Examples
    {module_productresults,4,_blank,10,,true} - displays the products that match the search criteria 4 per rotw, 10 per page and hides the "No products found matching your query." if no products are found. The structure rendered is a table. When clicking the product name the detail view (rendered using theIndividual Product - Large layout) opens up in a new tab.
    {module_productresults,,_self,2,,,true} - displays the products that match the search criteria 2 per page and renders "No products found matching your query." if no products are found. The structure rendered is an unordered list. When clicking the product name the detail view (rendered using the Individual Product - Largelayout) opens up in the same tab.
    {module_productresults,2,_self,2,,,true template="/layouts/custom/moduleproductresults.tpl"} - displays the products that match the search criteria 2 per page and renders "No products found matching your query." if no products are found. The structure is no longer an unordered list as it is in the example above, thecustom template is used instead.

  • 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

  • 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 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 add existing warehouse to the existing item in OITW

    Hi,
    Could somebody help me to resolve this problem:
    I try to add via SDK (using ItemWarehouseInfo object) existing item to existing warehouse - OITW table (our SBO v.2004 configured to not open automatically all warehouses for all items). - like via Item card user adds manually warehouse code in the stock tab. There is code i use:
    if oItems.GetByKey("ItemCode")
        oItems.WhsInfo.WarehouseCode = "WarehouseCode"
        oItems.WhsInfo.Add()
        oItems.Update()
    endif
    but SDK instead of add new record to the OITW replaces existing record with other warehouse code (like update).
    What have i do to resolve this issue ?

    Oleg,
    new records are not added in OITW when you add existing items to existing warehouses. OITW will have new records only when you create new warehouse through UI or SDK. in all transaction that follow, the respective warehouse quantity in OITW will be updated. how about using StockTransfer  object? it does what you want.
    regards,
    Binita Joshi

  • 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

  • File does not exist :C:/oracle/product/10.2.0/db/apache/apache/htdocs/emd/m

    Dear All,
    unable to Login on Logging into Apex Login Page,
    in Apache Log the Following Error is found
    [ecid:1213173391:172.20.233.149:1788:1840:1.0]
    File does not exist :C:/oracle/product/10.2.0/db/apache/apache/htdocs/emd/main/
    what cud be the Problem restared the Apache Server Still the Same Error Found.,
    please Help me out in this
    thanks alot
    Edited by: khaja on Jan 18, 2009 12:48 PM

    Hi,
    Probably a mistake in your dads.conf file.
    ( Also check the APEX_PUBLIC_USER in the dads.conf file )
    Kind regards,
    Iloon

  • HT201317 How do I add existing photos and albumns on my iPhone to the photo stream?

    How do I add existing photos and albumns on my iPhone to the photo stream?

    Welcome to the Apple Community.
    The easiest method is to connect your device to iTunes, transfer the photos to your computer and add them to photostream from there. If you only have a few photos to add, you could take a screenshot of each one.

  • How to add existing jsp file to a project?

    I am trying out 10g developer preview. Looks like a lot of bugs are there in the tool. I would like to know how to add existing jsp file into a project. I tried the Import functionality, but it shows the option to create a project and include only Java files. Is there a way to do this? Thank you

    Just copy the files in the directory where the rest of your source file is.

Maybe you are looking for

  • Close() over NFS hangs for 15 seconds on NAS 5320

    Summary: We are experiencing long pauses waiting for files to close on NAS 5320. Hardware: NFS Server: 5320 NAS S/N ST5320200609190020 Version 4.20 M0 (Build 78) NFS Clients: SunOS 5.10 Generic_118833-17 sun4u sparc SUNW,Sun-Fire-V240 SunOS mnemo 5.6

  • Can't add members to a collection

    I'm following the how to on manual forms. I'm trying to create the collection that is used for validation. I keep getting a ORA-06550, PLS-00306 error wrong number or types of arguments in call to 'ADD_MEMEBERS'. I'm using the code below. Any help wo

  • How to turn off quick alphabet scroll???

    hi how do you turn off the quick alphabet scroll?? I have the 60gb 5g ipod with latest f/w the problem is that it's great to have the quick scroll, but once i got into that letter, it's hard to scroll to the middle without going to a different letter

  • Floating a footer DIV bottom center of screen inside a container Div??

    Hi Im having terriblr trouble..........typical- i get the website done nice and fast and the last thing the annoying client wants I struggle!! I have a container div for the whole site keeping it centered. The client now wants the 'copyright' footer

  • Why has my phone stopped playing videos

    Within the last week (believed linked to my update to iOS 8.2) I can no longer view any videos (other than ones already on my phone - in the camera roll or video section). This includes ones on youtube, app or via Safari, facebook, Instagram, even vi