cancel
Showing results for 
Search instead for 
Did you mean: 

More than 100 entries found; limit search criteria or change settings!

Former Member
0 Kudos

Hi gurus.

Can u help me to solve same problem:

I open business role in WEB UI, then I go to Account Identification,

search BP and go to Account Overview.

Soooo I see this message "More than 100 entries found; limit search criteria or change settings!"(see attach)

I changed setting in Fraemworк UI  - ZMAXHIT and SEARCH_MAX_HITS.

But the message still appears.

Accepted Solutions (0)

Answers (5)

Answers (5)

anirkarmakar
Participant
0 Kudos

Hi Pavel,

You need to go to the "define Interaction History Profile" node in the spro tcode. Then select the interaction history profile that is assigned to the business role that you are using in the function profile.
Change the rows field from 100 to 255.

Former Member
0 Kudos

Hi

Directly you can make changes in SPRO

CRM - UI Frame work - Technical role definition - Define Parameters

you can change MAX_SEARCH_HITS to your desired value

You can get the same value in the web browser

Former Member
0 Kudos

Hi,

I did this settings, but there are no results.

This setting actually for searching BP but not for actions!

regards,

Pavel.

former_member541649
Active Participant
0 Kudos

Hi Pavel,

It seems that the message container is not getting cleared when you are moving from the Identification view to the account overview page.

Has some custom code been done on the search screen to get this particular information message? Because it comes as a search result title and not a separate message on the screen normally.

Anyhow, I would suggest you try to clear the global message container of your core while going to the overview page. Or you could just delete this one message and leave the others in case you foresee any repercussions of clearing the whole message container.

You could do this in the do_init_context method of either of the views - BP_HEAD/BPHEADOverview or BP_HEAD/AccountDetails  of the BSP Component BP_HEAD.

Hope this helps!

Parul

Former Member
0 Kudos

Hi Parul,

I did this steps in method do_init_context of BP_HEAD/BPHEADOverview but the global message container is empty

regards,

Pavel.

Former Member
0 Kudos

I think it may be associated with the class CL_BP_BPBT_ACCOUNTSALESOR_N00

in the method  ON_NEW_FOCUS

a string lv_max_hits TYPE i VALUE 100.

regards,

Pavel.

Former Member
0 Kudos

Colleges,

I find the problem.

It was be in Role_Key - "IC_LOY", in Role - "Default" all be fine.

Tnx for ur help!

regards,

Pavel.

Former Member
0 Kudos

HI Pavel,

     What changes did you do for Role Config key

    will you please clear me on this issue

Regards,

Dinesh Gurram

juergenbaur
Active Participant
0 Kudos

Hi,

set a Break-Point in

  cl_crm_ui_parameter_util=>get_search_max_hits( ).

there you can see where and how the field is filled.

Or you overwrite the GET_MAX_HITS Method in your component (see screenshot attached).

br

Jürgen

Former Member
0 Kudos

Hi,

Tnx for ur solution,

but I can't set a break-point on this method.

Also I think we need try to check other component in web UI (see attashed file)

regards,

Pavel.

Former Member
0 Kudos

HI,

Sry, I mean that I can put a breakpoint, but this method does not see the debugger.

I need to check message in Account Overview.

regards,

Pavel.

joost_janssens3
Advisor
Advisor
0 Kudos

Hi Pavel,

Two checks:

  • Did you assign the parameter profile to the business role's list of profiles?
  • You could invalidate the cache in SMICM (Menu: Goto > HTTP Plug-In > Server Cache > Invalidate Globally)

Hope this helps!

Regards,

Joost

Former Member
0 Kudos

Hi Joost,

I try to Invalidate cache, but I dont see results.

Parameter  have been assigned to business role (see attached).

best regards,

Pavel.