SAP Note 310712 - EXSORT_FWRITE_FAILED and extracts

Component : Syntax, Compiler, Runtime -

Solution : https://service.sap.com/sap/support/notes/310712 (SAP Service marketplace login required)

Summary :
The SAP Note addresses an error where insufficient disk space in the sort directory causes program terminations at the ABAP SORT command after an upgrade to Release >=4.5A. Previously, extracts were stored in SAP Paging, but now they require configuration under the DIR_EXTRACT parameter. The note suggests potential directory conflicts between DIR_EXTRACT and DIR_SORTTMP, which normally point to the DIR_DATA directory. To resolve the issues, it recommends relocating either the extract files or the sort files to a different directory with adequate space to avoid bottlenecks and ensure normal processes during sorting operations.

Key words :
chapter section source code, special instance parameter dir_extract, exsort_fwrite_failedexsort_exec_exec_msgexsort_exec_exec_nomsgthe short dump, abap sort command, external sorting process, dir_sorttmp parameter, sort directory, sort files, sorting reason, sorting file

Related Notes :

193529Sort as of 4.5A/EXSORT_NOT_ENOUGH_MEMORY
192041EXSORT_EXEC_EXEC_MSG