Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dump while processing large dataset in internal table

amol_samte
Contributor
0 Likes
680

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 .

2 REPLIES 2
Read only

Former Member
0 Likes
531

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

Read only

Former Member
0 Likes
531

FREE the table when you are done with it.

Rob