‎2011 Jan 12 5:39 AM
Hello,
Is there any method to get the memory used by the program and control the program like restricting the memory usage to some limit or any other control measures which can be taken in the program itself if the memory usage by the program exceeds a maximum limit. Or kindly let me know where i can find the details.
‎2011 Jan 12 10:06 AM
Hi,
> Is there any method to get the memory used by the program
investigate the methods of class cl_abap_memory_utilities (e.g. GET_TOTAL_USED_SIZE)
>and control the program like restricting the memory usage to some limit
report rsmemory can change the systemwide quotas
>or any other control measures which can be taken in the program itself if the memory
>usage by the program exceeds a maximum limit
needs to be implemented manually if neede program specific...
Kind regards,
Hermann