cancel
Showing results for 
Search instead for 
Did you mean: 

Memory allocation to an internal table

Former Member
0 Kudos

Hello,

I have an internal table which is declared inside a subroutine, did not refresh table inside.

I have called subroutine inside the same subroutine( recursive call ) .

Now after some calls program is going for dump , saying the memory is not sufficient.

Could you some body tell me solution for this

Regards,

Satya

Accepted Solutions (1)

Accepted Solutions (1)

former_member182114
Active Contributor
0 Kudos

Hi Naga,

It's quite dificult to help you it what you provided.

Assuming that you can't refresh this table (maybe it is important to a final result):

- What is the structure of this internal table, the size length can be reduced ?

- Check if is possible to split the some redundand info in others internal tables such (material text, name of customer)

Fernando Da Ros

Answers (0)