What's the maximum number of records that can be passed to a function module via a table parameter?
|
feedback
|
|
I have never hit max in a function call. But have in other programs. from sap it depends on the type of table.
| |||
|
feedback
|
|
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. | |||
|
feedback
|