Common ABAP Dumps and troubleshooting…
- RAISE_EXCEPTION … CNTL_ERROR
Is a GUI related error.Go for latest GUI version to avoid thie error.
- EXSORT_NOT_ENOUGH MEMORY
Memory bottleneck encountered by the program while sorting.
- SYSTEM_ROLL_IN_ERROR
Not enough memory for user context.
- SYSTEM_NO_MORE_PAGING
Not enough SAP Paging Memory. Set “rdisp/pg_maxfs” to sufficiently large value ( say 32,000 ).If the problem exists even after assigning this value then there could be a fault in the program itself.
- STORAGE_PARAMETERS_WRONG_SET
Not enough SAP Heap Memory. This type of error occurs when a work process tries to allocate more SAP Heap Memory than the available address space for program execution.
- SET_PARAMETER_MEMORY_OVERFLOW
Not enough memory for SET/GET Parameter (Otherwise known as SPA/GPA Memory ).Try extending the memory area with SAP profile “ztta/parameter_area”.
- SAPSQL_ARRAY_INSERT_DUPREC
Number range problem, likely document number exist.
EXSORT_FWRITE_FAILED
Is related to disk space. There is not enough disk space for the external sorting process in the sort directory. To avoid this move either the extract files (DIR_EXTRACT) or the sort files (DIR_SORTTMP) to a separate directory with enough space.