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

DUMP

former_member240483
Contributor
0 Likes
766

Hi Experts,

To day we try to process a GB size file into SAP system through ..it is going to short dump..saying Unable to fulfil request for 5310 bytes of memory..

Could anyone give me some idea what could be the problem in this.

what may be the probable solution for this..

Regards

Rao

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
738

hi..

if u can download dat file into internal table den try using parallel processing...

regards

vivek

6 REPLIES 6
Read only

Former Member
0 Likes
739

hi..

if u can download dat file into internal table den try using parallel processing...

regards

vivek

Read only

0 Likes
738

Hi Vivek,

Thanks for reply..is there anything can be done by basis guys like increasing space...because we dont want to change the code.

Regards

PT

Read only

Former Member
0 Likes
738

Hi,

If you are uploading the file to application server, then check out the options for open dataset,

You have the option to specify the number of records to be stored in more at one time and then the data is uploaded in small packages

Read only

0 Likes
738

HI there,

We reading file from App server and processing and insert into some tables...

Read only

0 Likes
738

Hi,

Probably u can have 2 internal tables to fill ur data. Take half of the records into one table and another half to another table. It might be problem with internal memory allocation. Check with ur BASIS team as well. U might get some inputs from them.

If not possible from BASIS side then u have to change the code. Also analyze the dump on where exactly it is happening like while filling the itab or some where else???.

Thanks,

Vinod.

Read only

Former Member
0 Likes
738

Hi..

Use a z table or sap memory to store data in parts because in one go u cant have all the data...

If u want code for parallel processing i can give you but its bit complex and it will take to understand it...

i think you should use sap memory...

if in any case you get a better solution do let us no....

regards

vivek