Application Development 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: 

MEMORY_NO_MORE_PAGING

arpit_lunawat
Explorer
0 Kudos

while running a report in background we were getting following error

"SAP paging overflow when storing data in the ABAP/4 memory"

we were using following logic ( export <itab> to memory id and import <itab> from memory id )

Sample Program

export HEADER to memory id 'ZVS'.

export LIST to memory id 'ZVB'.

export LIST to memory id 'YPPMIS'

Please suggest how to solve this problem.

Regards,

Arpit


2 REPLIES 2

custodio_deoliveira
Active Contributor
0 Kudos

Hi Arpit,

Probably you are exporting too much data. Have a look at note 1563748

Regards,

Custodio

0 Kudos

I know that the data size is huge but how to resolve this issue.

Regards,

Arpit