前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >SAP CRM 产品主数据搜索的Max hit参数设置和硬编码

SAP CRM 产品主数据搜索的Max hit参数设置和硬编码

作者头像
Jerry Wang
发布2020-06-28 11:41:11
4550
发布2020-06-28 11:41:11
举报

Created by Jerry Wang on Oct 02, 2016

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

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

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.

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2020-06-25 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • Created by Jerry Wang on Oct 02, 2016
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档