Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ST22 Dump Analysis

Former Member
0 Likes
3,935

How to use ST22 to analyse dump analysis in a ABAP program ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,623

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.

7 REPLIES 7
Read only

varma_narayana
Active Contributor
0 Likes
2,623

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>

Read only

Former Member
0 Likes
2,623

Hi,

ST22 clearly shows at which placedump has happened. The reason for dump.

How to solve the problem for dump.

Regards

(YUGANDHAR.P)

Read only

Former Member
0 Likes
2,623

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

Read only

Former Member
0 Likes
2,623

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

Read only

Former Member
0 Likes
2,624

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.

Read only

Former Member
0 Likes
2,623

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