功能模块“表”中的最大记录数为范围

发布于 2024-10-27 13:37:26 字数 31 浏览 1 评论 0原文

通过表参数可以传递给功能模块的最大记录数是多少?

What's the maximum number of records that can be passed to a function module via a tables parameter?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

薆情海 2024-11-03 13:37:26

我从来没有在函数调用中达到最大值。但在其他节目中有。

来自 SAP 这取决于表的类型。

最大可用内存
被内表占用
(包括其内部
管理)是 2 GB。一个更多
现实数字高达500
兆字节。附加限制
对于哈希表来说,它们可能不会
包含超过 200 万条条目。

I have never hit max in a function call. But have in other programs.

from sap it depends on the type of table.

The maximum memory that can be
occupied by an internal table
(including its internal
administration) is 2 gigabytes. A more
realistic figure is up to 500
megabytes. An additional restriction
for hashed tables is that they may not
contain more than 2 million entries.

固执像三岁 2024-11-03 13:37:26

虽然这取决于表的类型。您将遇到其他障碍,例如内存分配和无卷内存。由于您所做的一切都将驻留在 WA 中,因此首要问题是内存。如果您计划在后台运行它而不是作为 Dialog 用户,您仍然需要了解消耗了多少内存和页面交换空间。

While it will depend on the type of table. You will hit other walls like memory allocation and no roll memory. Since everything you're doing will be resident in a WA the primary concern will be memory. If you plan on running this in the background and not as a Dialog user, you will still have to be cognizant of how much memory and page swap space you're consuming.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文