cancel
Showing results for 
Search instead for 
Did you mean: 

SRM search help is restricted to 100 hits

Former Member
0 Kudos

Under default settings, the search help for eg. attibute LAG displays only 100 hits for the user, although more entries are maintained in the org structure. This also occurs when the user selects similar attributes during the creation of the shopping cart. The search help used is BBP_STORAGE_VALUE, which uses a search help exit function module called BBP_F4IF_SHLP_EXIT_STORAGE which explicitly in certain situations sets a limit of 500. Why are only 100 hits displayed for the user - could this be a template issue?

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Our Basis guys followed the steps below:

Add the following parameter to the sap instance profile

itsp/SearchhelpResultPerPage = 1000

Do this either through RZ10 or directly at the filesystem level and change the 1000 value, that we used, to be greater than the maximum number of records that need to be returned

Restart the SAP instance and then check in RZ11 that the value is changed from the default (which is 100). Finally check that the search is now reurning the required number of results.

Former Member
0 Kudos

We have established that this problem is introduced with Netweaver 7.0 Unicode Kernel patch level

263 and does not occur in earlier patches. A workaround is to change the profile parameter itsp/SearchhelpResultPerPage to a value which covers the expected range of the search help result. We have applied this and it has resolved the problem. We are still awaiting a permanent fix from SAP.

Former Member
0 Kudos

Hi Sarah,

May i ask you to explain in details what chnages you have done & where.

Thanks in advance.

Anshu

Former Member
0 Kudos

We are also facing same issue, suddenly seach help has been changed from 500 to 100. What could be the reason?

former_member183819
Active Contributor
0 Kudos

Note 709692 - Search help for storage location does not display all values - SEE NOTE CORRECTION piece of code

Note 623270 - Search help returns only returns a maximum of 500 results