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

ABAP/4 processor: EXSORT_OPEN_SORTFILE_OPENu0094

Former Member
0 Likes
1,216

Hi all,

I have written a query and selecting some fields from BSEG . I have written a statistics and I have sorted them but I get a dump Like “ABAP/4 processor: EXSORT_OPEN_SORTFILE_OPEN”

Please tell me what to.

Ranjith Singh

5 REPLIES 5
Read only

Former Member
0 Likes
935

Hi Ranjith,

Can you provide the whole dump??

From ST22 you can get.

Reg,

Arpit

Read only

Former Member
0 Likes
935

Hi Arpit Nigam,

Providing Whole will be a hectic task but i will give u some texts from the dump.

" Unable to open temporary sort file for writing.

<b><u>What happened?</u></b>

Runtime Error of the statements could not be executed at runtime.

The current ABAP program "AQ20CONTROLLING=WIP_BS_CHECK== " had to be terminated

because one

of the statements could not be executed at runtime.

Read only

0 Likes
935

Hi Ranjith,

Since, you are doing the query, which means extracting the data. When system use extraction then data will come under the temp file on server. After that you are sorting, which again create one more file.

Sometimes it happens that the buffer allocated to this on application server is full, which need to clear. If not, then system says unable open file because file can’t be save.

If you ask any basis guy , he will do for you. I hope, it will work.

Reg,

Arpit

Read only

0 Likes
935

I think this is the problem, but rather than going to basis and getting more storage, you should probably try to limit the amount of data being selected.

Also, are you selecting from BSEG based on key fields?

Rob

Read only

Former Member
0 Likes
935

Kidha Ranjith,

which fields are u using to sort on ?

SQ01 sometimes only allows u to use numeric datatype fields to sort on..

let me know..

jazino