天天看点

SAP CRM 产品主数据搜索的Max hit参数设置和硬编码Created by Jerry Wang on Oct 02, 2016

Created by Jerry Wang on Oct 02, 2016

The product search max hit value in WebClient UI could be configured in SPRO:

SAP CRM 产品主数据搜索的Max hit参数设置和硬编码Created by Jerry Wang on Oct 02, 2016
SAP CRM 产品主数据搜索的Max hit参数设置和硬编码Created by Jerry Wang on Oct 02, 2016

If the parameter above is not explicitly set, default value will be retrieved by ABAP code:

SAP CRM 产品主数据搜索的Max hit参数设置和硬编码Created by Jerry Wang on Oct 02, 2016
SAP CRM 产品主数据搜索的Max hit参数设置和硬编码Created by Jerry Wang on Oct 02, 2016

There is still a hard coded limit although it never has any chance to be executed due to the default logic discussed so far: An upper limit for the amount of digits in strings and rows in internal tables results from the fact that they are addressed internally and in ABAP statements via 4 byte integers, which limits them to 2147483647.

SAP CRM 产品主数据搜索的Max hit参数设置和硬编码Created by Jerry Wang on Oct 02, 2016