Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Search help: default value for 'Maximum no of hits'

Former Member
0 Kudos
3,785

Hello,

I have a request from a user to change the default value for maximum number of hits in the search help.

Any quick hint?

Regards,

Michal

6 REPLIES 6

0 Kudos
440

Hi Michal ,

Can you please elaborate on your issue ....

Regards ,

Vivek.

Former Member
0 Kudos
440

Not sure if this is possible and don't have a SAP system available at the moment ...

But check this out...

Is there anything in user profile ..

or check if the number of hits field has a PARAMETER ID associated with it...

Then in that case you might default a value other than 500 in your user profile.

Cheers,

Ram

0 Kudos
440

Update Field value for TBMAXSEL of table RSEUMOD ( Xn SE11/SE16 ) to have the number of entries that needs to be defaulted for that user.

RSEUMOD is the table that contains the default workbench config entries for a user.

Cheers,

Ram

Former Member
0 Kudos
440

Hi,

This is something for User specific setting; you can increase the default hit list by doing the following,

Go to Help-> Settings -> Max. number of hits to be displayed(Increase the size)

Regards,

Prabhu Rajesh.

0 Kudos
440

Hello,

This is user specific setting and I needed to change the general setting.

Finally, I changed the function module of corresponding search help:

...

IF callcontrol-step = 'PRESEL'.

callcontrol-MAXRECORDS = 1728.

EXIT.

ENDIF.

...

Regards,

Michal

Former Member
0 Kudos
440

Hi, I have the same doubt, I have change the value of TBMAXSEL in the table but I have the same default value of 5000 after the change, for example I enter in the KSB1 transaction and in more settings tab I have the field with the default value of 5000, and this is the TBMAXSEL field, so I don´t know what can i do,