cancel
Showing results for 
Search instead for 
Did you mean: 

WBS Search Help Enhancement

Former Member
0 Kudos

Hi All,

I need to add additonal search criteria to WBS serach help BBP_ALL_WBS, but as it is elementary srch hlp i cant add ad additional search help.

any ideas??

I promise to return and reward the answers.

Kyamuddin.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Kyamuddin,

copy standard search help BBP_ALL_WBS to a ZBBP_ALL_WBS.

copy standard search exit BBP_SRCH_EXIT_WBS to a ZBBP_SRCH_EXIT_WBS.

Add your search criteria.

And change standard search help call to switch to your custom search help.

Rgds

Christophe

Answers (1)

Answers (1)

ananjun1
Explorer
0 Kudos

Hello Kyamuddin,

Here is the link to a code sample I had submitted for enhancing a search help. You may find this useful:

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/abap-code-samples/search%20help%20exit%20function.doc">Search help Enhancement</a>

If you cant open it, you could search for it in Developer Areas->SAP NetWeaver->Application Server->ABAP with my name

Hope this helps..

Thanks,

Anand

Former Member
0 Kudos

Hi Christope & Anand,

Thanks a lot for ur replies.

I debugged the code & found that the Search help is called from SAP R/3, so I created a Z driver FM & called the required search help from R/3.

Also it wud be gr8 ,If you cud help me to in adding new screen to shopping cart.

The requirement is to add a new TAB to shopping cart like BASIC DATA TAB.

I created the screen & tried assigning the same in BBP_CUF_BADI but the screen is not relecting in the display.

Thanks,

Kyamuddin