cancel
Showing results for 
Search instead for 
Did you mean: 

Search page gives indifferent order of results based on the max hit numbers.

nveesam
Explorer
0 Kudos

Hi Experts,

When we do contract search on search page, we are getting indifferent contracts in result page based on the max hit count.

For instance: if we do search with option "Greater than" contract id xxxxx10 and max hit is 100, then the results would show as:

xxxx20

xxxx24

xxxx37

xxxx40

xxxx54 etc..

Similarly if we change the max hit from 100 to 500, the results shows as:

xxxx20

xxxx21

xxxx22

xxxx23

xxxx24 etc..

Kindly help me here, why the system is giving different results based on max hit value (Is this a standard SAP functionality). Also please find attached the screenshot of the issue.

Regards ,

Nanaji

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Nanaji,

  Please check with the GET_OBJECTS method in the GENIL class of BT. Sorting should have happend based on some condition. Inside of  the GET_OBJECTS there are some GENIL APIs which are searching from DB. So you might get answer from thatAPI.

Shyam K Gangisetti

nveesam
Explorer
0 Kudos


Hi Shyam,

Thanks for quick response. Can you elaborate little more as this is completely standard functionality , we have not made any changes to search functionality.

Please provide steps if possible.

Regards,

Nanaji