sapbasisbasics
Jul 15, 2024

SAP Basis Basics Part 30

Dynamic setting of memory parameters

Most memory allocation profile parameters are actually static. However, it is possible to adjust this dynamically using the RSMEMORY report.
This eliminates the need to restart the SAP system for each individual test to activate the memory parameter.

For example, if a report aborts due to a memory problem (TSV_TNEW_PAGE_ALLOC_FAILED) and you increase the memory parameter due to which it aborts step by step up to the value until it works, then you no longer have to restart the SAP system every time.

Start the report RSMEMORY with SE38/SA38. In higher ABAP versions is the transaction SMEMORY is available.

No responses yet