cancel
Showing results for 
Search instead for 
Did you mean: 

HowTo change BBPSEARCH behaviour?

Former Member
0 Kudos

Hello all

I'd like to change behaviour in BBPSEARCH so that one has to give/specify search criteria BEFORE showing ANY search results. Is this somehow possible and how?

The reason why we need this, is because of performance issues. It becomes quite slow as soon as there are many SC's and/or standard and/or personal templates created within the last 7 days (the default selection that runs automatically when entering BBPSEARCH).

BTW: we're (still) on SRM 4.0 with SRM Server 5.0 SP08 and CCM 2.0 SP03...

Thanks for helpful hints and guideance!

Kind regards,

Renaud

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

<b>Please go through this -></b>

<u>Refer OSS Notes -></u>

877076

600410

<u>Related pointers -></u>

Regards

- Atul

Former Member
0 Kudos

Hi Atul

Unfortunately nothing applies to my problem... but maybe later in case I'll have to modify dynpros? We'll see...

Renaud

Former Member
0 Kudos

Hi

We have to make modification for a similar requirement we have made long back..

<u>Please go through the Includes -></u>

LBBP_PDH_SEARCHF28 (inside FORM deadline_date_f4_help_get )

LBBP_PDH_SEARCHF27 (corresponding text change)

There you need to make the required modifications in this case.

<u>Also try out for logic given in the Function module -></u>

      • Common F4-Help (Simple-/Multiselection)

<u> CALL FUNCTION 'TR_F4_HELP'</u>

I hope this wil help.

Do let me know.

Regards

- Atul

Former Member
0 Kudos

Hi Atul

Thanks a lot for this! It helped a lot... could solve the problem in LBBP_PDH_SEARCHF12 in line 394. There a changed the coding from

MOVE '00' TO gs_search_field-status_mixed.

to

MOVE '01' TO gs_search_field-status_mixed.

Kind regards,

Renaud

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Renaud

I am no in SRM 5 so I'm not sure if it's the same but please, try modifying the standard include LBBP_PDH_SEARCHU02, there give 'X' to var iv_result_screen_empty before the if.

If you need more details jorge.daniel.vigo@gmail.com

Best regards

Pd. Please reward .

Former Member
0 Kudos

Hi Jorge

Thanks... was already quite helpful and gave me an entry point for some further investigations.

Tried it out but unfortunately this makes the search results to never show up. What I'm searching is a way to disable it only when initially entering BBPSEARCH, thus forcing the users to click on the start button after they had a chance to enter some search criteria.

Other ideas?

Renaud