cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PPM: Change number of hits in the Search Heip

Former Member
0 Kudos

Dear Experts, please help me

I need to change "Default Number of Hits for Search Results" in SAP PPM

Standart Value is 100

I tried to do the following - change setting in area 0006 "User Interface Settings" setting 0010 "Default Number of Hits for Search Results":

SPRO - SAP Portfolio and Project Management - Portfolio Management - Global Customizing - Global Customizing - Global Customizing

But it isn't help:( the value is still100

Please , give me advice how can i change it?

Many thanks in advance

Accepted Solutions (0)

Answers (3)

Answers (3)

judith_gabriel
Contributor

Dear Li,

The default value for "Hits" in the Search of Portfolio Management is 20 - which is defined in the webdynpro:

Webdynpro: DPR_SEARCH
View: VI_SRCH_CRITERIA
Go to tab "Context"
Expand "Search_Hits"
Click on "Hits"
Go to "Property":
Select "Default value": 20


Best regards,

Judith

judith_gabriel
Contributor
0 Kudos

Dear Li,


The value 100 is determined in:

DPR_SEARCH
VI_SRCH_CRITERIA
SEARCH

IF lv_number NE 0.
lv_result = lv_result / lv_number.





Best regards,

Judith

Former Member
0 Kudos

Dear, Judith

sorry for my perhaps "stupid" question, i am new....

Do I understand correctly that in order to change that value it is necessary to write own logic.

And there no any standart customizing to change this?

And what for need setting in SPRO:area 0006 "User Interface Settings" setting 0010 "Default Number of Hits for Search Results" ( picture 2)?

judith_gabriel
Contributor
0 Kudos

Dear Li,

The number of search cannot be changed by the switch 0006/0010. The determination is done in the coding - which I have mentioned before.


Best regards,
Judith

Former Member
0 Kudos

Dear Judith,

Thank you for your reply.

But i am interested in how to change default value of hits for Serach RESULT, which equal 100 ( its can be seen at the top of the first picture - marked in red)). Because if clear in the fields "Hits" from 20 to 0 (as can be seen in first picture) - the max number ot Items in Search RESULT will be only 100 ( although the real number of items may be more then 100)

judith_gabriel
Contributor
0 Kudos

Hi Li,

When you change the value of hits to 0000 - then it´s set to 100.

Best regards,
Judith

Former Member
0 Kudos

Dear Judith,

in this the problem:)

I'd like to to change the value of hits to 0000 - and get all Items insteard of 100 ( becouse in practice the Items may be more than 100). How can i change its defalt value - 100?

By the way, if total items - 456 for e.g and change manually in hits 1000 , so in the result list will be all Items - 465 ( but its not convenient)