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: 

Termination with WRITE statement!

naveen_inuganti2
Active Contributor
0 Kudos

Hi,

I am getting following dump for my report.

The line of termination in the report is at WRITE statement of final internal table.

The amount of data is very high for my input parameters, and there

is no problem with internal table space memory as I am getting problem

while displaying records.

Short text                                                                                
No roll storage space of length 303120 available for internal storage.                                                                                
What happened?                                                                                
Each transaction requires some main memory space to process                                  
     application data. If the operating system cannot provide any more               
     space, the transaction is terminated.

Please let me know the solution for this.

--Naveen Inuganti.

1 ACCEPTED SOLUTION

former_member156446
Active Contributor
0 Kudos

try to use refresh and free statements where ever necessary and try to reduce the memory consumption of the program, if the problem still exists then ur basis team need to increase the memory limit of the program in DEV.

2 REPLIES 2

Former Member
0 Kudos

Hi Naveen,

It may be because of Huge load of data in your internal table.

In this case if it is a Z program.

Ask the developer to use a Pacakage size for the Internal table.

or Split the variant in the selection screen like Data range ...

Any of these two should solve your problem...

Thanks,

Gokul

former_member156446
Active Contributor
0 Kudos

try to use refresh and free statements where ever necessary and try to reduce the memory consumption of the program, if the problem still exists then ur basis team need to increase the memory limit of the program in DEV.