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

MEMORY_NO_MORE_PAGING

arpit_lunawat
Explorer
0 Likes
828

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


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
Read only

custodio_deoliveira
Active Contributor
0 Likes
691

Hi Arpit,

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

Regards,

Custodio

Read only

0 Likes
691

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

Regards,

Arpit