Application Development 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: 

no roll storage space

Former Member
0 Kudos

Hi experts,

i am currently facing a problem about the dump stating the roll storage space. how do i monitor this storage? and how can i configure this?

i'll give reward points if successful.

thanks in advance..

1 ACCEPTED SOLUTION

Former Member
0 Kudos

The issue you are facing could be due to -

1) The program using up all of the memory assigned to the user context

2) The total heap area, abap/heap_area_total, has been consumed by one or multiple programs consuming all of the heap memory.

It would probably be a good idea to limit your selection so it does not return too much data.

Please refer to -

ashish

2 REPLIES 2

Former Member
0 Kudos

The issue you are facing could be due to -

1) The program using up all of the memory assigned to the user context

2) The total heap area, abap/heap_area_total, has been consumed by one or multiple programs consuming all of the heap memory.

It would probably be a good idea to limit your selection so it does not return too much data.

Please refer to -

ashish

Former Member
0 Kudos

Hi Ashish Gundawar,

Thanks for your help..