‎2006 Oct 30 11:34 AM
‎2006 Oct 30 11:35 AM
it is the error message generated by the run time of a program.
the t-code is st22
santhosh
Message was edited by: Kaluvala Santhosh
‎2006 Oct 30 11:35 AM
ST22
it is an exception(error) in program processing that is not handled
‎2006 Oct 30 11:44 AM
Errors that cannot be detected statically and that occur at runtime are detected by the ABAP runtime environment. Such errors lead to exceptions. If an exception is not handled or cannot be handled, a runtime error occurs. If such a runtime error occurs, the ABAP runtime environment terminates the program, generates a
short dump
, and switches to a special screen from which you can analyze it.Transaction ST22
, you cannot branch to the Debugger.If problems occur in an ABAP program that you cannot solve yourself, you can send an extract of the short dump to SAP. The contents of the short dump are essential to the SAP Hotline and Remote Consulting to enable them to solve your problem.
Have a look at below link.
http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/f2bbcb142c11d3b93a0000e8353423/content.htm
Best Regards,
Vibha
*Please mark all the helpful answers
‎2006 Oct 30 11:45 AM
‎2006 Nov 04 6:21 AM
Hi Abhay,
When we a small code Didving 2 numbers. Ok Then we have a exceptional case like Dividing a Number with "Zero". At that time the code you wrote is correct with out any errors. But when u r trying to Run the program.. It is throws you an exception. It has to be handled by you. If you are not handling it then it will throws a short dump..
With Regards,
Murthy