cancel
Showing results for 
Search instead for 
Did you mean: 

Extend product search help

Former Member
0 Kudos

Hi,

I need to extend the standard search help for product field in the CRM order. After F4, the standard search help CRM_ORDERED_PRODUCT is triggered with 9 tabs. The last tab is "Search by business partner". I need to add custom specific fields to this tab and allow only business partners of type vendor as the input selection.

The search help exit CRM_PRP_F4IF_SHLP_EXIT_PROD is available for this standard search help.

Any idea of how to perform this?

Thanks

Kamal

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Use EEWB tcode to add fields to the screen. An customer field tab would be visible after you enhance it. Then try the relavant code in the exit.

Hope this helps you,

Regards,

Shailaja

Former Member
0 Kudos

Hi Shailaja,

I do not want to add fields to one of the tabs at contract header level.

I need to add fields to one of the standard search helps available for the PRODUCT field.

Thanks

Kamal

Former Member
0 Kudos

Hello Kamal,

Make a copy of the elementary search help CRM_PRP_ORDER_PROD.

Make also a copy of the FM CRM_PRP_PRODUCT_SHLP_EXIT.

Change the logic in your Z FM to put your own filter.

Change the parameters of your Z elemetary search help to put your additional fields.

Add your Z elementary search help to the collective search help CRM_ORDERED_PRODUCT. You will get an additional tab.

Hope this will help you,

Regards,

Frédéric

Former Member
0 Kudos

Hi,

Thanks for reply.

Collective search help CRM_ORDERED_PRODUCT is standard and I cannot change it to assign Z search help.

Thanks

Kamal

Former Member
0 Kudos

Hello Kamal,

See oss note 202806.

You can make an append in your collective search help.

Regards,

Frédéric