cancel
Showing results for 
Search instead for 
Did you mean: 

Removing default value 500 for vendors in search help.

Former Member
0 Kudos

Hi all,

We use SRM 5.0 classic scenario en we would like to remove the default value 500 in the search help for vendors in SRM.

The value is hard coded in the program LSDHIU12. We can't find any Badi to override this value.

Is there some one who who knows how to overcome this issue?

Thanks in advance!

Regards,

JvE

Accepted Solutions (0)

Answers (1)

Answers (1)

laurent_burtaire
Active Contributor
0 Kudos

Hello Jorgen,

If exit search-help does not allow you to overwrite maxrecords default value, one solution could be to enhance function module at the beginning:

- copy/past the whole ABAP code,

- change default value for callcontrol-maxrecords according to your need,

- do an EXIT at the end of your enhancement to not execute standard code.

Regards.

Laurent.