cancel
Showing results for 
Search instead for 
Did you mean: 

Product search restricted to 100 Items

former_member1244286
Participant
0 Kudos

Hi Experts,

We are Implementing SAP ERP E-commerce 5.0 without TREX.

In the B2B shop --- When Searching for Materials/Products, there are two ways a user can do this:

'My Transactions' -> 'Products' [Search]

'Catalog' -> 'Product Catalog' [Search]

It appears that when we do a Search through the 'My Transactions' -> 'Products' option, if the return list is greater than

100 items, the search fails and gives an error message of "Too many items".

When using the Search through the 'Catalog' -> 'Product Catalog' option, the full and accurate list of materials/products

are returned to the main web window.

Is there a way to not have a maximum on the 'My Transactions' -> 'Products' option and have it return all the same

products as the 'Catalog' -> 'Product Catalog' option?

Thank you

Ram

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Do a search of your .XMLs for "maxhits"

Answers (2)

Answers (2)

former_member1244286
Participant
0 Kudos

Thank you

Former Member
0 Kudos

Please check this out and change the value appropriately. Probably a 0 value sets it to maximum, but confirm with the help text.

XCM Menu Start -> Components -> Customer -> ui

maxhits.search.isacore: ${maxhits.search.isacore.isa.sap.com} Determines the maximal number of hits for the product-search

former_member1244286
Participant
0 Kudos

Eswar,

Thats what exactly was changed. I tried 0, 1000, 10000 but it would never work except less than 100.

Thank you

Former Member
0 Kudos

Looks like the function module is hard-coded. You may have to substitute the standard FM with a custom FM and remove the limitation. Substituting the FM is a standard extension technique and has been explained several times in this forum. Our experts can quickly help you find the function module name in your scenario.