cancel
Showing results for 
Search instead for 
Did you mean: 

MEMORY_NO_MORE_PAGING

TMNielsen
Contributor
0 Kudos

Hi

I have just installed NSP testdrive - in System:Status it says: SAP EHP 1 for SAP NetWeaver 7.0

When i try to run transaction SWO3 i get a MEMORY_NO_MORE_PAGING dump. What can I do about that?

The dump:

Runtime Errors MEMORY_NO_MORE_PAGING

Short text

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

What happened?

The current program requested storage space from the SAP paging area,

but this request could not be fulfilled.

of this area in the SAP system profile.

Error analysis

The ABAP/4 runtime system and the ABAP/4 compiler use a common

interface to store different types of data in different parts of

the SAP paging area. This data includes the

ABAP/4 memory (EXPORT TO MEMORY), the SUBMIT REPORT parameters,

CALL DIALOG and CALL TRANSACTION USING, as well as internally defined

macros (specified with DEFINE).

To store further data in the SAP paging area, you attempted to

allocate a new SAP paging block, but no more blocks were

available.

When the SAP paging overflow occurred, the ABAP/4 memory contained

entries for 5 of different IDs.

Please note:

To facilitate error handling, the ABAP/4 memory was

deleted.

Trigger Location of Runtime Error

Program SAPLSEUT

Include LSEUTU12

Row 60

Module type (FORM)

Module Name TR_PUSH

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

How much RAM you are maintaining

debasissahoo
Active Contributor
0 Kudos

Hi Thomas,

Go to ST22, click on "How to correct" it will give the necessary steps.

You need to tweak some meomory pramater to get rid of this paging error.

Thanks,

Debasis.

Former Member
0 Kudos

Increase parameter rdisp/PG_MAXFS

check this Note 133909 - Maximum value for PG_MAXFS, PG_SHM, ROLL_MAXFS, ROLL_SHM