cancel
Showing results for 
Search instead for 
Did you mean: 

BADI implementation for Search Products SAP CRM 7.0

Former Member
0 Kudos

Hi all,

I am trying to implement a new attributes in the Search Products in BSP pages from SAP CRM 7.0. I have implemented the BADI CRM_PRIL_SEARCHEXIT and configured customizing table CRMC_PRSEA_ATTR like as SAP Note 1026956. But when a click in Search Button below of all Search Criteria buttons, to see the List Results, the method u201CCHANGE_DQUERY_DEF_EXTENSION u201C is not activated and process doesnu2019t in my implementation. I have checked many times the implementation and it is correct.

I need to develop a logic to manipulate some product in the List Result Products according of new Attribute in the Search Criteria are filled. I have created tree new attributes, I need to validate them, to show de List Results.

Is it correct BADI? Does it work for my issue? Or are there another BADI to do this?

Thank for your help.

Fábio Ferri

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Fabio,

Try to implemnet this spot in se18 ES_CRM_RF_Q1O_SEARCH.

I have many requirements on search enhancements Which i found the aboveBADI mentioned works for every search result.

U need to implement it and apply filter correctly.And use FM 'CRM_BSP_OIC_1O_SEARCH_FROM_RF in this BADI .

sumit_mittal2
Active Contributor
0 Kudos

Hi Murlidhar,

The enhancement spot " ES_CRM_RF_Q1O_SEARCH" which you have metioned is valid for one order searches, this won't work for product search to my knowledge.

May be for the product search redefine the get_query_dynamic_result method of the product genil class and implement the logic to filter the results based on your requirement.

Cheers,

Sumit Mittal

Former Member
0 Kudos

Hello Fabio,

Did you find solution for your issue? Because I'm facing the same problem...

Thanks.

Valeria

Former Member
0 Kudos

You can check COM_PRODUCT_SE Badi, if you want to modify result set.

Thanks,

Anil