2015 Apr 02 1:10 PM
Hi Experts,
While executing records greater than 10 lakhs in internal table, the system executes all the records inside the loop.
However,once the loop processing is completed ,the program terminates and gives dump.
How to process such large records in blocks to avoid such conflicts of memory allocation.
System details :ABAP 7.4 SP09
The dump is shown below.
Thanks and regards,
Amol .
2015 Apr 02 1:20 PM
If this is a custom report - give it back to the developer and ask
them to revise it.
If this is a standard SAP program, have a look on OSS for performance
improvements to the program.
check this link may be you get some idea.
http://scn.sap.com/thread/1308822
Regards,
Sandeep
2015 Apr 02 2:22 PM