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

ABAP Dump MEMORY_NO_MORE_PAGING

Former Member
0 Likes
471

Hi,

I'm using a FM F4IF_INT_TABLE_VALUE_REQUEST in one of the programs.I'm getting an ABAP dump MEMORY_NO_MORE_PAGING. I read the previous threads regarding this dump & also referred the OSS note mentioned.

I'd just like to know whether this dump is because of the program (like more records being selected etc. ) or is it because of some memory setting parameters by Basis personnel.

Thanks in Advance,

Ramky.G

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
398

Hi

It's for the both things: your program and system parameters.

There's a system parameter where it's defined the size the space memory available for a program, your program needs more space than the value defined probably because an internal table has too many items and the dump occurs.

Max

Hi,

I'm using a FM F4IF_INT_TABLE_VALUE_REQUEST in one of the programs.I'm getting an ABAP dump MEMORY_NO_MORE_PAGING. I read the previous threads regarding this dump & also referred the OSS note mentioned.

I'd just like to know whether this dump is because of the program (like more records being selected etc. ) or is it because of some memory setting parameters by Basis personnel.

Thanks in Advance,

Ramky.G

1 REPLY 1
Read only

Former Member
0 Likes
399

Hi

It's for the both things: your program and system parameters.

There's a system parameter where it's defined the size the space memory available for a program, your program needs more space than the value defined probably because an internal table has too many items and the dump occurs.

Max