Skip to Content
0
Former Member
Mar 18, 2009 at 02:16 AM

New SearchCriteria in Generic Search

60 Views

Hi to All Gurus,

I am trying to extend generic search to include a custom Search Criteria. I am just confused and wonder if I have done the correct things. So here is what I have done.

In the customer/modification/generic-searchbackend-config.xml:

<configs isa:extends="../configs[@id='crmdefault']">

<config isa:extends="../config[@id='crmbasket_crmtemplate']">

<screen-group name="search_criteria"

description="search.criteria"

uiClassName="com.sap.isa.ui.uiclass.genericsearch.GenericSearchISAUI"

type="search">

<property-group>SearchCriteria_B2B_ZCustomDoc</property-group>

</screen-group>

<property-group name="SearchCriteria_B2B_ZCustomDoc">

:

:

:

1) Is it right to do <configs isa:extend....> and <config isa:extend> above?

2) If I declare my new SearchCriteria_B2B_ZCustomDoc...is that correct?

3) Do I have to restart the whole cluster (i.e. J2EE engine) in order for the new things in genericsearch xml to kick in?

4) Is there any other classes I need to extend? i.e. do I need to extend GenericSearchISAUI?

Your help is much appreciated.

Thanks

Dave