2013 Nov 07 5:26 AM
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
2013 Nov 07 5:32 AM
Hi,
The dump MEMORY_NO_MORE_PAGING come when the page memory on filesystem
level is exhausted.
Please increase the parameter rdisp/PG_MAXFS and restart the system.
Please note that you must have enough free space on the harddisk.
More information in SAP Note 133909 - Maximum value for PG_MAXFS, PG_SHM, ROLL_MAXFS.
Regards,
Ajit
2013 Nov 07 5:47 AM
Hi Arpit,
Now I'm not sure if you posted it twice or my reply went missing. Anyway, you are probably exporting too much data to memory. Have a look at note 1563748.
Cheers,
Custodio
2013 Nov 07 10:01 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |