‎2007 Oct 01 12:43 PM
How to use ST22 to analyse dump analysis in a ABAP program ?
‎2007 Oct 01 12:58 PM
Whenever you get a dump ,check out in ST22 .
In ST22 when you select your particluar dump ,
There will be different sections .
One is error analysis which explain what is error about and which line and what caused problem
One is how to correct the error which provide tips .
Please reward if useful.
‎2007 Oct 01 12:48 PM
Hi..
Whenever a program generates runtime errors, this error information can be accessed in future only thru Tcode ST22.
This helps in Tracing which error is triggered and provide the solution accordingly.
<b>reward if helpful.</b>
‎2007 Oct 01 12:49 PM
Hi,
ST22 clearly shows at which placedump has happened. The reason for dump.
How to solve the problem for dump.
Regards
(YUGANDHAR.P)
‎2007 Oct 01 12:52 PM
Hi,
A runtime error is called as dump. Once any program has generated a dump u can see it immediately and later on if u want to retrieve the dump info then u can go to ST22 and give the proper selection criteria like date, time etc... and u will be able to see the same error again.
Thanks & Regards,
Shafivullah Mohammad
‎2007 Oct 01 12:53 PM
‎2007 Oct 01 12:56 PM
Hi
You can use the function module SUBST_LIST_ABAP_DUMP to get the complete text of the dump and you can use the function module TCC_SHORTDUMP_INFO to get all the short dumps within a date range.
SUBST_LIST_ABAP_DUMP - Get the complete text of the dump
TCC_SHORTDUMP_INFO - Get all the short dumps within a date range
RS_ST22_GET_DUMPS
RS_ST22_GET_DUMPS
to get the dump results.
other related fun modules are:
RS_ST22_GET_DUMPS_CATEGORIES
RS_ST22_GET_DUMP_CATEGORY
RS_ST22_GET_DUMP_CATEGORY_TEXT
Regards
Vasu
‎2007 Oct 01 12:58 PM
Whenever you get a dump ,check out in ST22 .
In ST22 when you select your particluar dump ,
There will be different sections .
One is error analysis which explain what is error about and which line and what caused problem
One is how to correct the error which provide tips .
Please reward if useful.
‎2007 Oct 01 12:59 PM
Go To ST22----
>there is a Push button display icons, u can view
Date Time Host User Clt X Error ID like this.
or else , u can go for GOTO-> Select Short dump> u come across selection screen there u can give input based on input it will give output.
and also if u wnat to select from days u can go for GOTO-------> Reorganize(f7).
it shows where the dump occured, not only current one , u can also get information depends on dates also .
Thanks