Skip to Content
0
Nov 07, 2013 at 05:10 AM

MEMORY_NO_MORE_PAGING

127 Views

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