Runtime Errors SET_PARAMETER_MEMORY_OVERFLOW
Error analysis
The SPA/GPA memory has been exhausted. You can set the size of the
memory area in the profile.
How to correct the error
You can set the memory space available for the parameters with the
parameter "Error analysis
The SPA/GPA memory has been exhausted. You can set the size of the
memory area in the profile.
How to correct the error
You can set the memory space available for the parameters with the
parameter "ztta/parameter_area". This value is preset to 2000 bytes.
If this termination occurs repeatedly and the SAP memory has been
increased accordingly, find out whether the current program is
attempting to store too much data. In debugging, you can display
the SAP memory in the ABAP Debigger by choosing "Goto -> System ->
System areas" and specifying area SMEM.
". This value is preset to 2000 bytes.
If this termination occurs repeatedly and the SAP memory has been
increased accordingly, find out whether the current program is
attempting to store too much data. In debugging, you can display
the SAP memory in the ABAP Debigger by choosing "Goto -> System ->
System areas" and specifying area SMEM.
I have checked the parameter "ztta/parameter_area", but could not found. Thought it must be the default one, but in ST02, St04 also cannot see it.
Any idea of this issue, or should I manually added it. But without adding it is there any way to get the problem resolved?