2005 Jun 24 4:13 PM
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
2005 Jun 24 6:51 PM
Hi Michal ,
Can you please elaborate on your issue ....
Regards ,
Vivek.
2005 Jun 25 2:34 PM
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
2005 Jun 26 4:54 AM
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
2005 Jun 26 6:22 AM
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.
2005 Jun 28 2:01 PM
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
2005 Jul 21 12:38 PM
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,