ST22 ERRORS
LOAD_PROGRAM_LOST:- In most of the case its not a big issue. Someone has changed the source program when someone was using it. Mostly Development & Quality systems get this error.
RABAX SYSTEM_CANCELED:- If an administrator actively cancels a running transaction, this error is shown. In cases like this, no error correction is required.
SYSTEM_CANCELED:- The program was not terminated due to an error, but rather due to deliberately performed actions.
RAISE_EXCEPTION:- This error message you can see in lot of problems. So it is hard to give solution. Most of the case will be with SAPGUI. Try to get latest version or patch of SAPGUI. You should also try to reinstall Internet Explorer on the affected workstation as GUI uses some components of IE. You must also load newest Microsoft patches too.
CNTL_ERROR:- This dump is due to a problem in the interaction between R/3 and the workstation. Do the same things as in the case if RAISE_EXCEPTION. Both are somewhat same kind of errors. CNTL_ERRORs are created when a program attempts to do something with a GUI element in background. Since the GUI is not available, the program raises an exception. If this transaction / screen / program was never intended to be run in background then there may not be any handling for this exception. The CNTL_ERROR can also be caused by a virus infection. Installing Microsoft's latest patch(es) dealing with the this viruses can solve the problem.
TSV_TNEW_PAGE_ALLOC_FAILED:- This is a buffer related error. This error comes when processing memory intensive background jobs. adjusting abap/heap limit will solved the problem tempararily. Better to use dedicated apps server for processing memory intensive background jobs. Parameters affeccting this error are : Ztta/roll_area, Abap/heap_area_total, Abap/heap_area_dia, Abap/heap_area_nondia.
CALL_FUNCTION_SINGLE_LOGIN_REJ:- This dump is created if some authorizations for S_RFC or S_RFCACL are missing. CALL_FUNCTION_SYSCALL_ONLY is another dump related to this error.
MEMORY_NO_MORE_PAGING:- you can set the the value of paging. Set the value of parameter rdisp/PG_MAXFS=300000. Also refer the note :- Note 133909 - Maximum value for PG_MAXFS, PG_SHM, ROLL_MAXFS, ROLL_SHM.