功能模块“表”中的最大记录数为范围
通过表参数可以传递给功能模块的最大记录数是多少?
What's the maximum number of records that can be passed to a function module via a tables parameter?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我从来没有在函数调用中达到最大值。但在其他节目中有。
来自 SAP 这取决于表的类型。
I have never hit max in a function call. But have in other programs.
from sap it depends on the type of table.
虽然这取决于表的类型。您将遇到其他障碍,例如内存分配和无卷内存。由于您所做的一切都将驻留在 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.