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