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

Short dump due to extract statement

Former Member
0 Likes
1,691

Hello friends,

I'm using EXTRACT statement in program to store the data.

It is working fine in Development server.But,it's giving short dump in Quality server.

The short dump msg is "Error writing the extracts to the temporary file."

Kindly sugggest on this issue.

Thank you.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,172

analyze the dump more carefully. it will tell you (i think) something about not enough space (left on device). obviously you have a lot more data in your QAS system. Two solutions: have your Basis adjust the space needed or refrain from using 'extract' as a method.

Hello friends,

I'm using EXTRACT statement in program to store the data.

It is working fine in Development server.But,it's giving short dump in Quality server.

The short dump msg is "Error writing the extracts to the temporary file."

Kindly sugggest on this issue.

Thank you.

7 REPLIES 7
Read only

Former Member
0 Likes
1,173

analyze the dump more carefully. it will tell you (i think) something about not enough space (left on device). obviously you have a lot more data in your QAS system. Two solutions: have your Basis adjust the space needed or refrain from using 'extract' as a method.

Read only

0 Likes
1,172

Hi Friend,

Yes, you are right. here is detail abt error message.

The current ABAP/4 program was meant to sort a dataset (internal table or extract). For reasons of capacity, this was not possible due to insufficient main storage space. Therefore, the external sort was called and resulted in the following error:

The sytsem could not write the sorted file to the temporary file "/usr/sap/SQ4/DVEBMGS00/data/S00007KQ" (file size 16542818 bytes).

Error number: 28

Error text: "No space left on device"

Thank you.

Bharat.

Read only

0 Likes
1,172

read my first answer please. it contains both: analysis and solution.

Read only

0 Likes
1,172

Hi, could you pls suggest, For which file we need to ask to increase the size?

Read only

0 Likes
1,172

space used here: usr/sap/SQ4/DVEBMGS00/data/

aks your basis guys for it. but careful. if your extract gets big enough they might not be able to help you any further.

Read only

Former Member
0 Likes
1,172

Hi,

Goto ST22 and analyze the dump.

It will surely give you some insights into the cause of error.

Thanks,

Sandeep.

Read only

Former Member
0 Likes
1,172

..