abap - Maximum records in SAP function module table parameter -


How many records can be passed to a function module through table parameters?

I have never hit max in the function call but in other programs

this Depends on the type of table

The maximum amount that can be captured on the internal table (including its internal administration) is 2 gigabytes. A more realistic figure is up to 500 megabytes. An additional restriction for the hashed tables is that there can not be more than 2 million entries in them.

Comments