Maximum Number of Arguments

The maximum number of arguments for stored procedures is 2048. However, you may notice a performance degradation if you execute procedures with large numbers of arguments, because the query processing engine must process all the arguments and copy argument values to and from memory.

SAP recommends that you first test any stored procedures you write that include large numbers of arguments before you implement them in a production environment.