Work around Memory Issues

Traditional SAP ABAP programs and reports select large amounts of data from the database into memory. When large data volumes are involved, this often results in the programs terminating or being terminated.

To resolve the issue, expensive hard-ware upgrades are often performed without realising that the programs can be made to execute much more efficiently when written in a framework such as Mass Data Runtime (MDR).

Due to the parallel processing methodology applied by MDR, not only do programs run in a fraction of the time, they actually also execute with much lower memory consumption requirements.