2005 Aug 12 11:23 AM
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
2005 Aug 12 12:00 PM
Hi Ranjith,
Can you provide the whole dump??
From ST22 you can get.
Reg,
Arpit
2005 Aug 12 12:47 PM
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.
2005 Aug 24 1:27 PM
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 cant be save.
If you ask any basis guy , he will do for you. I hope, it will work.
Reg,
Arpit
2005 Aug 24 2:52 PM
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
2005 Aug 24 4:09 PM
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